packages/gnome/libgnomeui_2.12.0.bb: add 2.12.0
authorKoen Kooi <koen@openembedded.org>
Sat, 10 Sep 2005 12:35:21 +0000 (12:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 10 Sep 2005 12:35:21 +0000 (12:35 +0000)
packages/gnome/libgnomeui_2.12.0.bb [new file with mode: 0644]

diff --git a/packages/gnome/libgnomeui_2.12.0.bb b/packages/gnome/libgnomeui_2.12.0.bb
new file mode 100644 (file)
index 0000000..844d91b
--- /dev/null
@@ -0,0 +1,23 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r1"
+DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring"
+DESCRIPTION = "GNOME User Interface Library"
+
+FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \
+       ${libdir}/libglade/*/lib*.so"
+
+inherit gnome
+
+SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_configure_prepend() {
+       install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h
+}
+
+do_stage() {
+       gnome_stage_includes
+       oe_libinstall -C libgnomeui -a -so libgnomeui-2 ${STAGING_LIBDIR}
+}