[Lunar-commits] r24867 - in moonbase/trunk/x11-apps: . xscreensaver
Florin Braescu
florin at lunar-linux.org
Sun Jun 17 09:50:15 CEST 2007
Author: florin
Date: 2007-06-17 09:50:15 +0200 (Sun, 17 Jun 2007)
New Revision: 24867
Removed:
moonbase/trunk/x11-apps/xscreensaver-kde/
moonbase/trunk/x11-apps/xscreensaver/CONFLICTS
Modified:
moonbase/trunk/x11-apps/xscreensaver/BUILD
moonbase/trunk/x11-apps/xscreensaver/DEPENDS
moonbase/trunk/x11-apps/xscreensaver/DETAILS
Log:
Now it can be only one xscreensaver module. The xscreensaver-kde users can use the xscreensaver module from now.
Modified: moonbase/trunk/x11-apps/xscreensaver/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/BUILD 2007-06-17 07:19:09 UTC (rev 24866)
+++ moonbase/trunk/x11-apps/xscreensaver/BUILD 2007-06-17 07:50:15 UTC (rev 24867)
@@ -5,12 +5,12 @@
OPTS="$OPTS --with-pam --without-shadow"
fi
- # Enable gtk support
- OPTS="$OPTS --without-motif --with-gtk --with-xml --without-kerberos"
+ # Disable gtk support
+ OPTS="$OPTS --with-xml"
# Enable locking abilities of xscreensaver
OPTS="$OPTS --enable-locking"
-
+
default_build &&
rm -fR /xscreensaver
Deleted: moonbase/trunk/x11-apps/xscreensaver/CONFLICTS
Modified: moonbase/trunk/x11-apps/xscreensaver/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/DEPENDS 2007-06-17 07:19:09 UTC (rev 24866)
+++ moonbase/trunk/x11-apps/xscreensaver/DEPENDS 2007-06-17 07:50:15 UTC (rev 24867)
@@ -1,13 +1,39 @@
-depends gtk+-2 &&
-depends libglade2 &&
-depends libxml2 &&
-depends netpbm &&
-depends bc &&
-depends %GLUT &&
-depends perl &&
+depends libxml2 &&
+depends netpbm &&
+depends bc &&
+depends %GLUT &&
+depends perl &&
-optional_depends "yelp" "" "" "help browser support in Gnome" &&
-optional_depends "gle" "--with-gle" "--without-gle" "to enable any screensavers that use this library" &&
-optional_depends "gettext" "--enable-nls" "--disable-nls" "Enable NLS support" &&
-optional_depends "fortune" "--with-fortune=/usr/games/fortune" "" "for screensavers that use fortune" &&
-optional_depends "xsnow" "" "" "to allow xsnow to be used as a screensaver"
+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 "gle" \
+ "--with-gle" \
+ "--without-gle" "enable the use this library" &&
+
+optional_depends "fortune" \
+ "--with-fortune=/usr/games/fortune" \
+ "" \
+ "use fortune" &&
+
+optional_depends "fortune" \
+ "--with-" \
+ "" \
+ "use fortune" &&
+
+optional_depends "xsnow" \
+ "" \
+ " " \
+ "to allow xsnow to be used as a screensaver"
Modified: moonbase/trunk/x11-apps/xscreensaver/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/DETAILS 2007-06-17 07:19:09 UTC (rev 24866)
+++ moonbase/trunk/x11-apps/xscreensaver/DETAILS 2007-06-17 07:50:15 UTC (rev 24867)
@@ -4,17 +4,15 @@
SOURCE_URL[0]=http://www.jwz.org/$MODULE/
SOURCE_URL[1]=http://packetstorm.widexs.nl/UNIX/admin/
SOURCE_VFY=sha1:3e02f516efc25755f1a89f5af3983423f639f82b
- PSAFE=no
WEB_SITE=http://www.jwz.org/xscreensaver
ENTERED=20010922
UPDATED=20070422
SHORT="A modular screen saver and locker for X"
+ PSAFE=no
cat << EOF
XScreenSaver is a modular screen saver and locker for the X Window
System. It is highly customizable and allows the use of any program
-that can draw on the root window as a display mode. More than 160
+that can draw on the root window as a display mode. More than 160
display modes are included in this package.
-
-Note: This module builds the gtk+-2 screensaver-demo application!
EOF
More information about the Lunar-commits
mailing list