gnome-python-extras: add 2.25.3
authorSteve Sakoman <steve@sakoman.com>
Thu, 6 Aug 2009 17:42:17 +0000 (10:42 -0700)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 09:20:06 +0000 (11:20 +0200)
conf/checksums.ini
recipes/gnome/gnome-python-extras_2.25.3.bb [new file with mode: 0644]

index 71a9756..4c39773 100644 (file)
@@ -8574,6 +8574,10 @@ sha256=400a5401a591e271c3357d0a8cb05a7927b4c218130497d06f75df9763d4efd8
 md5=08896c63d71ce44d20fafbaf9c0edc78
 sha256=c5f74f4c46dbb379d119d6f74ca4a47653af251bea176dc7a0ecacccb88339f0
 
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-2.25.3.tar.bz2]
+md5=9f3b7ec5c57130b96061cb486b79c076
+sha256=ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnome-session/2.24/gnome-session-2.24.1.tar.bz2]
 md5=5bf6f5753eab034638aee80d993801d2
 sha256=9fc3f6d0dc7e664ff2b1507369183e5d0f1b17fc9f6643bf5e6a3ff8b6e7c211
diff --git a/recipes/gnome/gnome-python-extras_2.25.3.bb b/recipes/gnome/gnome-python-extras_2.25.3.bb
new file mode 100644 (file)
index 0000000..9d8e786
--- /dev/null
@@ -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"