python-pygtksourceview: add latest version 2.10.1
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 13 Dec 2010 22:31:33 +0000 (23:31 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 13 Dec 2010 23:29:51 +0000 (00:29 +0100)
* apply hack around PKG_CONFIG until the issue is sanitized in python

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/python/python-pygtksourceview_2.10.1.bb [new file with mode: 0644]

diff --git a/recipes/python/python-pygtksourceview_2.10.1.bb b/recipes/python/python-pygtksourceview_2.10.1.bb
new file mode 100644 (file)
index 0000000..0730cf4
--- /dev/null
@@ -0,0 +1,26 @@
+DESCRIPTION = "Python gtksourceview Bindings"
+SECTION = "devel/python"
+HOMEPAGE = "http://projects.gnome.org/gtksourceview/pygtksourceview.html"
+PRIORITY = "optional"
+DEPENDS = "gtksourceview2 python-pygtk"
+SRCNAME = "pygtksourceview"
+LICENSE = "LGPL"
+PR = "r0"
+
+MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtksourceview/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit autotools pkgconfig distutils-base
+
+do_configure_prepend() {
+       sed -i \
+               -e s:'`$PKG_CONFIG --variable=codegendir pygtk-2.0`':\"${STAGING_DATADIR}/pygobject/2.0/codegen\":g \
+               ${S}/configure.ac
+}
+
+FILES_${PN} += "${datadir}/pygtk/2.0/defs/gtksourceview2.defs"
+
+SRC_URI[md5sum] = "2654354d61422fb79d8375fc3a3b5393"
+SRC_URI[sha256sum] = "b4b47c5aeb67a26141cb03663091dfdf5c15c8a8aae4d69c46a6a943ca4c5974"