diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-01 20:41:53 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-02 10:08:03 +0200 |
commit | 2b8c4801d549ab77ffe0149f7ab4caf9797db9db (patch) | |
tree | b7595da6b7153b66c5323e2baf34b95ecb2849a3 /recipes/gnome | |
parent | 64e2f9d24c3d5bb7cc7c57d9bdc6b4753e4fe08b (diff) |
libgnome: add 2.28.0
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/libgnome_2.28.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/gnome/libgnome_2.28.0.bb b/recipes/gnome/libgnome_2.28.0.bb new file mode 100644 index 0000000000..f8d7d23c01 --- /dev/null +++ b/recipes/gnome/libgnome_2.28.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Gnome application programming libraries" +LICENSE = "GPL" +SECTION = "x11/gnome/libs" + +inherit gnome lib_package + +DEPENDS = "gconf-native gnome-vfs libbonobo esound" + +EXTRA_OECONF = "--disable-gtk-doc" + +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" + +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 +} + +do_stage() { + autotools_stage_all +} |