[oe-commits] org.oe.dev goffice: update to 0.6.3

koen commit oe at amethyst.openembedded.net
Wed Jun 4 11:57:50 UTC 2008


goffice: update to 0.6.3

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 335a4917749a01705418c897104230431a5495d1
ViewMTN: http://monotone.openembedded.org/revision/info/335a4917749a01705418c897104230431a5495d1
Files:
1
packages/gnome/goffice_0.6.3.bb
Diffs:

#
# mt diff -r906860b57e881120285348b83d602964ed0eebdf -r335a4917749a01705418c897104230431a5495d1
#
#
#
# add_file "packages/gnome/goffice_0.6.3.bb"
#  content [0a340f6a6aec7caeafeecc89164ed47865b5afeb]
#
============================================================
--- packages/gnome/goffice_0.6.3.bb	0a340f6a6aec7caeafeecc89164ed47865b5afeb
+++ packages/gnome/goffice_0.6.3.bb	0a340f6a6aec7caeafeecc89164ed47865b5afeb
@@ -0,0 +1,22 @@
+DESCRIPTION="Gnome Office Library"
+LICENSE="GPLv2"
+PR="r0"
+
+DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
+
+FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
+
+inherit gnome pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}
+
+PACKAGES_DYNAMIC = "goffice-plugin-*"
+
+python populate_packages_prepend () {
+        goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d)
+
+        do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
+}
+






More information about the Openembedded-commits mailing list