diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-20 18:53:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-20 18:53:26 +0000 |
commit | a511f4faba25d7817f2ff01b0080254d24b65bc8 (patch) | |
tree | 5e309023178097b670b5f2c654ce50a6db6244fa /packages/gpe-plucker | |
parent | efd1547e2d1e2ce3b313098b6b9befb55ef29c6a (diff) |
gpe-plucker: remove obsolete stuff
Diffstat (limited to 'packages/gpe-plucker')
-rw-r--r-- | packages/gpe-plucker/gpe-plucker/fix_makefiles.patch | 82 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker/gpe-plucker-desktop.patch | 17 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker/remove-render.patch | 12 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker_0.1.bb | 8 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker_0.2.bb | 13 | ||||
-rw-r--r-- | packages/gpe-plucker/gpe-plucker_0.3.bb | 10 |
6 files changed, 0 insertions, 142 deletions
diff --git a/packages/gpe-plucker/gpe-plucker/fix_makefiles.patch b/packages/gpe-plucker/gpe-plucker/fix_makefiles.patch deleted file mode 100644 index 057487a325..0000000000 --- a/packages/gpe-plucker/gpe-plucker/fix_makefiles.patch +++ /dev/null @@ -1,82 +0,0 @@ -diff -urNd ../gpe-plucker-0.1-r0/gpe-plucker-0.1/Makefile gpe-plucker-0.1/Makefile ---- ../gpe-plucker-0.1-r0/gpe-plucker-0.1/Makefile 2004-08-03 04:09:37.000000000 +0100 -+++ gpe-plucker-0.1/Makefile 2004-08-03 13:36:22.000000000 +0100 -@@ -8,40 +8,42 @@ - MEMBERS = gpe-plucker - - GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_DISABLE_DEPRECATED --#GTKLDFLAGS += -L/skiff/local/arm-linux/lib/X11 `pkg-config --libs gtk+-2.0` -lX11 -lXrender -lXext -lXinerama --GTKLDFLAGS += -L/usr/X11R6/lib `pkg-config --libs gtk+-2.0` -lX11 -lXrender -lXext -lXinerama -+#GTKLDFLAGS += -L/skiff/local/arm-linux/lib/X11 `pkg-config --libs gtk+-2.0` -lX11 -lXrender -lXext -+GTKLDFLAGS += -L/usr/X11R6/lib `pkg-config --libs gtk+-2.0` -lX11 -lXrender -lXext - --CFLAGS = $(GTKCFLAGS) -Iunpluck/ -DUSE_GPE -D_GNU_SOURCE -Wall -+PACKAGE_CFLAGS = $(GTKCFLAGS) -Iunpluck/ -DUSE_GPE -D_GNU_SOURCE -Wall - ifeq ($(DEBUG),yes) --CFLAGS += -O2 -g --LDFLAGS = -g #-lefence -+PACKAGE_CFLAGS += -O2 -g -+PACKAGE_LDFLAGS = -g #-lefence - else --CFLAGS += -Os -fomit-frame-pointer -+PACKAGE_CFLAGS += -Os -fomit-frame-pointer - endif --CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\" -+PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\" - - ifeq ($(CVSBUILD),yes) --CFLAGS += -I../libgpewidget --LDFLAGS += -L../libgpewidget -+PACKAGE_CFLAGS += -I../libgpewidget -+PACKAGE_LDFLAGS += -L../libgpewidget - BUILD = ../build - else --CFLAGS += -I/usr/include/gpe -+PACKAGE_CFLAGS += -I/usr/include/gpe - BUILD = build - endif --LDFLAGS += -lgpewidget $(GTKLDFLAGS) -Lunpluck/ -lunpluck -lz -+PACKAGE_LDFLAGS += -lgpewidget $(GTKLDFLAGS) -Lunpluck -lunpluck -lz - - #OBJS = $(patsubst %,%.o,$(MEMBERS)) - #SOURCES = $(patsubst %,%.c,$(MEMBERS)) - SOURCES = image.c library.c viewer.c - OBJS = ${SOURCES:.c=.o} - -+.PHONY: unpluck -+ - all: unpluck $(PACKAGE) - - unpluck: -- (cd unpluck; make) -+ make -C unpluck - - $(PACKAGE): $(OBJS) $(LIB) -- $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) - - install-program: all $(PACKAGE).desktop - mkdir -p $(DESTDIR)$(PREFIX)/bin -diff -urNd ../gpe-plucker-0.1-r0/gpe-plucker-0.1/unpluck/Makefile gpe-plucker-0.1/unpluck/Makefile ---- ../gpe-plucker-0.1-r0/gpe-plucker-0.1/unpluck/Makefile 2003-11-24 00:32:30.000000000 +0000 -+++ gpe-plucker-0.1/unpluck/Makefile 2004-08-03 13:32:01.000000000 +0100 -@@ -5,15 +5,14 @@ - # -DFILE_SEPARATOR_CHAR_S="/" - # -DOS_SECTION_NAME="posix" - --CC = gcc - AR = ar - RANLIB = ranlib - --CFLAGS = -Wall -O2 -g -+PACKAGE_CFLAGS = -Wall -O2 -g - --CFLAGS += -DPLUCKER_VERSION="1.6.1" -DPLUCKER_CONFIG_DIR="/etc" --CFLAGS += -DSYS_CONFIG_FILE_NAME="pluckerrc" -DUSER_CONFIG_FILE_NAME=".pluckerrc" --CFLAGS += -DFILE_SEPARATOR_CHAR_S="/" -DOS_SECTION_NAME="posix" -+PACKAGE_CFLAGS += -DPLUCKER_VERSION="1.6.1" -DPLUCKER_CONFIG_DIR="/etc" -+PACKAGE_CFLAGS += -DSYS_CONFIG_FILE_NAME="pluckerrc" -DUSER_CONFIG_FILE_NAME=".pluckerrc" -+PACKAGE_CFLAGS += -DFILE_SEPARATOR_CHAR_S="/" -DOS_SECTION_NAME="posix" - - SRC = config.c unpluck.c util.c - OBJS = ${SRC:.c=.o} diff --git a/packages/gpe-plucker/gpe-plucker/gpe-plucker-desktop.patch b/packages/gpe-plucker/gpe-plucker/gpe-plucker-desktop.patch deleted file mode 100644 index 1343bb739f..0000000000 --- a/packages/gpe-plucker/gpe-plucker/gpe-plucker-desktop.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- gpe-plucker-0.2/gpe-plucker.desktop.in.orig 2006-02-14 20:59:49.000000000 +0200 -+++ gpe-plucker-0.2/gpe-plucker.desktop.in 2006-02-14 20:37:22.000000000 +0200 -@@ -1,9 +1,10 @@ - [Desktop Entry] --_Name=Plucker --_Comment=Plucker Reader -+Encoding=UTF-8 -+_Name=E-book Reader -+_Comment=Plucker E-book Reader - Exec=gpe-plucker --Terminal=0 -+Terminal=false - Type=Application - Icon=gpe-plucker.png --Categories=Application;GPE -+Categories=Application;GPE; - SingleInstance=true diff --git a/packages/gpe-plucker/gpe-plucker/remove-render.patch b/packages/gpe-plucker/gpe-plucker/remove-render.patch deleted file mode 100644 index ca4d8c7388..0000000000 --- a/packages/gpe-plucker/gpe-plucker/remove-render.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nurd gpe-plucker-0.2.old/viewer.c gpe-plucker-0.2/viewer.c > remove-render.patch ---- gpe-plucker-0.2.old/viewer.c 2005-04-23 21:10:04.000000000 +0200 -+++ gpe-plucker-0.2/viewer.c 2005-04-23 21:17:59.000000000 +0200 -@@ -25,7 +25,6 @@ - - /* for GPE specific things */ - #include <gpe/init.h> --#include <gpe/render.h> - #include <gpe/pixmaps.h> - #include <gpe/picturebutton.h> - #define _(_x) gettext (_x) - diff --git a/packages/gpe-plucker/gpe-plucker_0.1.bb b/packages/gpe-plucker/gpe-plucker_0.1.bb deleted file mode 100644 index b08c691312..0000000000 --- a/packages/gpe-plucker/gpe-plucker_0.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit gpe pkgconfig -LICENSE = "GPL" -DESCRIPTION = "Plucker ebook reader" -DEPENDS = "gtk+ libgpewidget" -SECTION = "gpe" -PRIORITY = "optional" - -SRC_URI += "file://fix_makefiles.patch;patch=1" diff --git a/packages/gpe-plucker/gpe-plucker_0.2.bb b/packages/gpe-plucker/gpe-plucker_0.2.bb deleted file mode 100644 index b059bbc96f..0000000000 --- a/packages/gpe-plucker/gpe-plucker_0.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -inherit gpe pkgconfig -LICENSE = "GPL" -DESCRIPTION = "Plucker ebook reader" -DEPENDS = "gtk+ libgpewidget" -SECTION = "gpe" -PRIORITY = "optional" - -PARALLEL_MAKE="" - -SRC_URI += "file://fix_makefiles.patch;patch=1 \ - file://remove-render.patch;patch=1 \ - file://gpe-plucker-desktop.patch;patch=1" - diff --git a/packages/gpe-plucker/gpe-plucker_0.3.bb b/packages/gpe-plucker/gpe-plucker_0.3.bb deleted file mode 100644 index 18f7b92c02..0000000000 --- a/packages/gpe-plucker/gpe-plucker_0.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit gpe pkgconfig -LICENSE = "GPL" -DESCRIPTION = "Plucker ebook reader" -DEPENDS = "gtk+ libgpewidget" -SECTION = "gpe" -PRIORITY = "optional" - -PARALLEL_MAKE="" - - |