[Lunar-commits] CVS: moonbase/kde3-apps/kexchange BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:36:16 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/kde3-apps/kdevelop3 BUILD, 1.2,
1.3 DEPENDS, 1.2, 1.3
- Next message: [Lunar-commits]
CVS: moonbase/kde3-apps/kile BUILD, 1.2, 1.3 DEPENDS,
1.2, 1.3 DETAILS, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kde3-apps/kexchange
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/kexchange
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/kexchange/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 21 Feb 2004 13:31:08 -0000 1.1
+++ BUILD 24 Feb 2004 08:36:14 -0000 1.2
@@ -1,16 +1,12 @@
(
- export KDEDIR=/opt/lunar/kde/3
- export QTDIR=/opt/lunar/qt/3
-
- export LD_LIBRARY_PATH=$QTDIR/lib
- export PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
- export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde2
-
- ./configure --prefix=$KDEDIR \
- --disable-debug \
- --with-qt-dir=$QTDIR \
- $OPTS &&
+ ./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/kexchange/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 21 Feb 2004 13:31:08 -0000 1.1
+++ DEPENDS 24 Feb 2004 08:36:14 -0000 1.2
@@ -1 +1 @@
-depends kdelibs3
+depends kdelibs3
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kexchange/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 21 Feb 2004 13:31:08 -0000 1.1
+++ DETAILS 24 Feb 2004 08:36:14 -0000 1.2
@@ -6,7 +6,7 @@
SOURCE_VFY=md5:e6d3e9e967f20a7c77eb655f4b83dda6
WEB_SITE=http://www.favorin.com/$MODULE
ENTERED=20020412
- UPDATED=20040221
+ UPDATED=20031219
SHORT="Currency Converter for KDE"
cat << EOF
@@ -18,4 +18,3 @@
KExchange can refresh exchange rates automaticly on startup or it may use
locally stored data. This way KExchange may be used online or offline.
EOF
-
- Previous message: [Lunar-commits] CVS: moonbase/kde3-apps/kdevelop3 BUILD, 1.2,
1.3 DEPENDS, 1.2, 1.3
- Next message: [Lunar-commits]
CVS: moonbase/kde3-apps/kile BUILD, 1.2, 1.3 DEPENDS,
1.2, 1.3 DETAILS, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list