aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-09-04 11:39:20 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-09-04 11:39:20 +0000
commitdff14fe743df2fbdf4b934bd8721b4302c942e4d (patch)
tree948d93fa80770ba2b7ceeb6d211acde9a119d30f /packages/gnome
parent608ae24505e28e6212904851c39cc51de41bf037 (diff)
downloadopenembedded-dff14fe743df2fbdf4b934bd8721b4302c942e4d.tar.gz
libgnomeui_2.15.2.bb : new version
had to use unstable as this fixes a compile bug with gtk+ recent.
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/libgnomeui_2.15.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gnome/libgnomeui_2.15.2.bb b/packages/gnome/libgnomeui_2.15.2.bb
new file mode 100644
index 0000000000..8f3e0a725c
--- /dev/null
+++ b/packages/gnome/libgnomeui_2.15.2.bb
@@ -0,0 +1,22 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+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() {
+autotools_stage_all
+}