summaryrefslogtreecommitdiffstats
path: root/recipes/gpdf/gpdf_2.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpdf/gpdf_2.8.0.bb')
-rw-r--r--recipes/gpdf/gpdf_2.8.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gpdf/gpdf_2.8.0.bb b/recipes/gpdf/gpdf_2.8.0.bb
new file mode 100644
index 0000000000..b4afdb02b8
--- /dev/null
+++ b/recipes/gpdf/gpdf_2.8.0.bb
@@ -0,0 +1,17 @@
+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"
+
+do_configure_prepend () {
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}/help
+}