summaryrefslogtreecommitdiff
path: root/packages/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-18 08:07:26 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-18 08:07:26 +0000
commitf5ddbcbe60b8aada0596de1d0662fe6f76113b57 (patch)
tree38701bde7d9c1d02790e5293ca5bd01a91c8cba2 /packages/gnome
parent23d8fc18d0a53ad181eefa7b14d9dbbfc663ee0e (diff)
libgnomeui: add 2.23.90
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/libgnomeui_2.23.90.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/gnome/libgnomeui_2.23.90.bb b/packages/gnome/libgnomeui_2.23.90.bb
new file mode 100644
index 0000000000..6cde2362d2
--- /dev/null
+++ b/packages/gnome/libgnomeui_2.23.90.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "GNOME User Interface Library"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring"
+
+inherit gnome
+
+FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \
+ ${libdir}/libglade/*/lib*.so \
+ ${datadir}/pixmaps/gnome-about-logo.png"
+FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/"
+
+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() {
+ autotools_stage_all
+}