From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko <denis@denix.org> Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> --- recipes/gpdf/files/aclocal-lossage.patch | 11 +++++++++++ recipes/gpdf/files/desktop.patch | 11 +++++++++++ recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch | 30 +++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 recipes/gpdf/files/aclocal-lossage.patch create mode 100644 recipes/gpdf/files/desktop.patch create mode 100644 recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch (limited to 'recipes/gpdf/files') diff --git a/recipes/gpdf/files/aclocal-lossage.patch b/recipes/gpdf/files/aclocal-lossage.patch new file mode 100644 index 0000000000..cdbe8100bd --- /dev/null +++ b/recipes/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/recipes/gpdf/files/desktop.patch b/recipes/gpdf/files/desktop.patch new file mode 100644 index 0000000000..e76e63328a --- /dev/null +++ b/recipes/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/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch b/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch new file mode 100644 index 0000000000..d45becb346 --- /dev/null +++ b/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch @@ -0,0 +1,30 @@ +diff -Naur gpdf-2.10.0.orig/xpdf/TextOutputDev.h gpdf-2.10.0/xpdf/TextOutputDev.h +--- gpdf-2.10.0.orig/xpdf/TextOutputDev.h 2005-08-23 21:59:57.000000000 +0000 ++++ gpdf-2.10.0/xpdf/TextOutputDev.h 2005-08-23 22:00:10.000000000 +0000 +@@ -166,6 +166,8 @@ + // TextLine + //------------------------------------------------------------------------ + ++class TextBlock; ++ + class TextLine { + public: + +@@ -223,6 +225,8 @@ + // TextBlock + //------------------------------------------------------------------------ + ++class TextPage; ++ + class TextBlock { + public: + +@@ -342,6 +346,8 @@ + // TextPage + //------------------------------------------------------------------------ + ++class TextLineFrag; ++ + class TextPage { + public: + -- cgit v1.2.3