summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 10:22:59 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 10:46:38 +0100
commit5a79ac80407d30eb70e522839252bf3b27fc59bd (patch)
treeb694c26ccaafa09c696888b0d497bc8a778ff6a1 /recipes
parentf3bf0f5e55a48dfb5ac34e750433a838c62e5dda (diff)
gpdf: Remove all gpdf recipes from the repository
* gpdf contains an embedded copy of xpdf which has had several security issues in the past. * gpdf is not maintained for some years and the xpdf copy is not updated. * Remove the gpdf checksums and PREFERRED_VERSIONS * Remove it from tasks and such.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gpdf/files/aclocal-lossage.patch11
-rw-r--r--recipes/gpdf/files/desktop.patch11
-rw-r--r--recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch30
-rw-r--r--recipes/gpdf/gpdf_2.10.0.bb16
-rw-r--r--recipes/gpdf/gpdf_2.7.90.bb13
-rw-r--r--recipes/gpdf/gpdf_2.8.0.bb17
-rw-r--r--recipes/gpdf/gpdf_2.8.2.bb16
-rw-r--r--recipes/tasks/task-gpe-desktopapps.bb5
-rw-r--r--recipes/tasks/task-gpe.bb5
9 files changed, 4 insertions, 120 deletions
diff --git a/recipes/gpdf/files/aclocal-lossage.patch b/recipes/gpdf/files/aclocal-lossage.patch
deleted file mode 100644
index cdbe8100bd..0000000000
--- a/recipes/gpdf/files/aclocal-lossage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index e76e63328a..0000000000
--- a/recipes/gpdf/files/desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index d45becb346..0000000000
--- a/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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:
-
diff --git a/recipes/gpdf/gpdf_2.10.0.bb b/recipes/gpdf/gpdf_2.10.0.bb
deleted file mode 100644
index 30c42dcb0c..0000000000
--- a/recipes/gpdf/gpdf_2.10.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/utils"
-PR = "r0"
-
-inherit gnome
-
-SRC_URI_append = " file://gpdf-2.10.0-gcc4-2.patch;patch=1"
-
-DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
- libgnomeprint libgnomeprintui gnome-common"
-
-EXTRA_OECONF = "--disable-schemas-install"
-
-do_configure_prepend () {
- cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}/help
-}
diff --git a/recipes/gpdf/gpdf_2.7.90.bb b/recipes/gpdf/gpdf_2.7.90.bb
deleted file mode 100644
index 975523530a..0000000000
--- a/recipes/gpdf/gpdf_2.7.90.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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/recipes/gpdf/gpdf_2.8.0.bb b/recipes/gpdf/gpdf_2.8.0.bb
deleted file mode 100644
index b4afdb02b8..0000000000
--- a/recipes/gpdf/gpdf_2.8.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-}
diff --git a/recipes/gpdf/gpdf_2.8.2.bb b/recipes/gpdf/gpdf_2.8.2.bb
deleted file mode 100644
index 3943ff93e1..0000000000
--- a/recipes/gpdf/gpdf_2.8.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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_DATADIR}/gnome-common/data/omf.make ${S}/help
-}
diff --git a/recipes/tasks/task-gpe-desktopapps.bb b/recipes/tasks/task-gpe-desktopapps.bb
index 25c055f446..5b6f721e0a 100644
--- a/recipes/tasks/task-gpe-desktopapps.bb
+++ b/recipes/tasks/task-gpe-desktopapps.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Additional desktop applications package for GPE Palmtop Environment"
-PR = "r6"
+PR = "r7"
LICENSE = "MIT"
inherit task
@@ -9,6 +9,5 @@ RDEPENDS_${PN} = "\
firefox \
thunderbird \
galculator \
- gnumeric \
- gpdf"
+ gnumeric"
diff --git a/recipes/tasks/task-gpe.bb b/recipes/tasks/task-gpe.bb
index 0bf1325da0..785f0184b1 100644
--- a/recipes/tasks/task-gpe.bb
+++ b/recipes/tasks/task-gpe.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Task packages for GPE Palmtop Environment"
-PR = "r7"
+PR = "r8"
LICENSE = "MIT"
inherit task
@@ -120,8 +120,7 @@ RDEPENDS_gpe-task-desktopapps = "\
firefox \
thunderbird \
galculator \
- gnumeric \
- gpdf"
+ gnumeric"
# totem"
RDEPENDS_gpe-task-sectest = "\