goffice: make it build (fix QA issues for real).
authorCyril Romain <cyril.romain@gmail.com>
Sat, 17 Mar 2007 08:39:57 +0000 (08:39 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 17 Mar 2007 08:39:57 +0000 (08:39 +0000)
packages/gnome/goffice_0.2.1.bb
packages/gnome/goffice_0.3.2.bb

index 59372fa..2048cdd 100644 (file)
@@ -1,9 +1,11 @@
 DESCRIPTION="Gnome Office Library"
 LICENSE="GPLv2"
-PR="r0"
+PR="r1"
 
 DEPENDS="glib-2.0 gtk+ pango libgnomeprint libgsf libglade libxml2 libart-lgpl"
 
+FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
+
 inherit gnome pkgconfig
 
 do_stage() {
index 59503a7..a81f969 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION="Gnome Office Library"
 LICENSE="GPLv2"
-PR="r0"
+PR="r1"
 
 DEFAULT_PREFERENCE = "-1"
 
 DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libxml2 libart-lgpl"
 
-FILES_${PN}-dbg += "${libdir}/goffice/0.2.1/plugins/*/.debug"
+FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
 
 inherit gnome pkgconfig