[oe-commits] Koen Kooi : libgnomecanvas: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea

git version control git at git.openembedded.org
Sun Jun 5 09:33:06 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jun  3 19:54:32 2011 +0200

libgnomecanvas: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea

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

---

 .../libgnome/libgnomecanvas_2.26.0.bb              |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb
new file mode 100644
index 0000000..936872f
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "A powerful object-oriented display"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
+SECTION = "x11/gnome/libs"
+
+inherit gnome
+
+DEPENDS = "libglade libart-lgpl virtual/gail xineramaproto"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
+FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
+FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a"
+
+do_configure_prepend() {
+    sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f"
+SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d"





More information about the Openembedded-commits mailing list