x11: added use/x11/mate target
It was implemented in a pretty quick-and-dirty way for regular-mate back then, clean things up a bit. Package lists should be deduplicated either but that's another story.
This commit is contained in:
parent
e532dedc7a
commit
61ecd095bb
@ -51,8 +51,9 @@ distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality
|
||||
distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad
|
||||
@$(call add,LIVE_PACKAGES,livecd-regular-xmonad)
|
||||
|
||||
distro/regular-mate: distro/.regular-gtk
|
||||
@$(call add,LIVE_LISTS,$(call tags,(desktop || mobile) && (mate || nm)))
|
||||
distro/regular-mate: distro/.regular-gtk use/x11/mate
|
||||
@$(call add,LIVE_LISTS,$(call tags,mobile mate))
|
||||
@$(call add,LIVE_LISTS,$(call tags,desktop nm)) ### +nm?
|
||||
|
||||
distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality
|
||||
@$(call add,LIVE_PACKAGES,xterm)
|
||||
|
@ -107,3 +107,6 @@ use/x11/gnustep: use/x11
|
||||
|
||||
use/x11/xmonad: use/x11
|
||||
@$(call add,THE_LISTS,$(call tags,xmonad desktop))
|
||||
|
||||
use/x11/mate: use/x11
|
||||
@$(call add,THE_LISTS,$(call tags,mate desktop))
|
||||
|
Loading…
Reference in New Issue
Block a user