[Lunar-commits] r26487 - moonbase/trunk/graphics/gimp

Moritz Heiber moe at lunar-linux.org
Mon Oct 29 14:12:02 CET 2007


Author: moe
Date: 2007-10-29 14:12:02 +0100 (Mon, 29 Oct 2007)
New Revision: 26487

Modified:
   moonbase/trunk/graphics/gimp/DEPENDS
Log:
Please check your commits.

1) Factual error: pygtk2 remains an optional dependency
2) Its already in the DEPENDS file .. adding it a second time
   doesn't make sense.

Apart from that:

1) Removed gimp-print as gimp now uses the GTK printing backend



Modified: moonbase/trunk/graphics/gimp/DEPENDS
===================================================================
--- moonbase/trunk/graphics/gimp/DEPENDS	2007-10-29 11:12:34 UTC (rev 26486)
+++ moonbase/trunk/graphics/gimp/DEPENDS	2007-10-29 13:12:02 UTC (rev 26487)
@@ -2,7 +2,6 @@
 depends  libart_lgpl
 depends  fontconfig
 depends  intltool
-depends  pygtk2
 
 optional_depends  "libmng"                  \
                   ""                        \
@@ -14,14 +13,9 @@
                   "--without-aa"            \
                   "for ASCII art support"
 
-optional_depends  "gimp-print"              \
-                  ""                        \
-                  "--disable-print"         \
-                  "for printing support"
-
 optional_depends  "pygtk2"                  \
                   "--enable-python"         \
-                  ""                        \
+                  "--disable-python"        \
                   "for Python support"
 
 optional_depends  "gtk-doc"                 \



More information about the Lunar-commits mailing list