From 928d7a81888fe9043afa9534472a233209af3929 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 3 Jul 2015 12:59:03 +0300 Subject: [PATCH] live.mk, regular.mk: use desktop+sane I decided that it's worth the added size to sprinkle more hardware-related packages like SANE throughout the regular crop so that compatibility tests are easier to do; there's sane usage in there already, let's port live-gimp over too. --- conf.d/live.mk | 2 +- conf.d/regular.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/live.mk b/conf.d/live.mk index 8688843f..fbc353e2 100644 --- a/conf.d/live.mk +++ b/conf.d/live.mk @@ -102,8 +102,8 @@ distro/live-0ad: distro/.live-games distro/live-e17: distro/.live-desktop-ru use/x11/e17 use/x11/lightdm/gtk; @: distro/live-gimp: distro/live-icewm use/live/ru + @$(call add,LIVE_LISTS,$(call tags,desktop sane)) @$(call add,LIVE_PACKAGES,gimp tintii immix fim) - @$(call add,LIVE_PACKAGES,sane sane-frontends xsane) @$(call add,LIVE_PACKAGES,darktable geeqie rawstudio ufraw) @$(call add,LIVE_PACKAGES,macrofusion python-module-pygtk-libglade) @$(call add,LIVE_PACKAGES,qtfm openssh-clients rsync usbutils) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index 715a2f78..177ffa21 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -131,6 +131,7 @@ distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad distro/regular-mate: distro/.regular-gtk +nm \ use/x11/mate use/fonts/ttf/google use/domain-client/full @$(call add,LIVE_LISTS,$(call tags,mobile mate)) + @$(call add,LIVE_LISTS,$(call tags,desktop sane)) distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality; @: distro/regular-e19: distro/.regular-gtk use/x11/e19 use/fonts/infinality; @: