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:
Michael Shigorin 2013-06-11 15:24:29 +00:00
parent e532dedc7a
commit 61ecd095bb
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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))