[oe-commits] org.oe.dev gnome-python-extras: add 2.19.1

koen commit oe at amethyst.openembedded.net
Wed Sep 3 12:47:19 UTC 2008


gnome-python-extras: add 2.19.1

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 75bebaaae554249bd9c03215794dbd4e3d56671a
ViewMTN: http://monotone.openembedded.org/revision/info/75bebaaae554249bd9c03215794dbd4e3d56671a
Files:
1
packages/gnome/gnome-python-extras_2.19.1.bb
Diffs:

#
# mt diff -r89ae7a8016303c020b1ce96b0e4db0591f78802e -r75bebaaae554249bd9c03215794dbd4e3d56671a
#
#
#
# add_file "packages/gnome/gnome-python-extras_2.19.1.bb"
#  content [1ce2d6077edba536f4fa1f1f80bca89318c630f3]
#
============================================================
--- packages/gnome/gnome-python-extras_2.19.1.bb	1ce2d6077edba536f4fa1f1f80bca89318c630f3
+++ packages/gnome/gnome-python-extras_2.19.1.bb	1ce2d6077edba536f4fa1f1f80bca89318c630f3
@@ -0,0 +1,21 @@
+LICENSE = "GPL/LGPL"
+DEPENDS = "python-pygtk libwnck"
+
+inherit gnome distutils-base
+
+SRC_URI += "file://acinclude.m4"
+
+do_configure_prepend() {
+        install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
+}
+
+do_configure_prepend() {
+	sed -i -e s:'`$PKG_CONFIG --variable=defsdir pygtk-2.0`':\"${STAGING_DATADIR}/pygtk/2.0/defs\":g ${S}/configure.ac
+}	
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+	autotools_stage_all
+}	
+
+FILES_${PN}-dev += "${datadir}/pygtk"






More information about the Openembedded-commits mailing list