[Lunar-commits] CVS: moonbase/kde3-apps/kbudget BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:36:16 GMT 2004
Update of /var/cvs/lunar/moonbase/kde3-apps/kbudget
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/kbudget
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-apps/kbudget/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 17 Mar 2003 21:22:09 -0000 1.1
+++ BUILD 24 Feb 2004 08:36:13 -0000 1.2
@@ -1,20 +1,12 @@
(
- export LD_LIBRARY_PATH=/opt/lunar/qt/3/lib
- export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
- export LD_RUN_PATH=/opt/lunar/kde/3/lib:/opt/lunar/kde/3/lib/kde3
- QTDIR=/opt/lunar/qt/3
- KDEDIR=/opt/lunar/kde/3
-
- ./configure --prefix=/opt/lunar/kde/3 \
- --disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
- --with-xinerama \
- $OPTS &&
-
-
- make &&
- prepare_install &&
- make install
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kbudget/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 17 Mar 2003 21:22:09 -0000 1.1
+++ DEPENDS 24 Feb 2004 08:36:13 -0000 1.2
@@ -1 +1 @@
-depends kdelibs3
+depends kdelibs3
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kbudget/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 4 Jan 2004 19:56:53 -0000 1.4
+++ DETAILS 24 Feb 2004 08:36:13 -0000 1.5
@@ -8,7 +8,7 @@
ENTERED=20030317
UPDATED=20040104
GARBAGE=off
- MAINTAINER=florin at lunar-linux.org
+ MAINTAINER=florin at lunar-linux.org
SHORT="kbudget is a money management program"
cat << EOF
More information about the Lunar-commits
mailing list