[Lunar-commits] CVS: moonbase/devel/kcachegrind BUILD, 1.1,
1.2 DEPENDS, 1.2, 1.3
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:39:57 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/filemanagers/krusader BUILD, 1.2,
1.3 DETAILS, 1.5, 1.6
- Next message: [Lunar-commits]
CVS: moonbase/devel/kdbg BUILD, 1.1.1.1, 1.2 DEPENDS,
1.1.1.1, 1.2 DETAILS, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/devel/kcachegrind
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12707
Modified Files:
BUILD DEPENDS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/kcachegrind/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 24 Jan 2004 12:57:12 -0000 1.1
+++ BUILD 24 Feb 2004 08:39:55 -0000 1.2
@@ -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 &&
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
-
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/kcachegrind/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 24 Jan 2004 15:27:08 -0000 1.2
+++ DEPENDS 24 Feb 2004 08:39:55 -0000 1.3
@@ -1,3 +1,3 @@
-depends kdelibs3 &&
-depends calltree &&
-depends graphviz
+depends kdelibs3 &&
+depends calltree &&
+depends graphviz
- Previous message: [Lunar-commits] CVS: moonbase/filemanagers/krusader BUILD, 1.2,
1.3 DETAILS, 1.5, 1.6
- Next message: [Lunar-commits]
CVS: moonbase/devel/kdbg BUILD, 1.1.1.1, 1.2 DEPENDS,
1.1.1.1, 1.2 DETAILS, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list