1f59689b20
grass (required by qgis-grass <- qgis) results in "GRASS GIS 7" menu item that just fails: https://bugzilla.altlinux.org/31954
84 lines
3.6 KiB
Makefile
84 lines
3.6 KiB
Makefile
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/basealt-workstation: workstation_groups = $(addprefix workstation/,\
|
|
10-office 20-networking 30-multimedia 40-virtualization 50-publishing \
|
|
blender emulators gnome-peer-to-peer graphics-editing \
|
|
gtk-dictionary libreoffice mate-usershare pidgin remmina \
|
|
scanning scribus sound-editing vlc \
|
|
freecad ganttproject thunderbird \
|
|
kvm virtualbox)
|
|
|
|
distro/basealt-workstation: distro/.base use/luks \
|
|
+installer +sysvinit +power +systemd +pulse +vmguest +wireless +efi \
|
|
use/kernel/net use/docs/license \
|
|
use/vmguest use/memtest \
|
|
use/bootloader/grub \
|
|
use/install2/fs use/install2/vnc use/install2/repo \
|
|
use/install2/suspend use/x11/xorg use/sound use/xdg-user-dirs \
|
|
mixin/desktop-installer \
|
|
use/efi/refind use/efi/shell use/rescue/base \
|
|
use/branding use/syslinux/ui/gfxboot use/plymouth/full \
|
|
use/fonts/install2 use/install2/fs \
|
|
use/fonts/otf/adobe use/fonts/otf/mozilla \
|
|
use/fonts/ttf/google/extra use/fonts/ttf/redhat use/fonts/ttf/ubuntu \
|
|
use/l10n/default/ru_RU \
|
|
use/control use/services \
|
|
use/live/install use/live/suspend use/live/x11 use/live/repo \
|
|
use/x11/lightdm/gtk use/docs/manual use/x11/gtk/nm +nm \
|
|
use/fonts/ttf/google use/domain-client/full \
|
|
use/browser/firefox use/browser/firefox/esr
|
|
@$(call add,THE_PACKAGES,installer-feature-desktop-other-fs-stage2)
|
|
@$(call add,THE_PACKAGES,alterator-notes)
|
|
@$(call add,THE_PACKAGES,imagewriter)
|
|
@$(call add,THE_PACKAGES,mintmenu)
|
|
@$(call add,THE_PACKAGES,firefox-esr-ru)
|
|
@$(call add,THE_PACKAGES,systemd-udev-console-fb)
|
|
@$(call add,THE_BRANDING,graphics)
|
|
@$(call add,THE_BRANDING,alterator bootloader bootsplash graphics)
|
|
@$(call add,THE_BRANDING,notes slideshow)
|
|
@$(call add,INSTALL2_BRANDING,notes slideshow)
|
|
@$(call add,THE_LISTS,$(call tags,base regular))
|
|
@$(call add,INSTALL2_BRANDING,alterator notes)
|
|
@$(call add,INSTALL2_PACKAGES,alterator-notes)
|
|
@$(call add,THE_LISTS,$(call tags,regular desktop))
|
|
@$(call add,MAIN_GROUPS,$(workstation_groups))
|
|
@$(call add,MAIN_LISTS,workstation/extras)
|
|
@$(call add,BASE_LISTS,$(call tags,desktop cups))
|
|
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
|
|
@$(call add,LIVE_LISTS,$(call tags,desktop office))
|
|
@$(call add,THE_LISTS,workstation/mate)
|
|
@$(call add,THE_LISTS,$(call tags,base l10n))
|
|
@$(call add,THE_LISTS,$(call tags,base desktop))
|
|
@$(call add,THE_LISTS,$(call tags,archive extra))
|
|
@$(call add,THE_LISTS,$(call tags,mobile mate))
|
|
@$(call add,LIVE_PACKAGES,virt-viewer vlc)
|
|
@$(call add,LIVE_PACKAGES,volumes-profile-regular)
|
|
@$(call add,INSTALL2_PACKAGES,volumes-profile-regular)
|
|
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
|
|
@$(call add,THE_PACKAGES,bluez pulseaudio-bluez rpminstall)
|
|
@$(call add,BASE_PACKAGES,installer-feature-centaurus-keyring)
|
|
@$(call add,BASE_PACKAGES,samba-winbind)
|
|
@$(call add,BASE_PACKAGES,alterator-x11)
|
|
@$(call add,COMMON_PACKAGES,vim-console)
|
|
@$(call add,LIVE_PACKAGES,xterm-)
|
|
@$(call add,CLEANUP_PACKAGES,xterm)
|
|
@$(call add,BASE_KMODULES,kvm virtualbox)
|
|
@$(call add,THE_KMODULES,staging)
|
|
@$(call add,THE_BRANDING,mate-settings)
|
|
@$(call set,BRANDING,basealt-workstation)
|
|
@$(call set,INSTALLER,altlinux-desktop)
|
|
@$(call set,DOCS,basealt-desktop)
|
|
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
|
|
@$(call add,CONTROL,xdg-user-dirs:enabled)
|
|
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2)
|
|
@$(call add,DEFAULT_SERVICES_DISABLE,powertop)
|
|
@$(call set,META_PUBLISHER,BaseALT Ltd)
|
|
@$(call set,META_VOL_SET,BaseALT)
|
|
@$(call set,META_VOL_ID,BaseALT Workstation)
|
|
@$(call set,META_APP_ID,8.0/$(ARCH))
|
|
|
|
distro/alt-workstation: distro/basealt-workstation
|
|
@$(call set,BRANDING,alt-workstation)
|
|
|
|
endif
|