[Lunar-commits] CVS: moonbase/kde3-utils/superkaramba BUILD, 1.2, 1.3 DEPENDS, 1.1, 1.2 DETAILS, 1.7, 1.8

Florin Braescu florin at lunar-linux.org
Tue Feb 24 08:29:18 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-utils/superkaramba
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10144/superkaramba

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/superkaramba/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	11 Oct 2003 10:14:20 -0000	1.2
+++ BUILD	24 Feb 2004 08:29:16 -0000	1.3
@@ -1,18 +1,11 @@
 (
-  export KDEDIR=/opt/lunar/kde/3
-  export QTDIR=/opt/lunar/qt/3
-
-  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
-
-  ./configure    --prefix=$KDEDIR                      \
-                 --with-qt-dir=$QTDIR                  \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
-
-  make                 &&
-  prepare_install      &&
-  make install         
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/superkaramba/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	24 Jun 2003 23:29:09 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:29:16 -0000	1.2
@@ -1,6 +1,7 @@
-depends "kdelibs3"  &&
-depends "Python" &&
-optional_depends "xmms" "" "" "For xmms control"
+depends  kdelibs3  &&
+depends  Python    &&
+
+optional_depends "xmms" "" "" "For xmms control."
 
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/superkaramba/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	11 Nov 2003 15:59:34 -0000	1.7
+++ DETAILS	24 Feb 2004 08:29:16 -0000	1.8
@@ -7,15 +7,15 @@
         WEB_SITE=http://netdragon.sourceforge.net
          ENTERED=20030625
          UPDATED=20031111
-           SHORT="SuperKaramba is a tool that allows you to easily create interactive eye-candy on your KDE desktop"
-cat << EOF
+        SHORT="SuperKaramba is a tool that allows you to easily create interactive eye-candy on KDE"
 
-Theme writers create themes, or text files that define their widget. Then, they can optionally add python scripting to make their widget interactive. 
+cat << EOF
+Theme writers create themes, or text files that define their widget. Then, 
+they can optionally add python scripting to make their widget interactive. 
 Here are just some examples of the things that can be done: 
-
-	* Display system information such as CPU Usage, MP3 playing, etc.
- 	* Create cool custom toolbars that work any way imaginable
-	* Create little games or virtual pets that live on your desktop
-	* Display information from the internet, such as weather and headlines
+  * Display system information such as CPU Usage, MP3 playing, etc.
+  * Create cool custom toolbars that work any way imaginable.
+  * Create little games or virtual pets that live on your desktop.
+  * Display information from the internet, such as weather and headlines.
 The possibilities really are endless! 
 EOF



More information about the Lunar-commits mailing list