CVS: moonbase/kde3/kdegraphics3 BUILD,1.4,1.5 DETAILS,1.10,1.11
jol at lunar-linux.org
jol at lunar-linux.org
Mon Oct 6 17:18:25 GMT 2003
Update of /var/cvs/lunar/moonbase/kde3/kdegraphics3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23112/kdegraphics3
Modified Files:
BUILD DETAILS
Log Message:
Clean BUILD all kde3 build file. Add somes missed depends
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdegraphics3/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 5 Sep 2003 23:22:25 -0000 1.4
+++ BUILD 6 Oct 2003 17:18:22 -0000 1.5
@@ -1,26 +1,29 @@
(
- 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
+QTDIR=/opt/lunar/qt/3
+ KDEDIR=/opt/lunar/kde/3
-## fix problem with ccache
- CC=${CC//ccache/} &&
- CXX=${CXX//ccache/} &&
- export CC CXX &&
+ export LD_LIBRARY_PATH=$QTDIR/lib
+ export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
+ export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
+
- ./configure --prefix=/opt/lunar/kde/3 \
- --enable-final \
- --disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
- --with-xinerama \
+ ## fix problem with ccache
+# CC=${CC//ccache/} &&
+# CXX=${CXX//ccache/} &&
+# export CC CXX &&
+
+
+ ./configure --prefix=$KDEDIR \
+ --enable-final \
+ --disable-debug \
+ --with-qt-dir=$QTDIR \
+ --with-xinerama \
$OPTS &&
make &&
prepare_install &&
make install
-
+
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdegraphics3/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS 20 Sep 2003 11:56:31 -0000 1.10
+++ DETAILS 6 Oct 2003 17:18:22 -0000 1.11
@@ -6,7 +6,7 @@
SOURCE_VFY=md5:c695c8574efca207c445dcef0bb4ae43
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20030920
+ UPDATED=20031006
SHORT="kdegraphics contains graphics and typesetting applications."
MAINTAINER="florin at lunar-linux.org"
MAINTAINER="jol at lunar-linux.org"
More information about the Lunar-commits
mailing list