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/recipes-gnome/libgnome | |
parent | 0afca575ee4b4be846db3ed4a4f25383ddfecaac (diff) | |
download | meta-openembedded-70392922255804674adb7f19c1d42132bbc5ce2b.tar.gz |
libgnome: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome')
-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 000000000..4acbfa790 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Gnome application programming libraries" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
4 | SECTION = "x11/gnome/libs" | ||
5 | |||
6 | inherit gnome lib_package | ||
7 | |||
8 | SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" | ||
9 | SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" | ||
10 | |||
11 | DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound" | ||
12 | |||
13 | EXTRA_OECONF += "--disable-gtk-doc" | ||
14 | |||
15 | do_configure_prepend() { | ||
16 | sed -i -e s:docs::g ${S}/Makefile.am | ||
17 | echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make | ||
18 | echo "EXTRA_DIST = version.xml" > gtk-doc.make | ||
19 | } | ||
20 | |||
21 | FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ | ||
22 | ${datadir}/gnome-background-properties ${datadir}/pixmaps" | ||
23 | FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" | ||
24 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" | ||
25 | |||