aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpdf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gpdf
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gpdf')
-rw-r--r--packages/gpdf/.mtn2git_empty0
-rw-r--r--packages/gpdf/files/.mtn2git_empty0
-rw-r--r--packages/gpdf/files/aclocal-lossage.patch11
-rw-r--r--packages/gpdf/files/desktop.patch11
-rw-r--r--packages/gpdf/gpdf_2.7.90.bb13
-rw-r--r--packages/gpdf/gpdf_2.8.2.bb16
6 files changed, 51 insertions, 0 deletions
diff --git a/packages/gpdf/.mtn2git_empty b/packages/gpdf/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpdf/.mtn2git_empty
diff --git a/packages/gpdf/files/.mtn2git_empty b/packages/gpdf/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpdf/files/.mtn2git_empty
diff --git a/packages/gpdf/files/aclocal-lossage.patch b/packages/gpdf/files/aclocal-lossage.patch
index e69de29bb2..cdbe8100bd 100644
--- a/packages/gpdf/files/aclocal-lossage.patch
+++ b/packages/gpdf/files/aclocal-lossage.patch
@@ -0,0 +1,11 @@
+--- gpdf-2.7.90/Makefile.am.old 2004-08-03 20:32:38.000000000 +0100
++++ gpdf-2.7.90/Makefile.am 2004-08-03 20:27:11.000000000 +0100
+@@ -43,7 +43,7 @@
+
+ DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install
+
+-ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros
++# ACLOCAL_AMFLAGS = -I $(datadir)/aclocal -I $(datadir)/aclocal/gnome2-macros
+
+ CLEANFILES = \
+ $(schema_DATA) \
diff --git a/packages/gpdf/files/desktop.patch b/packages/gpdf/files/desktop.patch
index e69de29bb2..e76e63328a 100644
--- a/packages/gpdf/files/desktop.patch
+++ b/packages/gpdf/files/desktop.patch
@@ -0,0 +1,11 @@
+--- gpdf-2.7.90/gpdf.desktop.in.old 2004-08-05 15:31:09.000000000 +0100
++++ gpdf-2.7.90/gpdf.desktop.in 2004-08-05 15:31:19.000000000 +0100
+@@ -3,7 +3,7 @@
+ _Name=PDF Viewer
+ _Comment=View PDF files
+ Exec=gpdf %U
+-Icon=gnome-pdf
++Icon=gnome-pdf.png
+ Terminal=false
+ Type=Application
+ Categories=GNOME;Application;Graphics;VectorGraphics;Viewer;
diff --git a/packages/gpdf/gpdf_2.7.90.bb b/packages/gpdf/gpdf_2.7.90.bb
index e69de29bb2..1df123a157 100644
--- a/packages/gpdf/gpdf_2.7.90.bb
+++ b/packages/gpdf/gpdf_2.7.90.bb
@@ -0,0 +1,13 @@
+LICENSE = GPL
+SECTION = "x11/utils"
+PR = "r2"
+
+inherit gnome gettext
+
+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"
diff --git a/packages/gpdf/gpdf_2.8.2.bb b/packages/gpdf/gpdf_2.8.2.bb
index e69de29bb2..3e937b9139 100644
--- a/packages/gpdf/gpdf_2.8.2.bb
+++ b/packages/gpdf/gpdf_2.8.2.bb
@@ -0,0 +1,16 @@
+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"
+
+do_configure_prepend () {
+ cp ${STAGING_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}/help
+}