CVS: moonbase/devel/PyKDE BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 kzip.patch, NONE, 1.1
jol at lunar-linux.org
jol at lunar-linux.org
Mon Oct 20 21:14:34 GMT 2003
- Previous message: CVS: moonbase/devel/PyKDE - New directory
- Next message: CVS: moonbase/web/mozilla BUILD, 1.13, 1.14 CONFIGURE, 1.14,
1.15 DEPENDS, 1.10, 1.11 DETAILS, 1.17, 1.18 PRE_BUILD, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/devel/PyKDE
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2314
Added Files:
BUILD DEPENDS DETAILS kzip.patch
Log Message:
First import of PyKDE. You know what :p
--- NEW FILE: BUILD ---
(
export QTDIR=/opt/lunar/qt/3
export KDEDIR=/opt/lunar/kde/3
sedit "s/\"3.7\"/\"3.8\"/" ./build.py &&
cd sip &&
patch_it $SCRIPT_DIRECTORY/kzip.patch 0 &&
cd .. &&
python ./build.py -v /usr/share/PyQt/sip/ &&
make &&
prepare_install &&
make install &&
mkdir -p /usr/share/PyKDE &&
cp -Rf examples /usr/share/PyKDE
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends "sip" &&
depends "PyQt" &&
depends "kdebase3"
--- NEW FILE: DETAILS ---
MODULE=PyKDE
VERSION=3.7-4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.river-bank.demon.co.uk/download/PyKDE/$SOURCE
SOURCE_VFY=md5:871740c95c572ade9d0299ef0830656a
WEB_SITE=http://www.riverbankcomputing.co.uk/pykde
ENTERED=20031008
UPDATED=20031008
SHORT="PyKDE is a set of Python bindings for the KDE desktop environment."
MAINTAINER="jol at lunar-linux.org"
cat << EOF
PyKDE is a set of Python bindings for the KDE desktop environment. The bindings are implemented as a set of Python modules: dcop, kdecore, kdesu, kdefx, kdeui, kio, kfile, kparts, khtml, kjs, kspell and kdeprint. The modules correspond to libraries in the kdelibs package. PyKDE supports nearly all classes and methods in these libraries.
EOF
--- NEW FILE: kzip.patch ---
--- kzip.siporig 2003-10-20 21:52:00.000000000 +0200
+++ kzip.sip 2003-10-20 21:54:48.000000000 +0200
@@ -104,6 +104,7 @@
{
%HeaderCode
typedef long long longlong;
+#define LONG_LONG PY_LONG_LONG
%End
%ConvertFromTypeCode
if (!sipCpp)
@@ -142,6 +143,7 @@
{
%HeaderCode
typedef unsigned long long ulonglong;
+#define LONG_LONG PY_LONG_LONG
%End
%ConvertFromTypeCode
if (!sipCpp)
- Previous message: CVS: moonbase/devel/PyKDE - New directory
- Next message: CVS: moonbase/web/mozilla BUILD, 1.13, 1.14 CONFIGURE, 1.14,
1.15 DEPENDS, 1.10, 1.11 DETAILS, 1.17, 1.18 PRE_BUILD, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list