[oe-commits] org.oe.dev libbonoboui_2.14.0.bb : new version

xora commit openembedded-commits at lists.openembedded.org
Mon Sep 4 11:28:21 UTC 2006


libbonoboui_2.14.0.bb : new version

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: d114f35e64b999c6bde33c48150faf9f9bd39dcd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d114f35e64b999c6bde33c48150faf9f9bd39dcd
Files:
1
packages/gnome/libbonoboui_2.14.0.bb
Diffs:

#
# mt diff -rf8bbd3638e68232f9e6834d99a1337cede027ef6 -rd114f35e64b999c6bde33c48150faf9f9bd39dcd
#
# 
# 
# add_file "packages/gnome/libbonoboui_2.14.0.bb"
#  content [b630b8078480d953890382c5b5216d861f3a15df]
# 
============================================================
--- packages/gnome/libbonoboui_2.14.0.bb	b630b8078480d953890382c5b5216d861f3a15df
+++ packages/gnome/libbonoboui_2.14.0.bb	b630b8078480d953890382c5b5216d861f3a15df
@@ -0,0 +1,58 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+inherit gnome pkgconfig
+
+FILES_${PN} += "${libdir}/libglade/2.0/*.so"
+FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \
+	${libdir}/bonobo-2.0/samples"
+FILES_${PN}-dbg += "${libdir}/libglade/2.0/.debug/*.so"
+
+DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+HEADERS = " \
+bonobo/bonobo-zoomable.h \
+bonobo/bonobo-ui-component.h \
+bonobo/bonobo-dock-layout.h \
+bonobo/bonobo-ui-type-builtins.h \
+bonobo/bonobo-canvas-component.h \
+bonobo/bonobo-widget.h \
+bonobo/bonobo-ui-engine.h \
+bonobo/bonobo-window.h \
+bonobo/bonobo-ui-toolbar.h \
+bonobo/bonobo-dock-band.h \
+bonobo/bonobo-ui-toolbar-item.h \
+bonobo/bonobo-control.h \
+bonobo/bonobo-dock-item.h \
+bonobo/bonobo-ui-config-widget.h \
+bonobo/bonobo-zoomable-frame.h \
+bonobo/bonobo-control-frame.h \
+bonobo/bonobo-dock.h \
+bonobo/bonobo-ui-main.h \
+bonobo/bonobo-canvas-item.h \
+bonobo/bonobo-ui-node.h \
+bonobo/bonobo-socket.h \
+bonobo/bonobo-selector.h \
+bonobo/bonobo-ui-sync.h \
+bonobo/bonobo-ui-util.h \
+bonobo/bonobo-plug.h \
+bonobo/bonobo-ui-toolbar-button-item.h \
+bonobo/bonobo-ui-toolbar-toggle-button-item.h \
+bonobo/bonobo-ui-container.h \
+bonobo/bonobo-file-selector-util.h \
+bonobo/bonobo-property-control.h \
+bonobo/bonobo-selector-widget.h \
+libbonoboui.h \
+bonobo.h \
+"
+
+do_stage() {
+	install -d ${STAGING_INCDIR}/libbonoboui-2.0/bonobo
+	for i in ${HEADERS}; do
+		install -m 0644 $i ${STAGING_INCDIR}/libbonoboui-2.0/$i
+	done
+	oe_libinstall -C bonobo -a -so libbonoboui-2 ${STAGING_LIBDIR}
+}






More information about the Openembedded-commits mailing list