Compare commits
40 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e4d54acd98 | ||
|
71b2e237bd | ||
|
e97a21ca0d | ||
|
c337b5c977 | ||
|
444790293a | ||
|
ae7729cef1 | ||
|
1cc3a2f164 | ||
|
0c31b9898b | ||
|
459a46b868 | ||
|
e45dab0435 | ||
|
d465848793 | ||
|
fbde9fc722 | ||
|
84183f8818 | ||
|
051b8ef2b8 | ||
|
e043f87775 | ||
|
0f2411ec34 | ||
|
a173bbd070 | ||
|
3ca9ae4ba2 | ||
|
cf0fe91f0e | ||
|
ea373cec67 | ||
|
5dd5c0b618 | ||
890390a89a | |||
91e0c6e933 | |||
e0dfa733e6 | |||
a9b1f05501 | |||
|
af20f89346 | ||
|
3afb96a824 | ||
|
9f10e9d12a | ||
|
4a07391d93 | ||
|
efcb82b4f1 | ||
|
fd4f2a675d | ||
|
41b5a5b633 | ||
|
f32fd9a3b0 | ||
|
9d10d78b48 | ||
|
0a87d47748 | ||
|
24defe9461 | ||
|
b558f88bfa | ||
|
ef0394f810 | ||
|
fe07f4091f | ||
|
2828090d6b |
@@ -1,5 +1,5 @@
|
||||
Name: mkimage-profiles
|
||||
Version: 1.2.2
|
||||
Version: 1.2.6
|
||||
Release: alt1
|
||||
|
||||
Summary: ALT based distribution metaprofile
|
||||
@@ -128,6 +128,18 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2017 Michael Shigorin <mike@altlinux.org> 1.2.6-alt1
|
||||
- starterkits-20161212
|
||||
|
||||
* Mon Dec 04 2017 Michael Shigorin <mike@altlinux.org> 1.2.5-alt1
|
||||
- qcow2c
|
||||
|
||||
* Mon Nov 20 2017 Michael Shigorin <mike@altlinux.org> 1.2.4-alt1
|
||||
- opennebula-systemd
|
||||
|
||||
* Mon Sep 25 2017 Michael Shigorin <mike@altlinux.org> 1.2.3-alt1
|
||||
- p8+
|
||||
|
||||
* Mon Sep 11 2017 Michael Shigorin <mike@altlinux.org> 1.2.2-alt1
|
||||
- regular-engineering
|
||||
|
||||
|
@@ -1,6 +0,0 @@
|
||||
object 58844d304a02408eff356c3d509d9c9b0db1551c
|
||||
type commit
|
||||
tag v1.2.1
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1503342262 +0300
|
||||
|
||||
seven years of m-p
|
6
.gear/tags/dccf4d5fcf7a0122e73bc9e24f8bb0fcd9f7b1fc
Normal file
6
.gear/tags/dccf4d5fcf7a0122e73bc9e24f8bb0fcd9f7b1fc
Normal file
@@ -0,0 +1,6 @@
|
||||
object 84183f881881a7020daf7d0fb6370b71f44003d9
|
||||
type commit
|
||||
tag v1.2.5
|
||||
tagger Michael Shigorin <mike@altlinux.org> 1512414777 +0300
|
||||
|
||||
qcow2c
|
@@ -1 +1 @@
|
||||
c0de6d3ac2e9abfec056da74f11f53c4bebe9d91 v1.2.1
|
||||
dccf4d5fcf7a0122e73bc9e24f8bb0fcd9f7b1fc v1.2.5
|
||||
|
@@ -6,23 +6,11 @@ distro/.desktop-base: distro/.installer use/syslinux/ui/vesamenu use/x11/xorg
|
||||
|
||||
distro/.desktop-mini: distro/.desktop-base use/x11/xdm +power; @:
|
||||
|
||||
mixin/desktop-installer: +net-eth +vmguest \
|
||||
use/x11-autostart use/fonts/install2 use/sound
|
||||
@$(call add,BASE_LISTS, \
|
||||
$(call tags,(base || desktop) && (l10n || network)))
|
||||
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
|
||||
@$(call add,BASE_PACKAGES,os-prober)
|
||||
|
||||
distro/.desktop-network: distro/.desktop-mini mixin/desktop-installer; @:
|
||||
|
||||
distro/.desktop-extra:
|
||||
@$(call add,BASE_LISTS,$(call tags,(archive || base) && (extra)))
|
||||
|
||||
distro/kde4-lite: distro/.desktop-mini \
|
||||
distro/.desktop-network distro/.desktop-extra +kde4-lite
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
|
||||
distro/tde: distro/.desktop-network +tde; @:
|
||||
distro/icewm: distro/.desktop-network use/lowmem use/install2/fs +icewm; @:
|
||||
distro/ltsp-tde: distro/tde +ltsp; @:
|
||||
distro/ltsp-icewm: distro/icewm +ltsp; @:
|
||||
|
@@ -1,20 +1,28 @@
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
|
||||
vm/e2k-live: vm/bare use/e2k use/deflogin/live use/control/sudo-su
|
||||
@$(call add,THE_PACKAGES,openssh)
|
||||
vm/.e2k-bare: vm/.bare use/e2k
|
||||
@$(call add,BASE_PACKAGES,apt)
|
||||
|
||||
vm/e2k-live: vm/.e2k-bare use/deflogin/live use/net-ssh use/control/sudo-su
|
||||
@$(call add,THE_LISTS,$(call tags,ve tools))
|
||||
|
||||
vm/e2k-rescue: vm/e2k-live use/tty/S0 use/net-eth/dhcp use/services/lvm2-disable
|
||||
vm/e2k-rescue: vm/e2k-live mixin/e2k-base use/services/lvm2-disable
|
||||
@$(call add,THE_PACKAGES,agetty gpm fdisk parted smartmontools pv sshfs)
|
||||
@$(call add,THE_LISTS,$(call tags,server && (network || extra)))
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,gpm mdadm smartd)
|
||||
|
||||
vm/e2k-xfce: vm/e2k-rescue use/e2k/sound use/e2k/x11 use/x11/xfce \
|
||||
use/browser/firefox use/browser/firefox/esr use/browser/firefox/i18n \
|
||||
use/l10n/default/ru_RU use/fonts/otf/adobe use/fonts/otf/mozilla
|
||||
@$(call add,THE_PACKAGES,xinit xterm mc)
|
||||
@$(call add,THE_PACKAGES,fonts-bitmap-terminus pnmixer)
|
||||
vm/e2k-xfce: vm/e2k-rescue mixin/e2k-desktop use/x11/xfce
|
||||
@$(call add,THE_PACKAGES,pnmixer)
|
||||
|
||||
vm/e2k-lxqt: vm/e2k-rescue mixin/e2k-desktop
|
||||
@$(call add,THE_LISTS,$(call tags,(lxqt desktop) && !extra))
|
||||
|
||||
vm/e2k-mate: vm/systemd mixin/e2k-base mixin/e2k-desktop \
|
||||
use/deflogin/live use/x11/mate; @:
|
||||
|
||||
vm/e2k-builder: vm/e2k-rescue use/dev/builder/base; @:
|
||||
|
||||
vm/e2k-samba-DC: vm/e2k-rescue
|
||||
@$(call add,BASE_PACKAGES,task-samba-dc glibc-locales net-tools)
|
||||
|
||||
endif
|
||||
|
@@ -107,8 +107,6 @@ distro/live-0ad: distro/.live-games
|
||||
@$(call add,LIVE_PACKAGES,0ad livecd-0ad)
|
||||
@$(call try,HOMEPAGE,http://play0ad.com/)
|
||||
|
||||
distro/live-e17: distro/.live-desktop-ru use/x11/e17 use/x11/lightdm/gtk; @:
|
||||
|
||||
distro/live-gimp: distro/live-icewm use/live/ru
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
|
||||
@$(call add,LIVE_PACKAGES,gimp tintii immix fim)
|
||||
|
82
conf.d/mixin.mk
Normal file
82
conf.d/mixin.mk
Normal file
@@ -0,0 +1,82 @@
|
||||
### various mixins with their origin
|
||||
|
||||
### desktop.mk
|
||||
mixin/desktop-installer: +net-eth +vmguest \
|
||||
use/x11-autostart use/fonts/install2 use/sound
|
||||
@$(call add,BASE_LISTS, \
|
||||
$(call tags,(base || desktop) && (l10n || network)))
|
||||
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
|
||||
@$(call add,BASE_PACKAGES,os-prober)
|
||||
|
||||
### e2k.mk
|
||||
mixin/e2k-base: use/tty/S0 use/net-eth/dhcp; @:
|
||||
|
||||
mixin/e2k-desktop: use/e2k/x11 use/e2k/sound use/l10n/default/ru_RU \
|
||||
use/browser/firefox/esr use/browser/firefox/i18n \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla
|
||||
@$(call add,THE_PACKAGES,xinit xterm mc)
|
||||
@$(call add,THE_PACKAGES,fonts-bitmap-terminus)
|
||||
|
||||
### regular.mk
|
||||
# common WM live/installer bits
|
||||
mixin/regular-desktop: use/x11/xorg use/sound use/xdg-user-dirs
|
||||
@$(call add,THE_PACKAGES,pam-limits-desktop)
|
||||
@$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2)
|
||||
@$(call add,THE_PACKAGES,alterator-notes dvd+rw-tools)
|
||||
@$(call add,THE_BRANDING,alterator graphics indexhtml notes)
|
||||
@$(call add,THE_PACKAGES,$$(THE_IMAGEWRITER))
|
||||
@$(call set,THE_IMAGEWRITER,imagewriter)
|
||||
|
||||
mixin/regular-wmaker: use/efi/refind use/syslinux/ui/gfxboot \
|
||||
use/fonts/ttf/redhat use/x11/wmaker
|
||||
@$(call add,LIVE_PACKAGES,livecd-install-wmaker)
|
||||
@$(call add,LIVE_PACKAGES,installer-feature-no-xconsole-stage3)
|
||||
@$(call add,MAIN_PACKAGES,wmgtemp wmhdaps wmpomme wmxkbru xxkb)
|
||||
|
||||
# gdm2.20 can reboot/halt with both sysvinit and systemd, and is slim
|
||||
mixin/regular-gnustep: use/x11/gnustep use/x11/gdm2.20 use/mediacheck \
|
||||
use/browser/firefox/classic
|
||||
@$(call add,THE_BRANDING,graphics)
|
||||
|
||||
mixin/regular-xfce: use/x11/xfce use/fonts/ttf/redhat use/x11/gtk/nm +nm; @:
|
||||
|
||||
mixin/regular-xfce-sysv: use/init/sysv/polkit use/deflogin/sysv/nm \
|
||||
use/x11/lightdm/gtk \
|
||||
use/browser/firefox use/browser/firefox/classic \
|
||||
use/browser/firefox/i18n use/browser/firefox/h264 \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla
|
||||
@$(call add,THE_PACKAGES,pnmixer pm-utils elinks mpg123)
|
||||
|
||||
mixin/regular-lxde: use/x11/lxde use/fonts/infinality \
|
||||
use/x11/gtk/nm use/im +nm
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop gvfs))
|
||||
|
||||
mixin/regular-tde: +tde \
|
||||
use/syslinux/ui/gfxboot use/browser/firefox/classic use/fonts/ttf/redhat
|
||||
@$(call add,THE_PACKAGES_REGEXP,kdeedu-kalzium.* kdeedu-ktouch.*)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,upower bluetoothd)
|
||||
|
||||
mixin/regular-lxqt: use/x11/lxqt use/x11/sddm \
|
||||
use/browser/qupzilla use/x11/gtk/nm +nm +plymouth
|
||||
@$(call set,THE_IMAGEWRITER,rosa-imagewriter)
|
||||
|
||||
# NB: never ever use/syslinux/ui/gfxboot here as gfxboot mangles
|
||||
# kernel cmdline resulting in method:disk instead of method:cdrom
|
||||
# which will change propagator's behaviour to probe additional
|
||||
# filesystems (ro but no loop) thus potentially writing to
|
||||
# an unrecovered filesystem's journal
|
||||
mixin/regular-rescue: use/rescue use/isohybrid use/luks use/branding \
|
||||
use/syslinux/ui/menu use/syslinux/timeout/600 \
|
||||
use/firmware/qlogic test/rescue/no-x11 +sysvinit; @:
|
||||
|
||||
### vm.mk
|
||||
mixin/cloud-init:
|
||||
@$(call add,BASE_PACKAGES,cloud-init)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-config cloud-final)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-init cloud-init-local)
|
||||
|
||||
mixin/opennebula-context:
|
||||
@$(call add,BASE_PACKAGES,opennebula-context)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,one-context-local one-context)
|
||||
|
||||
mixin/icewm: use/x11/lightdm/gtk +icewm; @:
|
49
conf.d/p7.mk
49
conf.d/p7.mk
@@ -1,49 +0,0 @@
|
||||
# p7 base kits
|
||||
|
||||
mixin/p7: use/browser/firefox/esr
|
||||
@$(call set,BRANDING,altlinux-starterkit)
|
||||
@$(call set,IMAGE_FLAVOUR,$(subst altlinux-p7-,,$(IMAGE_NAME)))
|
||||
@$(call set,META_VOL_ID,ALT Linux p7 $$(IMAGE_FLAVOUR)/$(ARCH))
|
||||
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
### kludge compatibility: introspection stub for main.mk :-/
|
||||
distro/altlinux-p7-cinnamon: distro/regular-cinnamon mixin/p7; @:
|
||||
distro/altlinux-p7-e17: distro/regular-e17 mixin/p7; @:
|
||||
distro/altlinux-p7-icewm: distro/regular-icewm mixin/p7; @:
|
||||
distro/altlinux-p7-gnome3: distro/regular-gnome3 mixin/p7; @:
|
||||
distro/altlinux-p7-gnustep: distro/regular-gnustep mixin/p7; @:
|
||||
distro/altlinux-p7-kde4: distro/regular-kde4 mixin/p7; @:
|
||||
distro/altlinux-p7-lxde: distro/regular-lxde mixin/p7; @:
|
||||
distro/altlinux-p7-lxqt: distro/regular-lxqt mixin/p7; @:
|
||||
distro/altlinux-p7-lxqt-sysv: distro/regular-lxqt-sysv mixin/p7; @:
|
||||
distro/altlinux-p7-mate: distro/regular-mate mixin/p7; @:
|
||||
distro/altlinux-p7-rescue: distro/regular-rescue mixin/p7; @:
|
||||
distro/altlinux-p7-tde: distro/regular-tde mixin/p7; @:
|
||||
distro/altlinux-p7-tde-sysv: distro/regular-tde-sysv mixin/p7; @:
|
||||
distro/altlinux-p7-wmaker: distro/regular-wmaker mixin/p7; @:
|
||||
distro/altlinux-p7-xfce: distro/regular-xfce mixin/p7; @:
|
||||
distro/altlinux-p7-xfce-sysv: distro/regular-xfce-sysv mixin/p7; @:
|
||||
|
||||
distro/altlinux-p7-sysv-tde: distro/regular-sysv-tde mixin/p7; @:
|
||||
|
||||
distro/altlinux-p7-jeos: distro/regular-jeos mixin/p7; @:
|
||||
distro/altlinux-p7-jeos-ovz: distro/regular-jeos-ovz mixin/p7; @:
|
||||
distro/altlinux-p7-server: distro/regular-server mixin/p7; @:
|
||||
distro/altlinux-p7-server-ovz: distro/regular-server-ovz mixin/p7; @:
|
||||
distro/altlinux-p7-server-hyperv: distro/regular-server-hyperv mixin/p7; @:
|
||||
distro/altlinux-p7-server-samba4: distro/regular-server-samba4 mixin/p7; @:
|
||||
|
||||
distro/altlinux-p7-builder: distro/regular-builder mixin/p7; @:
|
||||
|
||||
endif
|
||||
|
||||
ifeq (ve,$(IMAGE_CLASS))
|
||||
ve/altlinux-p7-ovz-generic: ve/generic mixin/p7; @:
|
||||
ve/altlinux-p7-ovz-pgsql94: ve/pgsql94 mixin/p7; @:
|
||||
endif
|
||||
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
vm/altlinux-p7-vm-net: vm/net mixin/p7; @:
|
||||
vm/altlinux-p7-vagrant: vm/vagrant-base mixin/p7; @:
|
||||
endif
|
@@ -49,4 +49,5 @@ endif
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
vm/alt-p8-vm-net: vm/net mixin/p8; @:
|
||||
vm/alt-p8-cloud: vm/cloud-systemd mixin/p8; @:
|
||||
vm/alt-p8-opennebula: vm/opennebula-systemd mixin/p8; @:
|
||||
endif
|
||||
|
@@ -10,26 +10,18 @@ distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi; @:
|
||||
|
||||
# graphical target (not enforcing xorg drivers or blobs)
|
||||
distro/.regular-x11: distro/.regular-base +vmguest +wireless \
|
||||
use/live/x11 use/live/install use/live/suspend \
|
||||
use/x11/amdgpu use/live/x11 use/live/install use/live/suspend \
|
||||
use/live/repo use/live/rw use/luks use/x11/wacom use/ntp/client \
|
||||
use/branding use/browser/firefox/live use/browser/firefox/i18n \
|
||||
use/browser/firefox/h264 use/services/lvm2-disable
|
||||
@$(call add,LIVE_PACKAGES,volumes-profile-regular)
|
||||
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
|
||||
@$(call add,LIVE_PACKAGES,volumes-profile-regular btrfs-progs)
|
||||
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
|
||||
@$(call add,LIVE_LISTS,$(call tags,base rescue))
|
||||
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,gpm powertop)
|
||||
@$(call add,EFI_BOOTARGS,live_rw)
|
||||
|
||||
# common WM live/installer bits
|
||||
mixin/regular-desktop: use/x11/xorg use/sound use/xdg-user-dirs
|
||||
@$(call add,THE_PACKAGES,pam-limits-desktop)
|
||||
@$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2)
|
||||
@$(call add,THE_PACKAGES,alterator-notes dvd+rw-tools)
|
||||
@$(call add,THE_BRANDING,alterator graphics indexhtml notes)
|
||||
@$(call add,THE_PACKAGES,$$(THE_IMAGEWRITER))
|
||||
@$(call set,THE_IMAGEWRITER,imagewriter)
|
||||
|
||||
# WM base target
|
||||
distro/.regular-wm: distro/.regular-x11 mixin/regular-desktop; @:
|
||||
|
||||
@@ -39,7 +31,6 @@ distro/.regular-desktop: distro/.regular-wm \
|
||||
use/syslinux/ui/gfxboot use/firmware/laptop use/efi/refind +systemd
|
||||
@$(call add,THE_BRANDING,bootloader)
|
||||
@$(call add,THE_PACKAGES,upower bluez)
|
||||
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
|
||||
@$(call add,THE_PACKAGES,vconsole-setup-kludge) #28805
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
|
||||
@@ -53,6 +44,8 @@ distro/.regular-sysv-gtk: distro/.regular-sysv use/syslinux/ui/gfxboot \
|
||||
distro/.regular-install: distro/.regular-base +installer +sysvinit +power \
|
||||
use/branding use/bootloader/grub use/luks \
|
||||
use/install2/fs use/install2/vnc use/install2/repo
|
||||
@$(call add,INSTALL2_PACKAGES,fdisk)
|
||||
@$(call add,INSTALL2_PACKAGES,xorg-conf-synaptics)
|
||||
@$(call add,THE_LISTS,$(call tags,base regular))
|
||||
@$(call add,INSTALL2_BRANDING,alterator notes)
|
||||
@$(call add,THE_BRANDING,alterator)
|
||||
@@ -96,12 +89,13 @@ distro/regular-jeos-ovz: distro/.regular-jeos \
|
||||
distro/.regular-install-x11: distro/.regular-install \
|
||||
use/install2/suspend mixin/regular-desktop +vmguest +wireless
|
||||
@$(call set,INSTALLER,altlinux-desktop)
|
||||
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
|
||||
@$(call add,THE_LISTS,$(call tags,regular desktop))
|
||||
|
||||
# assumes somewhat more experienced user, mostly for sysv variants
|
||||
distro/.regular-install-x11-full: distro/.regular-install-x11 \
|
||||
mixin/desktop-installer mixin/regular-desktop use/install2/fs \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla use/fonts/chinese \
|
||||
use/branding/complete use/branding/slideshow/once \
|
||||
use/net-eth/dhcp use/efi/refind use/efi/shell use/rescue/base
|
||||
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
||||
@@ -116,47 +110,23 @@ distro/regular-icewm: distro/.regular-sysv-gtk +icewm +nm \
|
||||
@$(call add,LIVE_PACKAGES,icewm-startup-networkmanager)
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
mixin/regular-wmaker: use/efi/refind use/syslinux/ui/gfxboot \
|
||||
use/fonts/ttf/redhat use/x11/wmaker
|
||||
@$(call add,LIVE_PACKAGES,livecd-install-wmaker)
|
||||
@$(call add,LIVE_PACKAGES,installer-feature-no-xconsole-stage3)
|
||||
@$(call add,MAIN_PACKAGES,wmgtemp wmhdaps wmpomme wmxkbru xxkb)
|
||||
|
||||
# wdm can't do autologin so add standalone one for livecd
|
||||
distro/regular-wmaker: distro/.regular-sysv \
|
||||
mixin/regular-wmaker use/live/autologin use/browser/palemoon/i18n
|
||||
@$(call add,LIVE_PACKAGES,wdm wmxkbru)
|
||||
|
||||
# gdm2.20 can reboot/halt with both sysvinit and systemd, and is slim
|
||||
mixin/regular-gnustep: use/x11/gnustep use/x11/gdm2.20 use/mediacheck \
|
||||
use/browser/firefox/classic
|
||||
@$(call add,THE_BRANDING,graphics)
|
||||
|
||||
distro/regular-gnustep: distro/.regular-sysv \
|
||||
mixin/regular-wmaker mixin/regular-gnustep; @:
|
||||
distro/regular-gnustep-systemd: distro/.regular-wm +systemd \
|
||||
mixin/regular-wmaker mixin/regular-gnustep; @:
|
||||
|
||||
mixin/regular-xfce: use/x11/xfce use/fonts/ttf/redhat use/x11/gtk/nm +nm; @:
|
||||
|
||||
distro/regular-xfce: distro/.regular-gtk mixin/regular-xfce \
|
||||
use/x11/xfce/full use/domain-client
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
|
||||
mixin/regular-xfce-sysv: use/init/sysv/polkit use/deflogin/sysv/nm \
|
||||
use/x11/lightdm/gtk \
|
||||
use/browser/firefox use/browser/firefox/classic \
|
||||
use/browser/firefox/i18n use/browser/firefox/h264 \
|
||||
use/fonts/otf/adobe use/fonts/otf/mozilla
|
||||
@$(call add,THE_PACKAGES,pnmixer pm-utils elinks mpg123)
|
||||
|
||||
distro/regular-xfce-sysv: distro/.regular-sysv-gtk \
|
||||
mixin/regular-xfce mixin/regular-xfce-sysv; @:
|
||||
|
||||
mixin/regular-lxde: use/x11/lxde use/fonts/infinality \
|
||||
use/x11/gtk/nm use/im +nm
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop gvfs))
|
||||
|
||||
distro/regular-lxde: distro/.regular-gtk mixin/regular-lxde
|
||||
@$(call add,THE_PACKAGES,lxde)
|
||||
|
||||
@@ -172,8 +142,6 @@ distro/regular-mate: distro/.regular-gtk +nm \
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
|
||||
@$(call add,LIVE_LISTS,$(call tags,base smartcard))
|
||||
|
||||
distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality; @:
|
||||
|
||||
distro/regular-enlightenment: distro/.regular-gtk \
|
||||
use/x11/enlightenment use/fonts/infinality; @:
|
||||
|
||||
@@ -193,12 +161,6 @@ distro/regular-gnome3: distro/.regular-desktop +plymouth +nm \
|
||||
@$(call add,LIVE_PACKAGES,gnome3-regular xcalib templates)
|
||||
@$(call add,LIVE_PACKAGES,gnome-flashback screenpen)
|
||||
|
||||
# reusable bits
|
||||
mixin/regular-tde: +tde \
|
||||
use/syslinux/ui/gfxboot use/browser/firefox/classic use/fonts/ttf/redhat
|
||||
@$(call add,THE_PACKAGES,kdeedu-kalzium kdeedu-ktouch)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,upower bluetoothd)
|
||||
|
||||
distro/regular-tde: distro/.regular-desktop mixin/regular-tde +plymouth \
|
||||
use/x11/gtk/nm use/net/nm/mmgui
|
||||
|
||||
@@ -213,20 +175,11 @@ distro/regular-kde4: distro/.regular-desktop use/x11/kde4/nm use/x11/kdm4 \
|
||||
@$(call set,THE_IMAGEWRITER,rosa-imagewriter)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,prefdm)
|
||||
|
||||
mixin/regular-lxqt: use/x11/lxqt use/x11/sddm \
|
||||
use/browser/qupzilla use/x11/gtk/nm +nm +plymouth
|
||||
@$(call set,THE_IMAGEWRITER,rosa-imagewriter)
|
||||
|
||||
distro/regular-lxqt: distro/.regular-desktop mixin/regular-lxqt; @:
|
||||
|
||||
distro/regular-lxqt-sysv: distro/.regular-sysv mixin/regular-lxqt \
|
||||
use/net-eth/dhcp use/efi/refind; @:
|
||||
|
||||
distro/regular-sugar: distro/.regular-gtk use/x11/sugar; @:
|
||||
|
||||
distro/regular-leechcraft: distro/.regular-desktop \
|
||||
use/x11/leechcraft use/x11/lightdm/lxqt +pulse; @:
|
||||
|
||||
distro/regular-kde5: distro/.regular-desktop \
|
||||
use/x11/kde5 use/x11/sddm use/domain-client \
|
||||
use/fonts/ttf/google use/fonts/ttf/redhat use/fonts/zerg \
|
||||
@@ -234,15 +187,6 @@ distro/regular-kde5: distro/.regular-desktop \
|
||||
@$(call add,THE_PACKAGES,kde5-telepathy)
|
||||
@$(call set,THE_IMAGEWRITER,rosa-imagewriter)
|
||||
|
||||
# NB: never ever use/syslinux/ui/gfxboot here as gfxboot mangles
|
||||
# kernel cmdline resulting in method:disk instead of method:cdrom
|
||||
# which will change propagator's behaviour to probe additional
|
||||
# filesystems (ro but no loop) thus potentially writing to
|
||||
# an unrecovered filesystem's journal
|
||||
mixin/regular-rescue: use/rescue use/isohybrid use/luks use/branding \
|
||||
use/syslinux/ui/menu use/syslinux/timeout/600 \
|
||||
use/firmware/qlogic test/rescue/no-x11 +sysvinit; @:
|
||||
|
||||
distro/regular-rescue: distro/.regular-base mixin/regular-rescue \
|
||||
use/rescue/rw use/efi/refind use/efi/shell use/efi/memtest86 \
|
||||
use/hdt use/syslinux/rescue_fm.cfg use/syslinux/rescue_remote.cfg \
|
||||
|
13
conf.d/t7.mk
13
conf.d/t7.mk
@@ -1,13 +0,0 @@
|
||||
# t7 base kits
|
||||
|
||||
mixin/t7:
|
||||
@$(call set,BRANDING,altlinux-starterkit) ### needs changing
|
||||
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
distro/altlinux-t7-gnustep: distro/regular-gnustep mixin/t7; @:
|
||||
distro/altlinux-t7-gnustep-systemd: distro/regular-gnustep-systemd mixin/t7; @:
|
||||
distro/altlinux-t7-tde: distro/regular-tde mixin/t7; @:
|
||||
distro/altlinux-t7-sysv-tde: distro/regular-sysv-tde mixin/t7; @:
|
||||
|
||||
endif
|
@@ -70,28 +70,6 @@ distro/elinks: distro/.base use/pid1/net
|
||||
|
||||
endif # IMAGE_CLASS: distro
|
||||
|
||||
ifeq (ve,$(IMAGE_CLASS))
|
||||
|
||||
ifeq (centos,$(REPO))
|
||||
|
||||
ve/.centos-base: ve/.bare
|
||||
@$(call set,IMAGE_INIT_LIST,hasher-pkg-init)
|
||||
|
||||
ve/centos: ve/.centos-base
|
||||
@$(call add,BASE_PACKAGES,openssh-server)
|
||||
|
||||
endif # REPO: centos
|
||||
|
||||
ifeq (opensuse,$(REPO))
|
||||
|
||||
ve/.opensuse-base: ve/.bare
|
||||
@$(call set,IMAGE_INIT_LIST,hasher-pkg-init)
|
||||
@$(call add,BASE_PACKAGES,aaa_base)
|
||||
|
||||
endif # REPO: opensuse
|
||||
|
||||
endif # IMAGE_CLASS: ve
|
||||
|
||||
ifeq (vm,$(IMAGE_CLASS))
|
||||
|
||||
vm/net-static: vm/bare use/net-eth use/net-ssh
|
||||
|
18
conf.d/vm.mk
18
conf.d/vm.mk
@@ -18,16 +18,16 @@ vm/systemd-net: vm/systemd use/net-eth/networkd-dhcp use/net-ssh \
|
||||
@$(call add,BASE_PACKAGES,su)
|
||||
|
||||
# vm/net or vm/systemd-net
|
||||
vm/cloud-systemd: vm/systemd-net use/vmguest/kvm
|
||||
@$(call add,BASE_PACKAGES,cloud-init)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-config cloud-final cloud-init cloud-init-local)
|
||||
vm/cloud-systemd: vm/systemd-net mixin/cloud-init use/vmguest/kvm
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
@$(call add,THE_KMODULES,kdbus)
|
||||
|
||||
vm/cloud-sysv: vm/net use/vmguest/kvm use/power/acpi/button
|
||||
@$(call add,BASE_PACKAGES,cloud-init)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-config cloud-final cloud-init cloud-init-local)
|
||||
vm/cloud-sysv: vm/net mixin/cloud-init use/vmguest/kvm use/power/acpi/button; @:
|
||||
|
||||
# vm with OpenNebula contextualization package (with empty network config)
|
||||
vm/opennebula-systemd: vm/systemd use/net/networkd use/net-ssh \
|
||||
use/vmguest/kvm mixin/opennebula-context \
|
||||
use/repo use/control/sudo-su use/deflogin
|
||||
@$(call add,BASE_PACKAGES,su)
|
||||
|
||||
# NB: use/x11 employs some installer-feature packages
|
||||
vm/.desktop-bare: vm/net use/x11/xorg use/cleanup/installer use/repo; @:
|
||||
@@ -35,8 +35,6 @@ vm/.desktop-bare: vm/net use/x11/xorg use/cleanup/installer use/repo; @:
|
||||
vm/.desktop-base: vm/.desktop-bare \
|
||||
use/deflogin/altlinuxroot use/x11-autologin; @:
|
||||
|
||||
mixin/icewm: use/x11/lightdm/gtk +icewm; @:
|
||||
|
||||
vm/icewm: vm/.desktop-base mixin/icewm; @:
|
||||
|
||||
vm/icewm-setup: vm/.desktop-bare mixin/icewm use/oem use/x11-autostart
|
||||
|
@@ -1,2 +1,2 @@
|
||||
use/armh: use/control/sudo-su use/net/dns/google
|
||||
use/armh: use/control/sudo-su use/net-dns/google
|
||||
@$(call add_feature)
|
||||
|
@@ -33,7 +33,6 @@ use/browser/firefox/live: use/browser/firefox
|
||||
|
||||
# scarey, and will have to be done otherwise when l10n feature is there
|
||||
use/browser/firefox/i18n: use/browser/firefox
|
||||
@$(call add,THE_BROWSER,firefox$$(FX_FLAVOUR)-be)
|
||||
@$(call add,THE_BROWSER,firefox$$(FX_FLAVOUR)-kk)
|
||||
@$(call add,THE_BROWSER,firefox$$(FX_FLAVOUR)-ru)
|
||||
@$(call add,THE_BROWSER,firefox$$(FX_FLAVOUR)-uk)
|
||||
|
@@ -33,15 +33,18 @@ prepare-image: check-sudo
|
||||
fi
|
||||
|
||||
convert-image: prepare-image
|
||||
@case "$(IMAGE_TYPE)" in \
|
||||
@VM_COMPRESS=; \
|
||||
case "$(IMAGE_TYPE)" in \
|
||||
"img") mv "$(VM_RAWDISK)" "$(IMAGE_OUTPATH)"; exit 0;; \
|
||||
"vhd") VM_FORMAT="vpc";; \
|
||||
"qcow2c") VM_FORMAT="qcow2"; VM_COMPRESS="-c";; \
|
||||
*) VM_FORMAT="$(IMAGE_TYPE)"; \
|
||||
esac; \
|
||||
if ! type -t qemu-img >&/dev/null; then \
|
||||
echo "** warning: qemu-img not available" >&2; \
|
||||
echo "** error: qemu-img not available" >&2; \
|
||||
exit 1; \
|
||||
else \
|
||||
qemu-img convert -O "$$VM_FORMAT" \
|
||||
qemu-img convert $$VM_COMPRESS -O "$$VM_FORMAT" \
|
||||
"$(VM_RAWDISK)" "$(IMAGE_OUTPATH)"; \
|
||||
rm "$(VM_RAWDISK)"; \
|
||||
if [ "0$(DEBUG)" -le 1 ]; then rm "$(VM_TARBALL)"; fi; \
|
||||
|
@@ -31,6 +31,7 @@ use/firmware/wireless: use/firmware
|
||||
@$(call add,THE_PACKAGES_REGEXP,firmware-prism.*)
|
||||
@$(call add,THE_PACKAGES_REGEXP,firmware-ipw.*)
|
||||
@$(call add,THE_PACKAGES_REGEXP,firmware-zd.*)
|
||||
@$(call add,THE_PACKAGES_REGEXP,firmware-rt.*)
|
||||
|
||||
use/firmware/laptop: use/firmware/cpu
|
||||
@$(call add,KMODULES,acpi_call)
|
||||
|
@@ -19,6 +19,10 @@ use/fonts/zerg: use/fonts
|
||||
use/fonts/infinality: use/fonts
|
||||
@$(call add,THE_PACKAGES,libfreetype-infinality fontconfig-infinality)
|
||||
|
||||
# #34142
|
||||
use/fonts/chinese: use/fonts
|
||||
@$(call add,THE_PACKAGES,fonts-bitmap-wqy)
|
||||
|
||||
# a few typical font collections
|
||||
# NB: dejavu is ugly thus missing
|
||||
# NB: not depending on use/fonts intentionally,
|
||||
|
@@ -40,6 +40,6 @@ $(foreach c,$(VE_ARCHIVES), \
|
||||
$(eval $(call PACK_compressors,$(c),$(z)))))
|
||||
|
||||
# virtual machines
|
||||
VM_EXTS := .img .qcow2 .vdi .vmdk .vhd
|
||||
VM_EXTS := .img .qcow2 .qcow2c .vdi .vmdk .vhd
|
||||
|
||||
$(VM_EXTS:.%=use/pack/%): use/pack; @:
|
||||
|
@@ -2,9 +2,10 @@
|
||||
|
||||
no_x11() {
|
||||
if rpmquery libX11 >&/dev/null; then
|
||||
echo "** rescue image contains libX11 which is prohibited" >&2
|
||||
echo "** rescue image contains libX11 which is prohibited"
|
||||
rpm -e --test libX11
|
||||
exit 1
|
||||
fi
|
||||
fi >&2
|
||||
}
|
||||
|
||||
case "${GLOBAL_TEST_RESCUE:-}" in
|
||||
|
@@ -41,9 +41,12 @@ use/server/groups/tools: use/server
|
||||
@$(call add,MAIN_GROUPS,tools/tuning)
|
||||
|
||||
use/server/groups/services: use/server
|
||||
@$(call add,MAIN_GROUPS,server/dns server/http server/ftp server/kvm)
|
||||
@$(call add,MAIN_GROUPS,server/dhcp server/mail server/mysql)
|
||||
@$(call add,MAIN_GROUPS,server/pgsql)
|
||||
@$(call add,MAIN_GROUPS,server/dhcp server/dns server/mail)
|
||||
@$(call add,MAIN_GROUPS,server/apache2 server/nginx)
|
||||
@$(call add,MAIN_GROUPS,server/mariadb server/pgsql)
|
||||
@$(call add,MAIN_GROUPS,server/php5 server/php7)
|
||||
@$(call add,MAIN_GROUPS,server/ftp server/rsync)
|
||||
@$(call add,MAIN_GROUPS,server/kvm)
|
||||
|
||||
use/server/groups/base: use/server/groups/tools use/server/groups/services; @:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
label rescue_session
|
||||
menu label Rescue with sess^ions support
|
||||
kernel alt0/vmlinuz
|
||||
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
|
||||
append initrd=alt0/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
|
||||
|
||||
|
@@ -6,9 +6,9 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
|
||||
use/vmguest:
|
||||
@$(call add_feature)
|
||||
|
||||
use/vmguest/base: use/vmguest/vbox use/vmguest/vmware; @:
|
||||
use/vmguest/base: use/vmguest/vbox use/vmguest/vmware use/vmguest/kvm; @:
|
||||
use/vmguest/complete: use/vmguest/base \
|
||||
use/vmguest/vbox/x11 use/vmguest/vmware/x11 use/vmguest/kvm; @:
|
||||
use/vmguest/vbox/x11 use/vmguest/vmware/x11 use/vmguest/kvm/x11; @:
|
||||
|
||||
use/vmguest/vbox: use/vmguest
|
||||
@$(call add,THE_KMODULES,virtualbox-addition vboxguest)
|
||||
@@ -20,7 +20,10 @@ use/vmguest/vbox/x11: use/vmguest/vbox
|
||||
# NB: only reasonable for X11-bearing images
|
||||
# see also use/install2/kvm
|
||||
use/vmguest/kvm: use/vmguest
|
||||
@$(call add,THE_PACKAGES,spice-vdagent qemu-guest-agent)
|
||||
@$(call add,THE_PACKAGES,qemu-guest-agent)
|
||||
|
||||
use/vmguest/kvm/x11: use/vmguest/kvm
|
||||
@$(call add,THE_PACKAGES,spice-vdagent xorg-drv-qxl)
|
||||
|
||||
# see also use/install2/vmware
|
||||
use/vmguest/vmware:
|
||||
@@ -29,7 +32,7 @@ use/vmguest/vmware:
|
||||
@$(call add,THE_PACKAGES,open-vm-tools)
|
||||
|
||||
use/vmguest/vmware/x11: use/vmguest/vmware
|
||||
@$(call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse)
|
||||
@$(call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse open-vm-tools-desktop)
|
||||
|
||||
else
|
||||
|
||||
|
@@ -80,6 +80,10 @@ imagedir:
|
||||
|
||||
postprocess: | $(addprefix postprocess-,$(sort $(POSTPROCESS_TARGETS)))
|
||||
@OUTSIZE="`ls -lh "$(IMAGE_OUTPATH)" | cut -f5 -d' '`"; \
|
||||
if [ ! -n "$$OUTSIZE" ]; then \
|
||||
echo "** error: $(IMAGE_OUTPATH) missing" >&2; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
echo "** image: $(IMAGE_OUTPATH) [$$OUTSIZE]" >&2 && \
|
||||
echo "IMAGE_OUTPATH = $(IMAGE_OUTPATH)" && \
|
||||
echo "IMAGE_OUTFILE = $(IMAGE_OUTFILE)" && \
|
||||
|
10
pkg.in/groups/server/apache2.directory
Normal file
10
pkg.in/groups/server/apache2.directory
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Apache Web Server
|
||||
X-Alterator-PackageList=server/apache2
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/nginx
|
||||
Name[ru_RU]=Web-сервер Apache 2
|
||||
Categories=Server;Networking
|
||||
|
@@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=LAMP Server (Apache, MySQL, PHP)
|
||||
X-Alterator-PackageList=server/http
|
||||
X-Alterator-Required=no
|
||||
Name[ru_RU]=Сервер LAMP (Apache, MySQL, PHP)
|
||||
Categories=Server;Networking
|
||||
|
10
pkg.in/groups/server/mariadb.directory
Normal file
10
pkg.in/groups/server/mariadb.directory
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=MariaDB Server (MySQL replacement)
|
||||
X-Alterator-PackageList=server/mariadb
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/mysql
|
||||
Name[ru_RU]=Сервер MariaDB (замена MySQL)
|
||||
Categories=Server;Networking
|
||||
|
@@ -4,6 +4,7 @@ Type=Directory
|
||||
Name=MySQL Server
|
||||
X-Alterator-PackageList=server/mysql
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/mariadb
|
||||
Name[ru_RU]=Сервер MySQL
|
||||
Categories=Server;Networking
|
||||
|
||||
|
10
pkg.in/groups/server/nginx.directory
Normal file
10
pkg.in/groups/server/nginx.directory
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=NGINX Web Server
|
||||
X-Alterator-PackageList=server/nginx
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/apache2
|
||||
Name[ru_RU]=Web-сервер NGINX
|
||||
Categories=Server;Networking
|
||||
|
10
pkg.in/groups/server/php5.directory
Normal file
10
pkg.in/groups/server/php5.directory
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=PHP 5 support
|
||||
X-Alterator-PackageList=server/php5
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/php7
|
||||
Name[ru_RU]=Поддержка PHP 5
|
||||
Categories=Server;Networking
|
||||
|
10
pkg.in/groups/server/php7.directory
Normal file
10
pkg.in/groups/server/php7.directory
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=PHP 7 support
|
||||
X-Alterator-PackageList=server/php7
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server/php5
|
||||
Name[ru_RU]=Поддержка PHP 7
|
||||
Categories=Server;Networking
|
||||
|
9
pkg.in/groups/server/rsync.directory
Normal file
9
pkg.in/groups/server/rsync.directory
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Rsync Server
|
||||
X-Alterator-PackageList=server/rsync
|
||||
X-Alterator-Required=no
|
||||
Name[ru_RU]=Сервер rsync
|
||||
Categories=Server;Networking
|
||||
|
9
pkg.in/groups/server/sqlite.directory
Normal file
9
pkg.in/groups/server/sqlite.directory
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=SQLite Support
|
||||
Name[ru_RU]=Поддержка SQLite
|
||||
X-Alterator-PackageList=server/sqlite
|
||||
X-Alterator-Required=no
|
||||
Categories=Server;
|
||||
|
2
pkg.in/lists/server/apache2
Normal file
2
pkg.in/lists/server/apache2
Normal file
@@ -0,0 +1,2 @@
|
||||
apache2
|
||||
apache2-httpd-prefork
|
6
pkg.in/lists/server/mariadb
Normal file
6
pkg.in/lists/server/mariadb
Normal file
@@ -0,0 +1,6 @@
|
||||
mariadb-backup
|
||||
mariadb-bench
|
||||
mariadb-client
|
||||
mariadb-server
|
||||
perl-DBD-mysql
|
||||
python-module-MySQLdb
|
2
pkg.in/lists/server/nginx
Normal file
2
pkg.in/lists/server/nginx
Normal file
@@ -0,0 +1,2 @@
|
||||
nginx
|
||||
nginx-perl
|
@@ -1,2 +1,2 @@
|
||||
postgresql9.5-server
|
||||
postgresql9.5-contrib
|
||||
postgresql10-server
|
||||
postgresql10-contrib
|
||||
|
@@ -1 +1 @@
|
||||
postgresql9.4-1C-server
|
||||
postgresql9.6-1C-server
|
||||
|
@@ -1,16 +1,13 @@
|
||||
apache2
|
||||
apache2-mod_php5
|
||||
php5
|
||||
php5-cgi
|
||||
php5-curl
|
||||
php5-dba
|
||||
php5-dom
|
||||
#php5-eaccelerator
|
||||
php5-exif
|
||||
#php5-facedetect
|
||||
php5-fileinfo
|
||||
php5-fpm-fcgi
|
||||
php5-gd2
|
||||
#php5-imagick2
|
||||
php5-imap
|
||||
php5-ldap
|
||||
php5-mbstring
|
||||
@@ -23,7 +20,3 @@ php5-suhosin
|
||||
php5-xmlrpc
|
||||
php5-xsl
|
||||
php5-zip
|
||||
MySQL-bench
|
||||
MySQL-client
|
||||
MySQL-server-perl
|
||||
|
19
pkg.in/lists/server/php7
Normal file
19
pkg.in/lists/server/php7
Normal file
@@ -0,0 +1,19 @@
|
||||
apache2-mod_php7
|
||||
php7
|
||||
php7-curl
|
||||
php7-dba
|
||||
php7-dom
|
||||
php7-exif
|
||||
php7-fileinfo
|
||||
php7-fpm-fcgi
|
||||
php7-gd2
|
||||
php7-imap
|
||||
php7-ldap
|
||||
php7-mbstring
|
||||
php7-mcrypt
|
||||
php7-memcached
|
||||
php7-mysqlnd
|
||||
php7-pgsql
|
||||
php7-xmlrpc
|
||||
php7-xsl
|
||||
php7-zip
|
2
pkg.in/lists/server/rsync
Normal file
2
pkg.in/lists/server/rsync
Normal file
@@ -0,0 +1,2 @@
|
||||
rsync-server
|
||||
xinetd
|
1
pkg.in/lists/server/sqlite
Normal file
1
pkg.in/lists/server/sqlite
Normal file
@@ -0,0 +1 @@
|
||||
sqlite3
|
@@ -6,6 +6,8 @@ ntfs-3g
|
||||
dosfstools
|
||||
fatresize
|
||||
|
||||
make-initrd-ucode
|
||||
|
||||
lvm2
|
||||
make-initrd-lvm
|
||||
|
||||
|
@@ -1,9 +1,13 @@
|
||||
# EDA
|
||||
kicad
|
||||
qucs
|
||||
qucs-s
|
||||
|
||||
# 2D CAD
|
||||
librecad
|
||||
qcad
|
||||
qcad-partlibrary
|
||||
solvespace
|
||||
|
||||
# 3D CAD
|
||||
freecad
|
||||
@@ -12,34 +16,37 @@ openscad
|
||||
openscad-MCAD
|
||||
openscad-libraries-mcad
|
||||
meshlab
|
||||
blender
|
||||
blender-i18n
|
||||
|
||||
# CAM
|
||||
# CAM and gcode generator
|
||||
camotics
|
||||
pycam
|
||||
flatcam
|
||||
pcb2gcodeGUI
|
||||
|
||||
# CNC
|
||||
linuxcnc
|
||||
pcb2gcodeGUI
|
||||
inkscape-plugin-gcodetools
|
||||
|
||||
# 3D Printer Software
|
||||
cura
|
||||
# bug 33830
|
||||
libfreeglut
|
||||
slic3r
|
||||
# bug 33831
|
||||
perl-Math-PlanePath
|
||||
printrun
|
||||
repraptor
|
||||
|
||||
# APCS
|
||||
beremiz
|
||||
yaplc-ide
|
||||
# beremiz has problems with python-module-wx3.0
|
||||
python-module-wx
|
||||
|
||||
# SCADA
|
||||
openscada-Model.AGLKS
|
||||
openscada-Model.Boiler
|
||||
openscada-docRU
|
||||
libuniset2-utils
|
||||
libuniset2-extension-logicproc
|
||||
libuniset2-extension-rrd
|
||||
libuniset2-extension-smplus
|
||||
libuniset2-extension-sqlite
|
||||
libomniORB-names
|
||||
uniset2-testsuite
|
||||
libuniset2-docs
|
||||
uniset2-testsuite-doc
|
||||
|
@@ -9,4 +9,4 @@ imsettings-xim
|
||||
|
||||
ibus-hangul
|
||||
ibus-pinyin
|
||||
ibus-unikey
|
||||
#ibus-unikey
|
||||
|
@@ -19,9 +19,7 @@ udisks2
|
||||
gvfs
|
||||
|
||||
# system configuration tools
|
||||
compton-conf
|
||||
lxqt-config
|
||||
obconf-qt
|
||||
|
||||
# utilities
|
||||
lximage-qt
|
||||
@@ -33,11 +31,7 @@ eject
|
||||
icon-theme-oxygen
|
||||
x-cursor-theme-jimmac
|
||||
|
||||
qupzilla
|
||||
qterminal
|
||||
juffed
|
||||
juffed-plugins
|
||||
screengrab
|
||||
xscreensaver
|
||||
|
||||
psi-plus
|
||||
@@ -46,7 +40,5 @@ psi-plus-plugin-conferencelogger
|
||||
psi-plus-plugin-screenshot
|
||||
psi-plus-plugin-watcher
|
||||
|
||||
axkb
|
||||
|
||||
# reboot/poweroff in logout menu as of May, 2014
|
||||
ConsoleKit
|
||||
|
@@ -1,3 +1,7 @@
|
||||
# system configuration tools (qt4)
|
||||
compton-conf
|
||||
obconf-qt
|
||||
|
||||
# carefully chosen
|
||||
x-cursor-theme-BlueGlass3D
|
||||
x-cursor-theme-CP38
|
||||
@@ -17,6 +21,10 @@ tubularix
|
||||
smplayer
|
||||
QCheckers
|
||||
qps
|
||||
juffed
|
||||
juffed-plugins
|
||||
screengrab
|
||||
axkb
|
||||
|
||||
# media player; see also #30556 though
|
||||
clementine
|
||||
|
@@ -193,7 +193,6 @@ socat
|
||||
sshpt
|
||||
#stunnel
|
||||
tcpdump
|
||||
tcpflow
|
||||
tcpreen
|
||||
tcpreplay
|
||||
tcptrace
|
||||
|
Reference in New Issue
Block a user