DESCRIPTION = "Python QWT Bindings, QtE edition" HOMEPAGE = "http://www.vanille.de/projects/python.spy" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" RDEPENDS = "python-core python-sip python-pyqt (>=${PV}) python-numeric qwt" DEPENDS = "virtual/libqte2 python-numeric python-pyqt qwt" SRCNAME = "pyqwt" PR = "ml4" SRC_URI = "http://www.vanille.de/mirror/PyQwt-20040118.tar.gz \ file://qt2.x-compat.patch;patch=1 \ file://features" S = "${WORKDIR}/PyQwt-20040118" inherit palmtop sip distutils-base QMAKE_PROFILES = "pyqwt.pro" EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1" SIP_MODULES = "qwt" SIP_FEATURES = "${WORKDIR}/features" EXTRA_OEMAKE = " MAKEFLAGS= " EXTRA_QMAKEVARS_POST += "TARGET=qwt \ DESTDIR= \ VERSION=1.0.0 \ DEFINES+=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT \ DEFINES+=HAS_NUMERIC DEFINES+=QWT_NO_MEMARRAY \ INCLUDEPATH+=../numpy \ INCLUDEPATH+=${S}/qwt-sources/include \ INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \ INCLUDEPATH+=${STAGING_INCDIR} \ LIBS+=-L${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages" do_generate_prepend() { echo -e "TEMPLATE=subdirs\nSUBDIRS=qwt\n" >pyqwt.pro echo "%Makefile qwt.pro.in" >>sip/qwtmod.sip echo "TEMPLATE=lib" >>sip/qwtmod.sip echo 'SOURCES = $B' >>sip/qwtmod.sip echo 'HEADERS = $H' >>sip/qwtmod.sip echo "%End" >>sip/qwtmod.sip mkdir -p sip/qwt/ mv sip/*.* sip/qwt/ } do_stage() { install -d ${STAGING_SIPDIR}/qt/ for module in ${SIP_MODULES} do install -m 0644 ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/qt/ install -m 0755 ${module}/lib${module}.so ${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/${module}.so done } do_install() { install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ for module in ${SIP_MODULES} do install -m 0755 ${module}/lib${module}.so ${D}${libdir}/${PYTHON_DIR}/site-packages/${module}.so done } FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages" lass='txt' type='search' size='10' name='q' value=''/>
path: root/packages/libmatchbox
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-08-02libmatchbox 1.9 fix bug #2048Michael Lauer5
2008-02-29libmatchbox: Remove old versions, add patch from poky which fixes the .pc fileRichard Purdie7
2007-06-17libmatchbox 1.9: apply BGR fixes from pokyKoen Kooi2
2006-12-18libmatchbox: fix SRC_URIMarcin Juszkiewicz3
2006-08-05libmatchbox: add 1.9Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther8
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin1
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1
2006-05-30libmatchbox: Add missing patchRichard Purdie1
2006-05-27libmatchbox: Disable pango as it doesn't bring much benefitRichard Purdie1
2006-05-27libmatchbox svn: Add 16bpp fixes patchRichard Purdie1
2006-03-07libmatchbox: update to 1.8Koen Kooi1
2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel1
2006-02-23libmatchbox-1.7: PR++Philipp Zabel1
2006-02-23libmatchbox: closes oe bug #705 "mb panel menu font too small"Joseph Cole3
2006-02-23sync type explicitness fixes for libmb 1.7 from svn upstreamJoseph Cole2
2006-02-12libmatchbox_svn: Correct PV fieldRichard Purdie1
2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV stan...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1