diff options
Diffstat (limited to 'packages/gpe-plucker')
-rw-r--r-- | packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch | 10 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker_0.4.bb | 14 |
2 files changed, 0 insertions, 24 deletions
diff --git a/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch b/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch deleted file mode 100644 index 2e2423b829..0000000000 --- a/packages/gpe-plucker/gpe-plucker/plucker-no-host-includes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- /tmp/Makefile 2006-05-20 14:04:09.557951376 +0200 -+++ gpe-plucker-0.4/Makefile 2006-05-20 14:04:35.687979008 +0200 -@@ -26,7 +26,6 @@ - PACKAGE_LDFLAGS += -L../libgpewidget - BUILD = ../build - else --PACKAGE_CFLAGS += -I/usr/include/gpe - BUILD = build - endif - PACKAGE_LDFLAGS += -lgpewidget $(GTKLDFLAGS) -Lunpluck/ -lunpluck -lz diff --git a/packages/gpe-plucker/gpe-plucker_0.4.bb b/packages/gpe-plucker/gpe-plucker_0.4.bb deleted file mode 100644 index 8e90d2f06b..0000000000 --- a/packages/gpe-plucker/gpe-plucker_0.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -inherit gpe pkgconfig -LICENSE = "GPL" -DESCRIPTION = "Plucker ebook reader" -DEPENDS = "gtk+ libgpewidget gpe-icons" -RDEPENDS = "gpe-icons" -SECTION = "gpe" -PRIORITY = "optional" - -SRC_URI += " file://plucker-no-host-includes.patch;patch=1" -PARALLEL_MAKE="" -EXTRA_OEMAKE="RANLIB=${RANLIB}" - -PR = "r2" - |