From efbecbe76570498e34b7760bd4c2e521fcfe327d Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 4 May 2012 22:08:28 +0300 Subject: [PATCH] initial live-gimp It's actually convenient to test new software (moreso stacks) in a known clean isolated environment ;-) Thanks "asd" at opennet for the motivation to do it all: http://www.opennet.ru/openforum/vsluhforumID3/84402.html#109 --- conf.d/live.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf.d/live.mk b/conf.d/live.mk index f9ca8105..1424f5d8 100644 --- a/conf.d/live.mk +++ b/conf.d/live.mk @@ -57,4 +57,11 @@ distro/live-flightgear: distro/live-icewm use/live/sound use/x11/3d-proprietary distro/live-cinnamon: distro/.live-desktop use/live/autologin use/live/ru \ use/x11/cinnamon use/x11/3d-free +distro/live-gimp: distro/live-icewm use/x11/3d-free use/live/ru + @$(call add,LIVE_PACKAGES,gimp tintii immix fim) + @$(call add,LIVE_PACKAGES,cvltonemap darktable geeqie rawstudio ufraw) + @$(call add,LIVE_PACKAGES,macrofusion python-module-pygtk-libglade) + @$(call add,LIVE_PACKAGES,qtfm openssh-clients rsync) + @$(call add,LIVE_PACKAGES,design-graphics-sisyphus2) + endif