basealt.mk: even more packages for workstation

Some of these are included already but let's ensure that.

Suggested-by: Erik Palvanov <erik@tonk.ru>
This commit is contained in:
Michael Shigorin 2016-11-10 20:34:56 +03:00
parent 02e3ab0915
commit 607e0d9591

View File

@ -36,6 +36,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call add,THE_PACKAGES,systemd-udev-console-fb)
@$(call add,THE_PACKAGES,gnome-bluetooth)
@$(call add,THE_PACKAGES,uvcview dvd+rw-tools pv)
@$(call add,THE_PACKAGES,fdisk net-tools mtr tcpdump ipcalc)
@$(call add,THE_BRANDING,graphics)
@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
@$(call add,THE_BRANDING,notes slideshow)
@ -46,6 +47,7 @@ distro/alt-workstation: distro/.base use/luks \
@$(call add,THE_LISTS,$(call tags,regular desktop))
@$(call add,MAIN_GROUPS,$(workstation_groups))
@$(call add,MAIN_LISTS,workstation/extras)
@$(call add,MAIN_LISTS,$(call tags,xorg vaapi))
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
@$(call add,LIVE_LISTS,$(call tags,desktop office))