mixin-basealt.mk 4.01 KB
Newer Older
1 2
# shared across all supported arches, can be complemented per arch

3
mixin/alt-workstation-install: workstation_groups = $(addprefix workstation/,\
4
	10-office 20-networking 30-multimedia 35-gpolicy 40-virtualization \
5
	raccess agents alterator-web emulators ganttproject gnome-peer-to-peer graphics-editing \
6
	libreoffice mate-usershare pidgin scanning scribus \
7
	sound-editing thunderbird freeipa-client gpolicy-adm gpolicy-client gpolicy-templates)
8

9
mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
10
	use/kernel/net use/l10n/default/ru_RU \
11
	use/x11/xorg use/x11-autostart use/x11/gtk/nm \
12
	use/ntp/chrony \
13
	use/apt-conf/branch use/volumes/alt-workstation \
14
	use/fonts/install2 \
15 16 17
	use/fonts/otf/adobe use/fonts/otf/mozilla \
	use/fonts/ttf/google use/fonts/ttf/google/extra \
	use/fonts/ttf/redhat use/fonts/ttf/ubuntu \
18
	use/branding use/control use/services \
19 20
	use/sound use/xdg-user-dirs \
	use/docs/manual use/docs/indexhtml \
21 22
	use/browser/firefox use/browser/firefox/esr \
	use/cleanup/live-no-cleanupdb
23
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
24
ifneq (,$(filter-out sisyphus,$(BRANCH)))
25
	@$(call set,KFLAVOURS,std-def un-def)
26
endif
27
endif
28
	@$(call add,MAIN_LISTS,kernel-headers)
29
	@$(call set,BRANDING,alt-workstation)
30 31
	@$(call add,THE_BRANDING,mate-settings)
	@$(call add,COMMON_PACKAGES,vim-console)
32 33
	@$(call add,BASE_LISTS,workstation/base.pkgs)
	@$(call add,THE_LISTS,workstation/the.pkgs)
34 35
	@$(call add,THE_LISTS,$(call tags,archive extra))
	@$(call add,THE_LISTS,$(call tags,mobile mate))
36 37
	@$(call add,BASE_LISTS,$(call tags,desktop cups))
	@$(call add,LIVE_LISTS,workstation/live.pkgs)
38
	@$(call add,LIVE_LISTS,workstation/scanning)
39
ifneq (,$(filter-out armh,$(ARCH)))
40
	@$(call add,LIVE_LISTS,workstation/libreoffice)
41
endif
42 43 44 45 46
	@$(call add,THE_LISTS,workstation/mate)
	@$(call add,THE_LISTS,$(call tags,regular desktop))
	@$(call add,THE_LISTS,$(call tags,base regular))
	@$(call add,THE_LISTS,$(call tags,base l10n))
	@$(call add,THE_LISTS,$(call tags,base desktop))
47
	@$(call add,THE_LISTS,$(call tags,xorg vaapi))
48 49
	@$(call add,THE_KMODULES,staging)
	@$(call add,CONTROL,xdg-user-dirs:enabled)
50
	@$(call add,SERVICES_DISABLE,sshd)
51
	@$(call add,SERVICES_DISABLE,auditd)
52
	@$(call add,SERVICES_ENABLE,cups cups-browsed smb nmb httpd2 bluetoothd libvirtd)
53
	@$(call add,SERVICES_ENABLE,crond)
54
	@$(call add,SERVICES_ENABLE,fstrim.timer)
55
	@$(call add,SERVICES_ENABLE,ahttpd)	# in case it gets installed
56
	@$(call add,SERVICES_DISABLE,powertop bridge gpm)
57 58
	@$(call add,SYSTEMD_SERVICES_DISABLE,systemd-userdbd.service)
	@$(call add,SYSTEMD_SERVICES_DISABLE,systemd-userdbd.socket)
59
	@$(call add,CONTROL,libnss-role:enabled)
60 61
	@$(call set,META_PUBLISHER,BaseALT Ltd)
	@$(call set,META_VOL_SET,ALT)
62 63
	@$(call set,META_VOL_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH))
	@$(call set,META_APP_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
64
	@$(call set,DOCS,alt-workstation)
65
	@$(call add,PINNED_PACKAGES,postfix)
66 67

mixin/alt-workstation-install: +installer \
68
	use/install2/fat use/install2/vnc \
69
	use/install2/oem \
70
	use/stage2/ata use/stage2/fs use/stage2/hid use/stage2/md \
71
	use/stage2/mmc use/stage2/net use/stage2/net-nfs use/stage2/cifs \
72
	use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
73
	@$(call set,INSTALLER,alt-workstation)
74
	@$(call add,INSTALL2_PACKAGES,installer-feature-slideshow)
75 76
	@$(call add,INSTALL2_PACKAGES,alterator-notes)
	@$(call add,INSTALL2_PACKAGES,fdisk)
77
	@$(call add,INSTALL2_PACKAGES,btrfs-progs)
78 79
	@$(call add,INSTALL2_PACKAGES,open-iscsi)
	@$(call add,INSTALL2_PACKAGES,xorg-conf-libinput-touchpad)
80
ifneq (,$(filter-out e2k%,$(ARCH)))
81
	@$(call add,THE_PACKAGES,installer-feature-repo-add)
82 83
	@$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2)
	@$(call add,LIVE_PACKAGES,installer-feature-quota-stage2)
84 85
	@$(call add,MAIN_LISTS,workstation/extras)
endif
86 87
	@$(call add,LIVE_PACKAGES,livecd-installer-features)
	@$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3)
88
	@$(call add,LIVE_PACKAGES,alterator-gpupdate)
89
	@$(call add,MAIN_PACKAGES,solaar)
90
	@$(call add,STAGE2_PACKAGES,chrony)
91
	@$(call add,MAIN_GROUPS,$(workstation_groups))