diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 19:47:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 19:47:10 +0200 |
commit | 70392922255804674adb7f19c1d42132bbc5ce2b (patch) | |
tree | 00ab100c19695a3586142d67cace7a88f4e54ba6 /meta-gnome | |
parent | 0afca575ee4b4be846db3ed4a4f25383ddfecaac (diff) |
libgnome: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb new file mode 100644 index 0000000..4acbfa7 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Gnome application programming libraries" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" +SECTION = "x11/gnome/libs" + +inherit gnome lib_package + +SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" +SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" + +DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound" + +EXTRA_OECONF += "--disable-gtk-doc" + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am + echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make + echo "EXTRA_DIST = version.xml" > gtk-doc.make +} + +FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ + ${datadir}/gnome-background-properties ${datadir}/pixmaps" +FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" +FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" + |