[Lunar-commits] CVS: moonbase/x11-apps/xscreensaver-kde BUILD, 1.1, 1.2 DEPENDS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sat Jan 29 16:42:01 UTC 2005


Update of /var/cvs/lunar/moonbase/x11-apps/xscreensaver-kde
In directory espresso.foo-projects.org:/tmp/cvs-serv16478/x11-apps/xscreensaver-kde

Modified Files:
	BUILD DEPENDS 
Log Message:
fix the compile.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/xscreensaver-kde/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	26 Oct 2004 16:24:26 -0000	1.1
+++ BUILD	29 Jan 2005 16:41:58 -0000	1.2
@@ -1,7 +1,7 @@
 (
 
   # Enable gtk support
-  OPTS="$OPTS --without-motif --without-gtk --with-xml"
+  OPTS="$OPTS --without-motif --without-gtk --without-pixbuf --with-xml"
 
   # Enable locking abilities of xscreensaver
   OPTS="$OPTS --enable-locking"
@@ -10,7 +10,7 @@
 
   # KDE seems to enjoy having this symlink
   if module_installed "kde3" ; then
-    ln -s /usr/share/control-center/screensavers /usr/lib/xscreensaver/config
+    ln -sf /usr/share/control-center/screensavers /usr/lib/xscreensaver/config
   fi 
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/xscreensaver-kde/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	28 Dec 2004 01:49:57 -0000	1.2
+++ DEPENDS	29 Jan 2005 16:41:58 -0000	1.3
@@ -1,8 +1,8 @@
-depends libxml2   &&
-depends netpbm    &&
-depends bc        &&
-depends glut      &&
-depends perl      &&
+depends libxml2  &&
+depends netpbm   &&
+depends bc       &&
+depends glut     &&
+depends perl     &&
 
 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"                               &&



More information about the Lunar-commits mailing list