summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgpewidget/libgpewidget-0.79/ldflags.patch16
-rw-r--r--libgpewidget/libgpewidget-0.84/makefile.patch11
-rw-r--r--libgpewidget/libgpewidget_0.78.oe22
-rw-r--r--libgpewidget/libgpewidget_0.79.oe23
-rw-r--r--libgpewidget/libgpewidget_0.80.oe22
-rw-r--r--libgpewidget/libgpewidget_0.82.oe22
-rw-r--r--libgpewidget/libgpewidget_0.83.oe22
-rw-r--r--libgpewidget/libgpewidget_0.84.oe23
-rw-r--r--libgpewidget/libgpewidget_0.85.oe22
9 files changed, 0 insertions, 183 deletions
diff --git a/libgpewidget/libgpewidget-0.79/ldflags.patch b/libgpewidget/libgpewidget-0.79/ldflags.patch
deleted file mode 100644
index e6cda6bf98..0000000000
--- a/libgpewidget/libgpewidget-0.79/ldflags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: Makefile
-===================================================================
-RCS file: /cvs/gpe/base/libgpewidget/Makefile,v
-retrieving revision 1.133
-diff -u -r1.133 Makefile
---- libgpewidget/Makefile 16 May 2004 18:41:05 -0000 1.133
-+++ libgpewidget/Makefile 16 May 2004 18:58:51 -0000
-@@ -45,7 +45,7 @@
- ln -sf $^ $@
-
- $(SONAME): $(OBJS)
-- $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS)
-+ $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS) $(PACKAGE_LDFLAGS)
-
- gpe-iconlist.c: gpeiconlist.gob
- gob2 --no-private-header gpeiconlist.gob
diff --git a/libgpewidget/libgpewidget-0.84/makefile.patch b/libgpewidget/libgpewidget-0.84/makefile.patch
deleted file mode 100644
index d787e2e745..0000000000
--- a/libgpewidget/libgpewidget-0.84/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgpewidget-0.84/Makefile.old 2004-06-30 20:46:05.000000000 +0100
-+++ libgpewidget-0.84/Makefile 2004-06-30 20:44:46.000000000 +0100
-@@ -25,7 +25,7 @@
- PACKAGE_LDFLAGS = $(STANDARD_LDFLAGS) $(GTKLIBS)
-
- PACKAGE_CFLAGS += -fPIC
--PACKAGE_CPPFLAGS += -I./gpe
-+PACKAGE_CPPFLAGS += -I./gpe -I.
-
- ifeq ($(CAIRO),yes)
- PACKAGE_CPPFLAGS += -DHAVE_CAIRO
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
deleted file mode 100644
index db3143168a..0000000000
--- a/libgpewidget/libgpewidget_0.78.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r1"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+"
-
-inherit pkgconfig gpe
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.79.oe b/libgpewidget/libgpewidget_0.79.oe
deleted file mode 100644
index 7e6ccbea52..0000000000
--- a/libgpewidget/libgpewidget_0.79.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-LICENSE = "LGPL"
-PR = "r1"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz \
- file://ldflags.patch;patch=1"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.80.oe b/libgpewidget/libgpewidget_0.80.oe
deleted file mode 100644
index ba2ab7da50..0000000000
--- a/libgpewidget/libgpewidget_0.80.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r1"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.82.oe b/libgpewidget/libgpewidget_0.82.oe
deleted file mode 100644
index 7f9125282c..0000000000
--- a/libgpewidget/libgpewidget_0.82.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r2"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe
deleted file mode 100644
index e879d56f75..0000000000
--- a/libgpewidget/libgpewidget_0.83.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r3"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.84.oe b/libgpewidget/libgpewidget_0.84.oe
deleted file mode 100644
index 398c547332..0000000000
--- a/libgpewidget/libgpewidget_0.84.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-LICENSE = "LGPL"
-PR = "r3"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
- file://makefile.patch;patch=1"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}
diff --git a/libgpewidget/libgpewidget_0.85.oe b/libgpewidget/libgpewidget_0.85.oe
deleted file mode 100644
index 191990ae79..0000000000
--- a/libgpewidget/libgpewidget_0.85.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r0"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}