[Lunar-commits] CVS: moonbase/web/quanta3 BUILD,1.2,1.3
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:35:23 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/mail/kbiff BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.4, 1.5
- Next message: [Lunar-commits] CVS: moonbase/kde3-apps/kbudget BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/web/quanta3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11547
Modified Files:
BUILD
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/quanta3/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 18 Jan 2004 13:26:51 -0000 1.2
+++ BUILD 24 Feb 2004 08:35:20 -0000 1.3
@@ -1,21 +1,12 @@
(
- QTDIR=/opt/lunar/qt/3
- KDEDIR=/opt/lunar/kde/3
-
- export LD_LIBRARY_PATH=$QTDIR/lib
- export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
- export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
-
- ./configure --prefix=$KDEDIR \
- --enable-final \
- --disable-debug \
- --with-qt-dir=$QTDIR \
- --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
-
- Previous message: [Lunar-commits] CVS: moonbase/mail/kbiff BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.4, 1.5
- Next message: [Lunar-commits] CVS: moonbase/kde3-apps/kbudget BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list