2012-12-26 00:06:26 +04:00
# regular build/usage images
i f e q ( d i s t r o , $( IMAGE_CLASS ) )
2013-02-21 12:13:06 +04:00
# WM base target
distro/.regular-base : distro /.base +live +wireless use /live /ru \
2013-02-14 01:22:15 +04:00
use/live/install use/live/repo use/live/net-eth use/x11/3d-free \
2013-02-21 13:10:03 +04:00
use/efi/signed use/luks +vmguest use/memtest use/branding
2013-01-26 18:09:14 +04:00
@$( call add,LIVE_LISTS,$( call tags,base regular) )
2013-01-05 18:19:05 +04:00
@$( call add,LIVE_LISTS,$( call tags,rescue extra) )
2013-02-21 12:13:06 +04:00
@$( call add,THE_BRANDING,indexhtml notes alterator)
2013-02-08 16:47:03 +04:00
@$( call add,KMODULES,r8168)
2012-12-26 00:06:26 +04:00
@$( call try,SAVE_PROFILE,yes)
2013-02-21 12:13:06 +04:00
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.regular-desktop : distro /.regular -base \
2013-02-21 13:34:05 +04:00
use/systemd use/syslinux/ui/gfxboot use/firmware/cpu use/efi/refind
2013-02-21 12:13:06 +04:00
@$( call add,LIVE_LISTS,domain-client)
@$( call add,THE_BRANDING,bootloader)
@$( call set,KFLAVOURS,std-def)
2013-02-05 14:51:36 +04:00
distro/.regular-gtk : distro /.regular -desktop use /x 11/lightdm /gtk +plymouth ; @:
2013-02-05 16:05:38 +04:00
@$( call add,THE_BRANDING,graphics)
2012-12-26 00:06:26 +04:00
2013-02-21 12:13:06 +04:00
distro/regular-icewm : distro /.regular -base use /x 11/lightdm /gtk +icewm
2013-01-20 20:54:07 +04:00
@$( call add,LIVE_PACKAGES,xxkb mutt)
2013-02-21 12:13:06 +04:00
@$( call set,KFLAVOURS,un-def)
2013-01-16 23:05:35 +04:00
2012-12-26 00:06:26 +04:00
distro/regular-xfce : distro /.regular -gtk use /x 11/xfce ; @:
distro/regular-lxde : distro /.regular -gtk use /x 11/lxde ; @:
distro/regular-mate : distro /.regular -gtk
@$( call add,LIVE_LISTS,$( call tags,( desktop || mobile) && ( mate || nm) ) )
2013-01-19 20:56:55 +04:00
distro/regular-e17 : distro /.regular -gtk use /x 11/e 17
2013-02-21 12:19:07 +04:00
@$( call add,LIVE_PACKAGES,xterm)
2012-12-26 00:06:26 +04:00
distro/regular-cinnamon : distro /.regular -desktop use /x 11/cinnamon
@$( call set,META_VOL_ID,ALT Linux $( IMAGE_NAME) ) # see also #28271
2013-02-14 16:44:27 +04:00
@$( call add,LIVE_PACKAGES,fontconfig-infinality)
2012-12-26 00:06:26 +04:00
2013-01-15 19:00:59 +04:00
distro/regular-gnome3 : distro /.regular -desktop use /x 11/gnome 3; @:
2013-02-05 13:15:27 +04:00
distro/regular-tde : distro /.regular -desktop +tde +plymouth
2013-01-08 02:44:40 +04:00
@$( call add,LIVE_LISTS,$( call tags,desktop nm) )
2013-01-20 20:59:50 +04:00
@$( call add,LIVE_PACKAGES,kdegames kdeedu)
2013-01-08 02:44:40 +04:00
2013-02-05 13:15:27 +04:00
distro/regular-kde4 : distro /.regular -desktop use /x 11/kde 4 use /x 11/kdm 4 +plymouth
2013-01-20 23:17:32 +04:00
@$( call add,LIVE_PACKAGES,kde4-regular)
2013-01-17 19:22:43 +04:00
@$( call add,LIVE_PACKAGES,plasma-applet-networkmanager)
2013-02-07 01:31:16 +04:00
distro/regular-razorqt : distro /.regular -desktop +razorqt +plymouth ; @:
2012-12-26 00:06:26 +04:00
e n d i f