[oe-commits] Koen Kooi : libwnck3: add 3.0.2

git version control git at git.openembedded.org
Mon Jun 27 18:16:30 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: b3b933af48617fa34a04e91adca72dfe34ac32c8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b3b933af48617fa34a04e91adca72dfe34ac32c8

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jun 24 17:27:07 2011 +0200

libwnck3: add 3.0.2

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
new file mode 100644
index 0000000..e2a3e3d
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Window navigation construction toolkit"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
+
+BPN = "libwnck"
+
+SECTION = "x11/libs"
+DEPENDS = "gobject-introspection-native gtk+3 gdk-pixbuf-native"
+
+inherit gnome
+SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
+SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
+
+EXTRA_OECONF += "--enable-introspection=no"
+
+do_configure_prepend() {
+	sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac
+}





More information about the Openembedded-commits mailing list