gnome-python-desktop: add 2.23.0
authorKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 12:07:04 +0000 (12:07 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 12 Aug 2008 12:07:04 +0000 (12:07 +0000)
packages/gnome/gnome-python-desktop/.mtn2git_empty [new file with mode: 0644]
packages/gnome/gnome-python-desktop_2.23.0.bb [new file with mode: 0644]

diff --git a/packages/gnome/gnome-python-desktop/.mtn2git_empty b/packages/gnome/gnome-python-desktop/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnome/gnome-python-desktop_2.23.0.bb b/packages/gnome/gnome-python-desktop_2.23.0.bb
new file mode 100644 (file)
index 0000000..931e1be
--- /dev/null
@@ -0,0 +1,21 @@
+LICENSE = "GPL/LGPL"
+DEPENDS = "totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk"
+
+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"