summaryrefslogtreecommitdiff
path: root/packages/gnome
diff options
context:
space:
mode:
authorCyril Romain <cyril.romain@gmail.com>2007-03-17 08:39:57 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-03-17 08:39:57 +0000
commit4a61bece93f1824694ff7c9e4ed6519c073c9c76 (patch)
treed846aa860fca92188b2c27bb769ca828dafb77c9 /packages/gnome
parent3df43088eb72e4e4d58520bd4cd8d48f808c8da4 (diff)
goffice: make it build (fix QA issues for real).
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/goffice_0.2.1.bb4
-rw-r--r--packages/gnome/goffice_0.3.2.bb4
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/gnome/goffice_0.2.1.bb b/packages/gnome/goffice_0.2.1.bb
index 59372fa5ec..2048cdd34d 100644
--- a/packages/gnome/goffice_0.2.1.bb
+++ b/packages/gnome/goffice_0.2.1.bb
@@ -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() {
diff --git a/packages/gnome/goffice_0.3.2.bb b/packages/gnome/goffice_0.3.2.bb
index 59503a7b43..a81f96910c 100644
--- a/packages/gnome/goffice_0.3.2.bb
+++ b/packages/gnome/goffice_0.3.2.bb
@@ -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