matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / gnome / goffice_0.6.2.bb
blob8714bbeb48a4136d3d78cdd55d215eab814b3189
1 DESCRIPTION="Gnome Office Library"
2 LICENSE="GPLv2"
4 PR ="r2"
6 DEFAULT_PREFERENCE = "-1"
8 DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
10 FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
12 inherit gnome pkgconfig
14 PACKAGES_DYNAMIC = "goffice-plugin-*"
16 python populate_packages_prepend () {
17 goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d)
19 do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
22 SRC_URI[archive.md5sum] = "f52d78cffbcfc3c13336fd308ea3926e"
23 SRC_URI[archive.sha256sum] = "b126902259875a24ece29bdf1f93cc7fd4fd7b83508cae1c15dabd10b4d537cd"