[Lunar-commits] CVS: moonbase/kde3-utils/ksim BUILD, 1.2, 1.3 DETAILS, 1.3, 1.4

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


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

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


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

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/ksim/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	28 Jun 2003 15:22:22 -0000	1.3
+++ DETAILS	24 Feb 2004 08:29:15 -0000	1.4
@@ -3,24 +3,22 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://ksim.sourceforge.net/downloads/$SOURCE
+      SOURCE_VFY=md5:fbaaf43f43659dd5609baa32be4781a8
         WEB_SITE=http://ksim.sourceforge.net
          ENTERED=20020729
          UPDATED=20030628
-           SHORT="GKrellm like monitoring tool for KDE3"
-cat << EOF
-KSim is a system monitor app which has its own plugin system with support for GKrellm (www.gkrellm.net) skins
-
-Features
+        SHORT="GKrellm like monitoring tool for KDE."
 
-* Plugin system
-* GKrellm theme support
-* Host name display
-* Uptime, memory and swap display
-* Scrolling disk information plugin
-* Net plugin being able to monitor eth0, ppp0 and others
-* Sensor plugin able to monitor any sensor via lm_sensors
-* APM laptop battery meter. (see downloads)
+cat << EOF
+KSim is a system monitor app which has its own plugin system with support for 
+GKrellm (www.gkrellm.net) skins. Features:
+* Plugin system.
+* GKrellm theme support.
+* Host name display.
+* Uptime, memory and swap display.
+* Scrolling disk information plugin.
+* Net plugin being able to monitor eth0, ppp0 and others.
+* Sensor plugin able to monitor any sensor via lm_sensors.
+* APM laptop battery meter. (see downloads).
 * CPU plugin that can monitor CPU usage.
-
-				    
 EOF



More information about the Lunar-commits mailing list