[Lunar-commits] r25868 - moonbase/trunk/x11-apps/xscreensaver

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Sep 19 02:52:42 CEST 2007


Author: v3rt1g0
Date: 2007-09-19 02:52:42 +0200 (Wed, 19 Sep 2007)
New Revision: 25868

Modified:
   moonbase/trunk/x11-apps/xscreensaver/BUILD
   moonbase/trunk/x11-apps/xscreensaver/DEPENDS
Log:
removed TABS (and cleaned up depends)
Added missing optional (runtime) depends on appres
Removed bunk comment from the BUILD file


Modified: moonbase/trunk/x11-apps/xscreensaver/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/BUILD	2007-09-19 00:42:56 UTC (rev 25867)
+++ moonbase/trunk/x11-apps/xscreensaver/BUILD	2007-09-19 00:52:42 UTC (rev 25868)
@@ -8,7 +8,6 @@
   # Force disable of kerberos
   OPTS="$OPTS --without-kerberos"
 
-  # Disable gtk support
   OPTS="$OPTS --with-xml"
 
   # Enable locking abilities of xscreensaver

Modified: moonbase/trunk/x11-apps/xscreensaver/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/DEPENDS	2007-09-19 00:42:56 UTC (rev 25867)
+++ moonbase/trunk/x11-apps/xscreensaver/DEPENDS	2007-09-19 00:52:42 UTC (rev 25868)
@@ -4,36 +4,20 @@
 depends %GLUT
 depends perl
 
-optional_depends "gettext"        \
-                 "--enable-nls"   \
-		 "--disable-nls"  \
-		 "enable NLS support"
-		 
-optional_depends "gtk+-2"         \
-                 "--with-gtk"     \
-                 "--without-gtk"  \
-		 "enable the use of this library"
-		 
-optional_depends "gdk-pixbuf"        \
-                 "--with-pixbuf"     \
-                 "--without-pixbuf"  \
-		 "enable the use of this library"
+optional_depends "gettext"  "--enable-nls" "--disable-nls"  \
+                 "enable NLS support"
 
-optional_depends "gle"         \
-                 "--with-gle"  \
-		 "--without-gle" "enable the use this library"
-		 
-optional_depends "fortune"                            \
-                 "--with-fortune=/usr/games/fortune"  \
-		 ""                                   \
-		 "use fortune"                       
+optional_depends "gtk+-2"  "--with-gtk"  "--without-gtk" \
+                 "to build the configuration manager"
 
-optional_depends "fortune"  \
-                 "--with-"  \
-		 ""         \
-		 "use fortune"
-		 
-optional_depends "xsnow"  \
-                 ""       \
-		 " "      \
-		 "to allow xsnow to be used as a screensaver"
+optional_depends "gle" "--with-gle" "--without-gle" \
+                 "required for some of the screensavers"
+
+optional_depends "fortune"  "--with-fortune=/usr/games/fortune"  ""  \
+                 "allow fortune to be used as a text source in screensavers"
+
+optional_depends "appres"  ""  ""  \
+                 "required for some of the text-printing screensavers"
+
+optional_depends "xsnow"  ""  ""  \
+                 "to allow xsnow to be used as a screensaver"



More information about the Lunar-commits mailing list