diff options
Diffstat (limited to 'gpdf')
-rw-r--r-- | gpdf/gpdf_2.7.90.oe | 1 | ||||
-rw-r--r-- | gpdf/gpdf_2.8.0.oe | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gpdf/gpdf_2.7.90.oe b/gpdf/gpdf_2.7.90.oe index 88216fbe32..1df123a157 100644 --- a/gpdf/gpdf_2.7.90.oe +++ b/gpdf/gpdf_2.7.90.oe @@ -1,3 +1,4 @@ +LICENSE = GPL SECTION = "x11/utils" PR = "r2" diff --git a/gpdf/gpdf_2.8.0.oe b/gpdf/gpdf_2.8.0.oe index e69de29bb2..8f31af9272 100644 --- a/gpdf/gpdf_2.8.0.oe +++ b/gpdf/gpdf_2.8.0.oe @@ -0,0 +1,13 @@ +LICENSE = GPL +SECTION = "x11/utils" +PR = "r0" + +inherit gnome + +DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \ + libgnomeprint libgnomeprintui gnome-common" + +EXTRA_OECONF = "--disable-schemas-install" + +SRC_URI += "file://aclocal-lossage.patch;patch=1 \ + file://desktop.patch;patch=1" |