CVS: moonbase/kde3/kdelibs3 BUILD, 1.4, 1.5 DEPENDS, 1.3,
1.4 DETAILS, 1.11, 1.12
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/kdelibs3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23112/kdelibs3
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Clean BUILD all kde3 build file. Add somes missed depends
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 5 Sep 2003 23:19:08 -0000 1.4
+++ BUILD 6 Oct 2003 17:18:22 -0000 1.5
@@ -1,17 +1,20 @@
(
- export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
- export KDEDIR=/opt/lunar/kde/3
+ export QTDIR=/opt/lunar/qt/3
+ export KDEDIR=/opt/lunar/kde/3
+
+ export PATH=$QTDIR/bin:/$KDEDIR/bin:$PATH
+
## fix problem with ccache
- CC=${CC//ccache/} &&
- CXX=${CXX//ccache/} &&
- export CC CXX &&
+# CC=${CC//ccache/} &&
+# CXX=${CXX//ccache/} &&
+# export CC CXX &&
- ./configure --prefix=/opt/lunar/kde/3 \
+ ./configure --prefix=$KDEDIR \
--enable-final \
--disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
- --with-xinerama \
+ --with-qt-dir=$QTDIR \
+ --with-xinerama \
$OPTS &&
make &&
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 4 Jan 2003 23:48:28 -0000 1.3
+++ DEPENDS 6 Oct 2003 17:18:22 -0000 1.4
@@ -6,6 +6,7 @@
optional_depends "openssl" "--with-ssl-dir=/usr" "--without-ssl" \
"for openssl support" &&
-optional_depends "cups" "" "--disable-cups" "for cups support"
+optional_depends "cups" "" "--disable-cups" "for cups support" &&
+optional_depends "libart_lgpl" "" "" "for SVG icon support"
#add fam module and optional depends
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 20 Sep 2003 11:56:31 -0000 1.11
+++ DETAILS 6 Oct 2003 17:18:22 -0000 1.12
@@ -6,7 +6,7 @@
SOURCE_VFY=md5:82c265de78d53c7060a09c5cb1a78942
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20030920
+ UPDATED=20031006
SHORT="kdelibs contain the base libraries upon which KDE is written."
MAINTAINER="florin at lunar-linux.org"
MAINTAINER="jol at lunar-linux.org"
More information about the Lunar-commits
mailing list