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

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


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

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/keybled/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	23 Mar 2003 15:49:35 -0000	1.1
+++ BUILD	24 Feb 2004 08:29:15 -0000	1.2
@@ -1,15 +1,11 @@
 (
-  
-  export LD_LIBRARY_PATH=/opt/lunar/qt/3/lib
-  export PATH=/opt/lunar/kde/3/bin:/opt/lunar/qt/3/bin:$PATH
-  export LD_RUN_PATH=/opt/lunar/kde/3/lib:/opt/lunar/kde/3/lib/kde3
-
-  ./configure  --prefix=/opt/lunar/kde/3      \
-               --disable-debug                \
-               --with-qt-dir=/opt/lunar/qt/3  \
-               --with-xinerama                \
-               $OPTS                          &&
+  ./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/keybled/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	23 Mar 2003 15:50:11 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:29:15 -0000	1.2
@@ -1 +1 @@
-depends kdelibs3
+depends  kdelibs3

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/keybled/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	28 Jun 2003 15:22:21 -0000	1.2
+++ DETAILS	24 Feb 2004 08:29:15 -0000	1.3
@@ -3,11 +3,14 @@
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://keybled.aurel32.net/$MODULE/src/$SOURCE
+      SOURCE_VFY=md5:282dc118fc9e7c544b370e31ae908808
         WEB_SITE=http://keybled.aurel32.net
          ENTERED=20030323
          UPDATED=20030628
-           SHORT="keybled is a kicker applet to show the state of your keyboard leds (caps lock, etc.)"
+        SHORT="keybled is a kicker applet to show the state of your keyboard leds (caps lock, etc.)"
 
 cat << EOF
-KeybLED is a Panel applet which displays a keyboard's LED status. It is particularly useful for keyboards which lack their own LED status indicators (e.g. cordless keyboards), or just for the fun! It utilizes the XTest X-server extension of keyboard indicator state changes.
+KeybLED is a Panel applet which displays a keyboard's LED status. 
+It is particularly useful for keyboards which lack their own LED status 
+indicators (e.g. cordless keyboards), or just for the fun! 
 EOF



More information about the Lunar-commits mailing list