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

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Oct 29 12:12:34 CET 2007


Author: zbiggy
Date: 2007-10-29 12:12:34 +0100 (Mon, 29 Oct 2007)
New Revision: 26486

Modified:
   moonbase/trunk/graphics/gimp/DEPENDS
Log:
gimp:
*added missing required dependency pygtk2
*removed white chars called "stinky tabs" by Lunar devs
*redundand spaces removed


Modified: moonbase/trunk/graphics/gimp/DEPENDS
===================================================================
--- moonbase/trunk/graphics/gimp/DEPENDS	2007-10-29 10:55:47 UTC (rev 26485)
+++ moonbase/trunk/graphics/gimp/DEPENDS	2007-10-29 11:12:34 UTC (rev 26486)
@@ -2,37 +2,38 @@
 depends  libart_lgpl
 depends  fontconfig
 depends  intltool
+depends  pygtk2
 
 optional_depends  "libmng"                  \
                   ""                        \
                   "--without-libmng"        \
-                  "for MNG file support"    
-		  
+                  "for MNG file support"
+
 optional_depends  "aalib"                   \
                   ""                        \
                   "--without-aa"            \
-                  "for ASCII art support"   
-		  
+                  "for ASCII art support"
+
 optional_depends  "gimp-print"              \
                   ""                        \
                   "--disable-print"         \
-                  "for printing support"    
-		  
+                  "for printing support"
+
 optional_depends  "pygtk2"                  \
                   "--enable-python"         \
                   ""                        \
-                  "for Python support"      
-		  
+                  "for Python support"
+
 optional_depends  "gtk-doc"                 \
                   "--enable-gtk-doc"        \
                   ""                        \
-                  "for GIMP help files"     
-		  
+                  "for GIMP help files"
+
 optional_depends  "librsvg"                 \
                   "--with-librsvg"          \
                   "--without-librsvg"       \
-                  "for SVG support"         
-		  
+                  "for SVG support"
+
 optional_depends  "gnome-desktop"           \
                   "--enable-gnome-desktop"  \
                   ""                        \



More information about the Lunar-commits mailing list