[Lunar-commits]
CVS: moonbase/chat/psi CONFIGURE, NONE, 1.1 DEPENDS, 1.1, 1.2
Stefan Wold
ratler at lunar-linux.org
Thu Feb 12 15:21:20 GMT 2004
Update of /var/cvs/lunar/moonbase/chat/psi
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1810
Modified Files:
DEPENDS
Added Files:
CONFIGURE
Log Message:
Changed the optional support for KDE to use query instead of optional depend
--- NEW FILE: CONFIGURE ---
if ! grep -q "^OPTS=" $MODULE_CONFIG; then
if ! query "Enable KDE support?" n; then
OPTS=$OPTS" --disable-kde"
fi
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
fi
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/psi/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 12 Feb 2004 10:51:31 -0000 1.1
+++ DEPENDS 12 Feb 2004 15:21:18 -0000 1.2
@@ -1,3 +1,2 @@
depends qt3 &&
-depends zlib &&
-optional_depends "kde" "" "--disable-kde" "to enable kde support"
+depends zlib
More information about the Lunar-commits
mailing list