[oe-commits] org.oe.dev libgnome(ui): update to 2.16.0

koen commit openembedded-commits at lists.openembedded.org
Tue Nov 7 12:22:36 UTC 2006


libgnome(ui): update to 2.16.0

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

#
# mt diff -r689ffd30aa7266e43c29afff222cd98ebb49eaa9 -r9bb2161deb1eda6a77ebfd26459243bc0120aeae
#
# 
# 
# add_file "packages/gnome/libgnome_2.16.0.bb"
#  content [4c02d9f1bad3bfc3f6e509eeab1f9b567e90445e]
# 
# add_file "packages/gnome/libgnomeui_2.16.0.bb"
#  content [41eb452224a16a5480303cbb7d86f8ffeb65c470]
# 
============================================================
--- packages/gnome/libgnome_2.16.0.bb	4c02d9f1bad3bfc3f6e509eeab1f9b567e90445e
+++ packages/gnome/libgnome_2.16.0.bb	4c02d9f1bad3bfc3f6e509eeab1f9b567e90445e
@@ -0,0 +1,14 @@
+DESCRIPTION = "Gnome application programming libraries"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+inherit gnome
+
+DEPENDS = "gconf-native gnome-vfs libbonobo esound"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+autotools_stage_all
+}
============================================================
--- packages/gnome/libgnomeui_2.16.0.bb	41eb452224a16a5480303cbb7d86f8ffeb65c470
+++ packages/gnome/libgnomeui_2.16.0.bb	41eb452224a16a5480303cbb7d86f8ffeb65c470
@@ -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
+}






More information about the Openembedded-commits mailing list