summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-26 15:33:09 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-26 15:33:09 +0000
commitf96485adfd92651d615ee852608fededb7bc9dd2 (patch)
tree2430479136f8c98004527992589d2ef323952c2d /python
parent45f95cfaa3254f601001600a394233f73f79305d (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/26 17:33:03+02:00 uni-frankfurt.de!mickey revamp python-sip and python-qt to comply with the new build scheme introduced by sip v4. this patch will probably break everything, so please test :D BKrev: 40dd9735ygV0b2fXsumXrza5v8T0Gw
Diffstat (limited to 'python')
-rw-r--r--python/python-pyqt-3.12/features (renamed from python/python-pyqt-3.11/features)0
-rw-r--r--python/python-pyqt_3.11.oe57
-rw-r--r--python/python-pyqt_3.12.oe0
3 files changed, 0 insertions, 57 deletions
diff --git a/python/python-pyqt-3.11/features b/python/python-pyqt-3.12/features
index e69de29bb2..e69de29bb2 100644
--- a/python/python-pyqt-3.11/features
+++ b/python/python-pyqt-3.12/features
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe
deleted file mode 100644
index af661ce491..0000000000
--- a/python/python-pyqt_3.11.oe
+++ /dev/null
@@ -1,57 +0,0 @@
-DESCRIPTION = "Python Qt/Embedded + Qt/Palmtop Bindings"
-HOMEPAGE = "http://www.vanille.de/projects/python.spy"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-RDEPENDS = "python-core"
-DEPENDS = "virtual/libqte2 virtual/libqpe"
-SRCNAME = "pyqt"
-PR = "2"
-
-SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \
- file://features"
-S = "${WORKDIR}/PyQt-x11-gpl-${PV}"
-
-inherit qmake sip
-
-QMAKE_PROFILES = "pyqt.pro"
-EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
-SIP_MODULES = "qt qtcanvas qttable qtpe"
-SIP_FEATURES = "${WORKDIR}/features"
-EXTRA_OEMAKE = " MAKEFLAGS= "
-
-EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \
- CONFIG=qte CONFIG+=warn_on CONFIG+=release \
- TARGET=cmodule DESTDIR= VERSION=1.0.0 \
- DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT DEFINES+=QWS \
- INCLUDEPATH=. \
- INCLUDEPATH+=${STAGING_INCDIR}/python2.3 \
- INCLUDEPATH+=${STAGING_INCDIR} \
- LIBS=-L${STAGING_LIBDIR}/python2.3/site-packages \
- LIBS+=-L${STAGING_LIBDIR} LIBS+=-lqte LIBS+=-lqpe LIBS+=-lsip "
-
-do_configure_prepend() {
- echo -e "TEMPLATE=subdirs\nSUBDIRS=qt qtcanvas qttable qtpe\n" >pyqt.pro
-}
-
-do_stage() {
- install -d ${STAGING_SIPDIR}/qt/
- for module in ${SIP_MODULES}
- do
- cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/qt/
- install -m 0755 ${module}/libcmodule.so ${STAGING_LIBDIR}/python2.3/site-packages/lib${module}cmodule.so
- done
-}
-
-do_install() {
- install -d ${D}/${libdir}/python2.3/site-packages/
- oe_libinstall -so -C ${STAGING_LIBDIR}/python2.3/site-packages libsip ${D}/${libdir}/python2.3/site-packages
- for module in ${SIP_MODULES}
- do
- install -m 0755 ${module}/libcmodule.so ${D}/${libdir}/python2.3/site-packages/lib${module}cmodule.so
- install -m 0644 ${module}/${module}.py ${D}/${libdir}/python2.3/site-packages/
- done
-}
-
-FILES_${PN} = "/usr/lib/python2.3/site-packages"
diff --git a/python/python-pyqt_3.12.oe b/python/python-pyqt_3.12.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pyqt_3.12.oe