CVS: crater/kde3/kdebindings3 BUILD, NONE, 1.1 CONFIGURE, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Florin Braescu
florin at lunar-linux.org
Thu Dec 11 05:16:28 GMT 2003
- Previous message: CVS: crater/kde-cvs/koffice-cvs BUILD, 1.1, NONE DEPENDS, 1.1,
NONE DETAILS, 1.1, NONE
- Next message: CVS: crater/kde3/kdelibs3 BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/crater/kde3/kdebindings3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5517/kde3/kdebindings3
Added Files:
BUILD CONFIGURE DEPENDS DETAILS
Log Message:
moved the kde3 test version to crater. removed the kde-cvs dir.
--- NEW FILE: BUILD ---
(
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
## java support ?
if module_installed j2sdk; then
OPTS="$OPTS --with-java=/usr/lib/j2sdk1.4.1"
else
OPTS="$OPTS --without-java"
fi &&
./configure --prefix=$KDEDIR \
--enable-final \
--disable-debug \
--with-qt-dir=$QTDIR \
--with-xinerama \
$OPTS &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: CONFIGURE ---
if ! module_installed j2sdk; then
if query "Install j2sdk for Java support? " y; then
lin j2sdk
fi
fi
--- NEW FILE: DEPENDS ---
depends "kdebase3" &&
optional_depends "Python" "" "" "for python support" &&
optional_depends "mozilla" "" "" "for mozilla embeding support"
--- NEW FILE: DETAILS ---
MODULE=kdebindings3
VERSION=3.1.94
SOURCE=kdebindings-$VERSION.tar.bz2
SOURCE_VFY=md5:3842ca3e1ba9def7fb0599b610a8f652
SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION
SOURCE_URL[0]=$KDE_URL/unstable/$VERSION/src/$SOURCE
WEB_SITE=http://www.kde.org/
ENTERED=20031122
UPDATED=20031210
SHORT="kdebindings provides access to KDE from other languages."
MAINTAINER="florin at lunar-linux.org"
MAINTAINER="jol at lunar-linux.org"
cat << EOF
kdebindings provides access to KDE from languages other than c++, including
several scripting languages.
EOF
- Previous message: CVS: crater/kde-cvs/koffice-cvs BUILD, 1.1, NONE DEPENDS, 1.1,
NONE DETAILS, 1.1, NONE
- Next message: CVS: crater/kde3/kdelibs3 BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list