[oe-commits] org.oe.dev libgnomeui: update to 2.18.1

koen commit openembedded-commits at lists.openembedded.org
Tue Jun 19 07:55:50 UTC 2007


libgnomeui: update to 2.18.1

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f509f74ae45ff5455db0ff46d8aeb78d28b25dbf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f509f74ae45ff5455db0ff46d8aeb78d28b25dbf
Files:
1
packages/gnome/libgnomeui_2.18.1.bb
Diffs:

#
# mt diff -r86bd41af4a796e855e867277db237f5782593710 -rf509f74ae45ff5455db0ff46d8aeb78d28b25dbf
#
# 
# 
# add_file "packages/gnome/libgnomeui_2.18.1.bb"
#  content [6ed0864df8c69cdbe49c8e79ba236a7df29e0d47]
# 
============================================================
--- packages/gnome/libgnomeui_2.18.1.bb	6ed0864df8c69cdbe49c8e79ba236a7df29e0d47
+++ packages/gnome/libgnomeui_2.18.1.bb	6ed0864df8c69cdbe49c8e79ba236a7df29e0d47
@@ -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
+}






More information about the Openembedded-commits mailing list