[Lunar-commits]
CVS: moonbase/kde3/kdelibs3 BUILD, 1.5, 1.6 DEPENDS,
1.4, 1.5 DETAILS, 1.12, 1.13
Florin Braescu
florin at lunar-linux.org
Sun Jan 18 13:23:10 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/kde3/kdebindings3 BUILD, 1.6,
1.7 CONFIGURE, 1.3, 1.4 DETAILS, 1.10, 1.11
- Next message: [Lunar-commits] CVS: moonbase/kde3/kdemultimedia3 BUILD, 1.8,
1.9 DEPENDS, 1.4, 1.5 DETAILS, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kde3/kdelibs3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21112/kdelibs3
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
bump version from 3.1.4 to 3.1.5.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 6 Oct 2003 17:18:22 -0000 1.5
+++ BUILD 18 Jan 2004 13:23:07 -0000 1.6
@@ -1,26 +1,21 @@
(
- export QTDIR=/opt/lunar/qt/3
- export KDEDIR=/opt/lunar/kde/3
-
- export PATH=$QTDIR/bin:/$KDEDIR/bin:$PATH
-
+ 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=$KDEDIR \
- --enable-final \
- --disable-debug \
- --with-qt-dir=$QTDIR \
- --with-xinerama \
- $OPTS &&
+ ./configure --prefix=$KDEDIR \
+ --enable-final \
+ --disable-debug \
+ --with-qt-dir=$QTDIR \
+ --with-xinerama \
+ $OPTS &&
- make &&
- prepare_install &&
+ make &&
+ prepare_install &&
make install
-
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 6 Oct 2003 17:18:22 -0000 1.4
+++ DEPENDS 18 Jan 2004 13:23:07 -0000 1.5
@@ -4,9 +4,8 @@
depends "libxslt" &&
depends "tiff" &&
+optional_depends "alsa-lib" "--with-alsa" "" "for alsa support" &&
+optional_depends "cups" "" "--disable-cups" "for cups support" &&
+optional_depends "libart_lgpl" "" "" "for SVG icon support" &&
optional_depends "openssl" "--with-ssl-dir=/usr" "--without-ssl" \
- "for openssl support" &&
-optional_depends "cups" "" "--disable-cups" "for cups support" &&
-optional_depends "libart_lgpl" "" "" "for SVG icon support"
-
-#add fam module and optional depends
+ "for openssl support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdelibs3/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS 6 Oct 2003 17:18:22 -0000 1.12
+++ DETAILS 18 Jan 2004 13:23:07 -0000 1.13
@@ -1,15 +1,15 @@
MODULE=kdelibs3
- VERSION=3.1.4
+ VERSION=3.1.5
SOURCE=kdelibs-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION
SOURCE_URL[0]=$KDE_URL/stable/$VERSION/src/$SOURCE
- SOURCE_VFY=md5:82c265de78d53c7060a09c5cb1a78942
+ SOURCE_VFY=md5:6e33c0f7c124e77d807da0ddb537b369
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20031006
+ UPDATED=20040118
+ MAINTAINER=florin at lunar-linux.org
+ MAINTAINER=jol at lunar-linux.org
SHORT="kdelibs contain the base libraries upon which KDE is written."
- MAINTAINER="florin at lunar-linux.org"
- MAINTAINER="jol at lunar-linux.org"
cat << EOF
kdelibs contain the base libraries that are used to develop KDE software.
- Previous message: [Lunar-commits] CVS: moonbase/kde3/kdebindings3 BUILD, 1.6,
1.7 CONFIGURE, 1.3, 1.4 DETAILS, 1.10, 1.11
- Next message: [Lunar-commits] CVS: moonbase/kde3/kdemultimedia3 BUILD, 1.8,
1.9 DEPENDS, 1.4, 1.5 DETAILS, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list