diff options
103 files changed, 0 insertions, 1073 deletions
diff --git a/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch b/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch deleted file mode 100644 index d8b743b231..0000000000 --- a/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch +++ /dev/null @@ -1,9 +0,0 @@ -Nur in aliens_V1.0.0/tools: bin2c. -diff -ur aliens_V1.0.0.orig/tools/Makefile aliens_V1.0.0/tools/Makefile ---- aliens_V1.0.0.orig/tools/Makefile 2004-06-16 20:16:16.000000000 +0200 -+++ aliens_V1.0.0/tools/Makefile 2004-06-16 20:17:24.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/aliens-qt-1.0.0/aliens.patch b/opie-3rdparty/aliens-qt-1.0.0/aliens.patch deleted file mode 100644 index ef3ec08abc..0000000000 --- a/opie-3rdparty/aliens-qt-1.0.0/aliens.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur aliens_V1.0.0.orig/aliens.desktop aliens_V1.0.0/aliens.desktop ---- aliens_V1.0.0.orig/aliens.desktop 2004-06-16 23:20:02.000000000 +0200 -+++ aliens_V1.0.0/aliens.desktop 2004-06-16 23:20:15.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Aliens - Name[de]=Aliens --Icon=aliens -+Icon=aliens/aliens - Exec=aliens - Comment=A classic arcade-style shooter. - Comment[de]=Ein klassisches Weltraum-Ballerspiel. diff --git a/opie-3rdparty/aliens-qt_1.0.0.oe b/opie-3rdparty/aliens-qt_1.0.0.oe deleted file mode 100644 index 091c8f3fbb..0000000000 --- a/opie-3rdparty/aliens-qt_1.0.0.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Alien ShootOut" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Bill Kendrick" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/aliens_V1.0.0.tar.gz \ - file://Makefile.patch;patch=1 \ - file://aliens.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/aliens_V${PV}" - -APPNAME = "aliens" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend () { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - diff --git a/opie-3rdparty/atomic-1.0.1/Makefile.patch b/opie-3rdparty/atomic-1.0.1/Makefile.patch deleted file mode 100644 index 76d4e6268f..0000000000 --- a/opie-3rdparty/atomic-1.0.1/Makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur atomic_V1.0.1.orig/tools/Makefile atomic_V1.0.1/tools/Makefile ---- atomic_V1.0.1.orig/tools/Makefile 2004-06-16 20:22:38.000000000 +0200 -+++ atomic_V1.0.1/tools/Makefile 2004-06-16 20:23:09.000000000 +0200 -@@ -1,8 +1,8 @@ - all: bin2c level2c - - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - - level2c: -- gcc -O2 -Wall -o level2c level2c.c -+ $(BUILD_CC) -O2 -Wall -o level2c level2c.c - diff --git a/opie-3rdparty/atomic-1.0.1/atomic.patch b/opie-3rdparty/atomic-1.0.1/atomic.patch deleted file mode 100644 index 4a2cac48f9..0000000000 --- a/opie-3rdparty/atomic-1.0.1/atomic.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur atomic_V1.0.1.orig/atomic.desktop atomic_V1.0.1/atomic.desktop ---- atomic_V1.0.1.orig/atomic.desktop 2004-06-17 00:02:49.000000000 +0200 -+++ atomic_V1.0.1/atomic.desktop 2004-06-17 00:03:16.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Atomic - Name[de]=Atomic --Icon=atomic -+Icon=atomic/atomic - Exec=atomic - Comment=A port of the KDE game katomic. - Comment[de]=Ein Port des KDE Spiels KAtomic diff --git a/opie-3rdparty/atomic_1.0.1.oe b/opie-3rdparty/atomic_1.0.1.oe deleted file mode 100644 index 68a1c3f478..0000000000 --- a/opie-3rdparty/atomic_1.0.1.oe +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Atomic" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" - -LICENSE = "GPL" -AUTHOR = "Andre Wuest" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Atomic.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/atomic_V1.0.1.tar.gz \ - file://atomic.patch;patch=1" - - -PV = "1.0.1" -S = "${WORKDIR}/atomic_V${PV}" -APPNAME = "atomic" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - - - -do_compile_prepend() { - oe_runmake -C images - oe_runmake -C tools - oe_runmake -C levels -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/checkers-1.0.5ern/checkers.patch b/opie-3rdparty/checkers-1.0.5ern/checkers.patch deleted file mode 100644 index 47e57aab6c..0000000000 --- a/opie-3rdparty/checkers-1.0.5ern/checkers.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur checkers_V1.0.5ern.orig/checkers.desktop checkers_V1.0.5ern/checkers.desktop ---- checkers_V1.0.5ern.orig/checkers.desktop 2004-06-17 00:06:55.000000000 +0200 -+++ checkers_V1.0.5ern/checkers.desktop 2004-06-17 00:07:03.000000000 +0200 -@@ -2,7 +2,7 @@ - Comment=Checkers (Draughts) for the Zaurus - Comment[de]=Das klassische Damespiel - Exec=checkers --Icon=Checkers -+Icon=checkers/Checkers - Type=Application - Type[de]=Anwendung - Name=Checkers diff --git a/opie-3rdparty/checkers_1.0.5ern.oe b/opie-3rdparty/checkers_1.0.5ern.oe deleted file mode 100644 index ee8e7f0941..0000000000 --- a/opie-3rdparty/checkers_1.0.5ern.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Checkers" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Walter Rawdanik" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Checkers.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/checkers_V1.0.5ern.tar.gz \ - file://checkers.patch;patch=1" - -PV = "1.0.5ern" -S = "${WORKDIR}/checkers_V${PV}" -APPNAME = "checkers" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - - -inherit opie diff --git a/opie-3rdparty/crossword-0.0.3/crossword.patch b/opie-3rdparty/crossword-0.0.3/crossword.patch deleted file mode 100644 index ce466a9927..0000000000 --- a/opie-3rdparty/crossword-0.0.3/crossword.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur crossword_V0.0.3.orig/crossword.desktop crossword_V0.0.3/crossword.desktop ---- crossword_V0.0.3.orig/crossword.desktop 2004-06-17 00:13:02.000000000 +0200 -+++ crossword_V0.0.3/crossword.desktop 2004-06-17 00:13:11.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Crossword - Name[de]=Kreuzwort Rätsel --Icon=crossword -+Icon=crossword/crossword - Exec=crossword - Comment=This is a crossword application that supports .puz and .tpz files - Comment[de]=Eine Applikation zum Lösen von Kreuzworträtseln im.puz und .tpz Format diff --git a/opie-3rdparty/crossword_0.0.3.oe b/opie-3rdparty/crossword_0.0.3.oe deleted file mode 100644 index e92655edb0..0000000000 --- a/opie-3rdparty/crossword_0.0.3.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Checkers" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Crossword.html" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/crossword_V0.0.3.tar.gz \ - file://crossword.patch;patch=1" - -PV = "0.0.3" -S = "${WORKDIR}/crossword_V${PV}" - -APPNAME = "crossword" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -pkg_postinst() { -#!/bin/sh - -MIMEFILE=/opt/QtPalmtop/etc/mime.types - -grep -q application/puz $MIMEFILE 2>/dev/null || echo -e "application/crossword\t\tpuz tpz" >> $MIMEFILE -} - -inherit opie diff --git a/opie-3rdparty/fish-1.1.0/Makefile.patch b/opie-3rdparty/fish-1.1.0/Makefile.patch deleted file mode 100644 index c7a08e1aa7..0000000000 --- a/opie-3rdparty/fish-1.1.0/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -ur fish_V1.1.0.orig/tools/Makefile fish_V1.1.0/tools/Makefile ---- fish_V1.1.0.orig/tools/Makefile 2004-06-16 20:35:22.000000000 +0200 -+++ fish_V1.1.0/tools/Makefile 2004-06-16 20:35:33.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/fish-1.1.0/fish.patch b/opie-3rdparty/fish-1.1.0/fish.patch deleted file mode 100644 index c0e4e5797e..0000000000 --- a/opie-3rdparty/fish-1.1.0/fish.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur fish_V1.1.0.orig/fish.desktop fish_V1.1.0/fish.desktop ---- fish_V1.1.0.orig/fish.desktop 2004-06-17 00:14:52.000000000 +0200 -+++ fish_V1.1.0/fish.desktop 2004-06-17 00:15:10.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Fish - Name[de]=Aquarium --Icon=fish -+Icon=fish/fish - Exec=fish - Comment=A fishtank for your Zaurus. - Comment[de]=Ein Aquarium am Bildschirm diff --git a/opie-3rdparty/fish_1.1.0.oe b/opie-3rdparty/fish_1.1.0.oe deleted file mode 100644 index 7d50a9acc6..0000000000 --- a/opie-3rdparty/fish_1.1.0.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Fish Amusement" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html" - - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/fish_V1.1.0.tar.gz \ - file://Makefile.patch;patch=1 \ - file://fish.patch;patch=1" - -PV = "1.1.0" -S = "${WORKDIR}/fish_V${PV}" - -APPNAME = "fish" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/glider-1.0.0/Makefile.patch b/opie-3rdparty/glider-1.0.0/Makefile.patch deleted file mode 100644 index 72a566910f..0000000000 --- a/opie-3rdparty/glider-1.0.0/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -ur glider_V1.0.0.orig/tools/Makefile glider_V1.0.0/tools/Makefile ---- glider_V1.0.0.orig/tools/Makefile 2004-06-16 20:38:27.000000000 +0200 -+++ glider_V1.0.0/tools/Makefile 2004-06-16 20:38:36.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/glider-1.0.0/glider.patch b/opie-3rdparty/glider-1.0.0/glider.patch deleted file mode 100644 index a82a0f53ea..0000000000 --- a/opie-3rdparty/glider-1.0.0/glider.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur glider_V1.0.0.orig/glider.desktop glider_V1.0.0/glider.desktop ---- glider_V1.0.0.orig/glider.desktop 2004-06-17 00:18:09.000000000 +0200 -+++ glider_V1.0.0/glider.desktop 2004-06-17 00:18:19.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Glider - Name[de]=Glider --Icon=glider -+Icon=glider/glider - Exec=glider - Comment=Fight evil aliens using your space glider. - Comment[de]=Fliege einen Raumgleiter gegen Ausserirdische. diff --git a/opie-3rdparty/glider_1.0.0.oe b/opie-3rdparty/glider_1.0.0.oe deleted file mode 100644 index a342fb6dfb..0000000000 --- a/opie-3rdparty/glider_1.0.0.oe +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Glider" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Glider.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/glider_V1.0.0.tar.gz \ - file://Makefile.patch;patch=1 \ - file://glider.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/glider_V${PV}" - -APPNAME = "glider" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/icebloxx-1.0.0/Makefile.patch b/opie-3rdparty/icebloxx-1.0.0/Makefile.patch deleted file mode 100644 index 5d3eed0fd1..0000000000 --- a/opie-3rdparty/icebloxx-1.0.0/Makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -ur icebloxx_V1.0.0.orig/tools/Makefile icebloxx_V1.0.0/tools/Makefile ---- icebloxx_V1.0.0.orig/tools/Makefile 2002-07-31 08:38:56.000000000 +0200 -+++ icebloxx_V1.0.0/tools/Makefile 2004-06-16 20:50:29.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch b/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch deleted file mode 100644 index 69e8bbc46d..0000000000 --- a/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur icebloxx_V1.0.0.orig/icebloxx.desktop icebloxx_V1.0.0/icebloxx.desktop ---- icebloxx_V1.0.0.orig/icebloxx.desktop 2004-06-17 00:21:27.000000000 +0200 -+++ icebloxx_V1.0.0/icebloxx.desktop 2004-06-17 00:21:44.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Icebloxx - Name[de]=Icebloxx --Icon=Icebloxx -+Icon=icebloxx/Icebloxx - Exec=icebloxx - Comment=A clone of the java game Iceblox (Pengo). - Comment[de]=Eine C++ Version von Iceblox (Pengo). diff --git a/opie-3rdparty/icebloxx_1.0.0.oe b/opie-3rdparty/icebloxx_1.0.0.oe deleted file mode 100644 index 4538de7f4a..0000000000 --- a/opie-3rdparty/icebloxx_1.0.0.oe +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "IceBloxx" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/icebloxx_V1.0.0.tar.gz \ - file://Makefile.patch;patch=1 \ - file://icebloxx.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/icebloxx_V${PV}" - -APPNAME = "icebloxx" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/mahjongg-1.0.0/Makefile.patch b/opie-3rdparty/mahjongg-1.0.0/Makefile.patch deleted file mode 100644 index 3ae1ff9f98..0000000000 --- a/opie-3rdparty/mahjongg-1.0.0/Makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur mahjongg_V1.0.0.orig/tools/Makefile mahjongg_V1.0.0/tools/Makefile ---- mahjongg_V1.0.0.orig/tools/Makefile 2004-06-16 20:55:06.000000000 +0200 -+++ mahjongg_V1.0.0/tools/Makefile 2004-06-16 20:55:30.000000000 +0200 -@@ -1,8 +1,8 @@ - all: bin2c layout2c - - bin2c: bin2c.c -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - - layout2c: layout2c.c -- gcc -O2 -Wall -o layout2c layout2c.c -+ $(BUILD_CC) -O2 -Wall -o layout2c layout2c.c - diff --git a/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch b/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch deleted file mode 100644 index e189f8bb7d..0000000000 --- a/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur mahjongg_V1.0.0.orig/mahjongg.desktop mahjongg_V1.0.0/mahjongg.desktop ---- mahjongg_V1.0.0.orig/mahjongg.desktop 2004-06-17 00:23:58.000000000 +0200 -+++ mahjongg_V1.0.0/mahjongg.desktop 2004-06-17 00:24:12.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Mahjongg - Name[de]=Mahjongg --Icon=mahjongg -+Icon=mahjongg/mahjongg - Exec=mahjongg - Comment=The Mahjongg game with graphics from the KDE project - Comment=Mahjongg Spiel mit KDE Grafiken diff --git a/opie-3rdparty/mahjongg_1.0.0.oe b/opie-3rdparty/mahjongg_1.0.0.oe deleted file mode 100644 index 6a0ff738af..0000000000 --- a/opie-3rdparty/mahjongg_1.0.0.oe +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Mahjongg" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Mario Weilguni, Port by Rober Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Mahjongg.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/mahjongg_V1.0.0.tar.gz \ - file://Makefile.patch;patch=1 \ - file://mahjongg.patch;patch=1" - - -PV = "1.0.0" -S = "${WORKDIR}/mahjongg_V${PV}" - -APPNAME = "mahjongg" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images - oe_runmake -C layouts - oe_runmake -C tools -} - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/maki-1.0.4ern/maki.patch b/opie-3rdparty/maki-1.0.4ern/maki.patch deleted file mode 100644 index 5fac6c5c95..0000000000 --- a/opie-3rdparty/maki-1.0.4ern/maki.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur maki_V1.0.4ern.orig/maki.desktop maki_V1.0.4ern/maki.desktop ---- maki_V1.0.4ern.orig/maki.desktop 2004-06-17 00:26:00.000000000 +0200 -+++ maki_V1.0.4ern/maki.desktop 2004-06-17 00:26:07.000000000 +0200 -@@ -2,7 +2,7 @@ - Comment=The Game Of Maki / The Same Game - Comment[de]=Das Maki Spiel / The Same Game - Exec=maki --Icon=Maki -+Icon=maki/Maki - Type=Application - Type[de]=Anwendung - Name=Maki diff --git a/opie-3rdparty/maki_1.0.4ern.oe b/opie-3rdparty/maki_1.0.4ern.oe deleted file mode 100644 index 94a7e6f3b1..0000000000 --- a/opie-3rdparty/maki_1.0.4ern.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Maki" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Henry So, Jr." -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Maki.html" - - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/maki_V1.0.4ern.tar.gz \ - file://maki.patch;patch=1" - -PV = "1.0.4ern" -S = "${WORKDIR}/maki_V${PV}" - -APPNAME = "maki" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/nmm-0.0.2/Makefile.patch b/opie-3rdparty/nmm-0.0.2/Makefile.patch deleted file mode 100644 index d5492e6cbb..0000000000 --- a/opie-3rdparty/nmm-0.0.2/Makefile.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -ur nmm_V0.0.2.orig/tools/Makefile nmm_V0.0.2/tools/Makefile ---- nmm_V0.0.2.orig/tools/Makefile 2004-06-16 21:11:26.000000000 +0200 -+++ nmm_V0.0.2/tools/Makefile 2004-06-16 21:11:43.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - -Nur in nmm_V0.0.2/tools: Makefile.nmm. diff --git a/opie-3rdparty/nmm-0.0.2/nmm.patch b/opie-3rdparty/nmm-0.0.2/nmm.patch deleted file mode 100644 index 53adcbf73a..0000000000 --- a/opie-3rdparty/nmm-0.0.2/nmm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur nmm_V0.0.2.orig/nmm.desktop nmm_V0.0.2/nmm.desktop ---- nmm_V0.0.2.orig/nmm.desktop 2004-06-17 00:28:23.000000000 +0200 -+++ nmm_V0.0.2/nmm.desktop 2004-06-17 00:28:32.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Nine Men's Morris - Name[de]=Mühle --Icon=nmm -+Icon=nmm/nmm - Exec=nmm - Comment=A classic board game. - Comment[de]=Ein klassisches Brettspiel. diff --git a/opie-3rdparty/nmm_0.0.2.oe b/opie-3rdparty/nmm_0.0.2.oe deleted file mode 100644 index 610feb5023..0000000000 --- a/opie-3rdparty/nmm_0.0.2.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Nime Mens Morris" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Dirk Farin, Port by Rober Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/nmm_V0.0.2.tar.gz \ - file://Makefile.patch;patch=1 \ - file://nmm.patch;patch=1" - -PV = "0.0.2" -S = "${WORKDIR}/nmm_V${PV}" - -APPNAME = "nmm" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - diff --git a/opie-3rdparty/pairs-1.1.1/pairs.patch b/opie-3rdparty/pairs-1.1.1/pairs.patch deleted file mode 100644 index 7cd744ba6a..0000000000 --- a/opie-3rdparty/pairs-1.1.1/pairs.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur pairs_V1.1.1.orig/pairs.desktop pairs_V1.1.1/pairs.desktop ---- pairs_V1.1.1.orig/pairs.desktop 2004-06-16 21:50:35.000000000 +0200 -+++ pairs_V1.1.1/pairs.desktop 2004-06-16 21:51:00.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Pairs - Name[de]=Pairs --Icon=Pairs -+Icon=pairs/Pairs - Exec=pairs - Comment=The Pairs game. Find two matching tiles to score a point. - Comment[de]=Das Pairs Spiel. Finde passende Kartenpaare. -diff -ur pairs_V1.1.1.orig/tools/Makefile pairs_V1.1.1/tools/Makefile ---- pairs_V1.1.1.orig/tools/Makefile 2004-06-16 21:50:35.000000000 +0200 -+++ pairs_V1.1.1/tools/Makefile 2004-06-16 21:51:13.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/pairs_1.1.1.oe b/opie-3rdparty/pairs_1.1.1.oe deleted file mode 100644 index fd40886eb4..0000000000 --- a/opie-3rdparty/pairs_1.1.1.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Pairs" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Rober Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Pairs.html" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/pairs_V1.1.1.tar.gz \ - file://pairs.patch;patch=1" - -PV = "1.1.1" -S = "${WORKDIR}/pairs_V${PV}" - -APPNAME = "pairs" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend() { - oe_runmake -C images -} - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - - -inherit opie - - diff --git a/opie-3rdparty/pdamaze-1.0.0/Makefile.patch b/opie-3rdparty/pdamaze-1.0.0/Makefile.patch deleted file mode 100644 index 2c42e37cd1..0000000000 --- a/opie-3rdparty/pdamaze-1.0.0/Makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur pdamaze_V1.0.0.orig/pdamaze.desktop pdamaze_V1.0.0/pdamaze.desktop ---- pdamaze_V1.0.0.orig/pdamaze.desktop 2004-06-16 21:33:08.000000000 +0200 -+++ pdamaze_V1.0.0/pdamaze.desktop 2004-06-16 21:33:19.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=PDA-Maze - Name[de]=PDA-Maze --Icon=pdamaze -+Icon=pdamaze/pdamaze - Exec=pdamaze - Comment=A rewrite of the C/Xlib game pdamaze. - Comment[de]=Finde aus einem Labyrinth heraus. -diff -ur pdamaze_V1.0.0.orig/tools/Makefile pdamaze_V1.0.0/tools/Makefile ---- pdamaze_V1.0.0.orig/tools/Makefile 2004-06-16 21:33:08.000000000 +0200 -+++ pdamaze_V1.0.0/tools/Makefile 2004-06-16 21:33:33.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/pdamaze_1.0.0.oe b/opie-3rdparty/pdamaze_1.0.0.oe deleted file mode 100644 index e2109219b3..0000000000 --- a/opie-3rdparty/pdamaze_1.0.0.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "PDA-Maze" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Bill Kendrick, Port by Rober Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/pdamaze_V1.0.0.tar.gz \ - file://Makefile.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/pdamaze_V${PV}" - -APPNAME = "pdamaze" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - - - diff --git a/opie-3rdparty/pipeman-1.0.0/pipe.patch b/opie-3rdparty/pipeman-1.0.0/pipe.patch deleted file mode 100644 index 346707e2fd..0000000000 --- a/opie-3rdparty/pipeman-1.0.0/pipe.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur pipeman_V1.0.0.orig/pipeman.desktop pipeman_V1.0.0/pipeman.desktop ---- pipeman_V1.0.0.orig/pipeman.desktop 2004-06-16 21:56:05.000000000 +0200 -+++ pipeman_V1.0.0/pipeman.desktop 2004-06-16 21:56:56.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Pipeman - Name[de]=Pipeman --Icon=pipeman -+Icon=pipeman/pipeman - Exec=pipeman - Comment=The Pipeman game. Put the pipe parts so that the water stays in the pipe. - Comment[de]=Lege die Rohrteile so, dass kein Wasser ausfliessen kann. -diff -ur pipeman_V1.0.0.orig/tools/Makefile pipeman_V1.0.0/tools/Makefile ---- pipeman_V1.0.0.orig/tools/Makefile 2004-06-16 21:56:05.000000000 +0200 -+++ pipeman_V1.0.0/tools/Makefile 2004-06-16 21:56:42.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/pipeman_1.0.0.oe b/opie-3rdparty/pipeman_1.0.0.oe deleted file mode 100644 index 6aea5bb326..0000000000 --- a/opie-3rdparty/pipeman_1.0.0.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Pipeman" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Rober Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/pipeman_V1.0.0.tar.gz \ - file://pipe.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/pipeman_V${PV}" - -APPNAME = "pipeman" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - diff --git a/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch b/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch deleted file mode 100644 index 82e8c350ab..0000000000 --- a/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch +++ /dev/null @@ -1,13 +0,0 @@ -Nur in qpealarmclock_V1.0.4: AlarmDetails.h~. -diff -ur qpealarmclock_V1.0.4.orig/qpealarmclock.desktop qpealarmclock_V1.0.4/qpealarmclock.desktop ---- qpealarmclock_V1.0.4.orig/qpealarmclock.desktop 2004-06-17 00:35:48.000000000 +0200 -+++ qpealarmclock_V1.0.4/qpealarmclock.desktop 2004-06-17 00:36:13.000000000 +0200 -@@ -3,7 +3,7 @@ - Comment[de]=Ein Wecker - Comment[ru]=㤨쭨 - Exec=qpealarmclock --Icon=QpeAlarmClock -+Icon=qpealarmclock/QpeAlarmClock - Name=Alarm Clock - Name[de]=Wecker - Type=Application diff --git a/opie-3rdparty/qpealarmclock_1.0.4.oe b/opie-3rdparty/qpealarmclock_1.0.4.oe deleted file mode 100644 index bf5e5ffd6c..0000000000 --- a/opie-3rdparty/qpealarmclock_1.0.4.oe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Alarm Clock" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Dafydd Walters" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-AlarmClock.html" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/qpealarmclock_V1.0.4.tar.gz \ - file://qpealarm.patch;patch=1 \ - file://fix-compile.patch;patch=1 " - -S = "${WORKDIR}/qpealarmclock_V${PV}" -PR = "r1" - -APPNAME = "qpealarmclock" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie diff --git a/opie-3rdparty/shisensho-1.0.0/shisen.patch b/opie-3rdparty/shisensho-1.0.0/shisen.patch deleted file mode 100644 index 24ef36eb09..0000000000 --- a/opie-3rdparty/shisensho-1.0.0/shisen.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur shisensho_V1.0.0.orig/shisensho.desktop shisensho_V1.0.0/shisensho.desktop ---- shisensho_V1.0.0.orig/shisensho.desktop 2004-06-16 22:12:27.000000000 +0200 -+++ shisensho_V1.0.0/shisensho.desktop 2004-06-16 22:12:36.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Shisen-Sho - Name[de]=Shisen-Sho --Icon=shisensho -+Icon=shisensho/shisensho - Exec=shisensho - Comment=The Shisen-Sho game ported from the KDE project - Comment[de}=Das Spiel Shisen-Sho vom KDE Projekt. -diff -ur shisensho_V1.0.0.orig/tools/Makefile shisensho_V1.0.0/tools/Makefile ---- shisensho_V1.0.0.orig/tools/Makefile 2004-06-16 22:12:27.000000000 +0200 -+++ shisensho_V1.0.0/tools/Makefile 2004-06-16 22:14:46.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/shisensho_1.0.0.oe b/opie-3rdparty/shisensho_1.0.0.oe deleted file mode 100644 index 3cd2f1b686..0000000000 --- a/opie-3rdparty/shisensho_1.0.0.oe +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Shisensho" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Mario Weilguni" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Shisen-Sho.html" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/shisensho_V1.0.0.tar.gz \ - file://shisen.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/shisensho_V${PV}" - -APPNAME = "shisensho" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - diff --git a/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch b/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch deleted file mode 100644 index 820dcec17c..0000000000 --- a/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur sokoban_V1.3.8ern.orig/sokoban.desktop sokoban_V1.3.8ern/sokoban.desktop ---- sokoban_V1.3.8ern.orig/sokoban.desktop 2004-06-16 22:20:31.000000000 +0200 -+++ sokoban_V1.3.8ern/sokoban.desktop 2004-06-16 22:21:19.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Sokoban - Name[de]=Sokoban --Icon=Sokoban -+Icon=sokoban/Sokoban - Exec=sokoban - Comment=The Sokoban game ported from KDE 3.0.2 - Comment[de]=Das Kistenschiebeprogramm von KDE -diff -ur sokoban_V1.3.8ern.orig/tools/Makefile sokoban_V1.3.8ern/tools/Makefile ---- sokoban_V1.3.8ern.orig/tools/Makefile 2004-06-16 22:20:31.000000000 +0200 -+++ sokoban_V1.3.8ern/tools/Makefile 2004-06-16 22:20:44.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - diff --git a/opie-3rdparty/sokoban_1.3.8ern.oe b/opie-3rdparty/sokoban_1.3.8ern.oe deleted file mode 100644 index e11094cc00..0000000000 --- a/opie-3rdparty/sokoban_1.3.8ern.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Pairs" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Sokoban.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/sokoban_V1.3.8ern.tar.gz \ - file://sokoban.patch;patch=1" - -PV = "1.3.8ern" -S = "${WORKDIR}/sokoban_V${PV}" - -APPNAME = "sokoban" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_compile_prepend() { - oe_runmake -C images - oe_runmake -C levels -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - -inherit opie - diff --git a/opie-3rdparty/timesleuth_1.0.5.oe b/opie-3rdparty/timesleuth_1.0.5.oe deleted file mode 100644 index b157398b41..0000000000 --- a/opie-3rdparty/timesleuth_1.0.5.oe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Time Sleuth" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Dafydd Walters" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html" -PR = "r1" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz " - -PV = "1.05ern" -S = "${WORKDIR}/timesleuth_V${PV}" - -APPNAME = "timesleuthqpe" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_install () { - install -d ${D}/${palmtopdir}/pics/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/ - -} - -inherit opie diff --git a/opie-3rdparty/tron-1.0.0/tron.patch b/opie-3rdparty/tron-1.0.0/tron.patch deleted file mode 100644 index f13c11101f..0000000000 --- a/opie-3rdparty/tron-1.0.0/tron.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur tron_V1.0.0.orig/tron.desktop tron_V1.0.0/tron.desktop ---- tron_V1.0.0.orig/tron.desktop 2004-06-16 22:43:33.000000000 +0200 -+++ tron_V1.0.0/tron.desktop 2004-06-16 22:43:40.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Tron - Name[de]=Tron --Icon=tron -+Icon=tron/tron - Exec=tron - Comment=The famous racing game known from the film Tron. - Comment[de]=Das bekannte Rennspiel aus dem Film Tron. diff --git a/opie-3rdparty/tron_1.0.0.oe b/opie-3rdparty/tron_1.0.0.oe deleted file mode 100644 index 13a0e0c345..0000000000 --- a/opie-3rdparty/tron_1.0.0.oe +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Tron" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Matthias Kiefer" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/tron_V1.0.0.tar.gz \ - file://tron.patch;patch=1" - -PV = "1.0.0" -S = "${WORKDIR}/tron_V${PV}" - -APPNAME = "tron" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - -} - - -inherit opie diff --git a/opie-3rdparty/win4-1.0.1/win4.patch b/opie-3rdparty/win4-1.0.1/win4.patch deleted file mode 100644 index 41b1310d8a..0000000000 --- a/opie-3rdparty/win4-1.0.1/win4.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur win4_V1.0.1.orig/tools/Makefile win4_V1.0.1/tools/Makefile ---- win4_V1.0.1.orig/tools/Makefile 2004-06-16 22:45:42.000000000 +0200 -+++ win4_V1.0.1/tools/Makefile 2004-06-16 22:45:54.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - -diff -ur win4_V1.0.1.orig/win4.desktop win4_V1.0.1/win4.desktop ---- win4_V1.0.1.orig/win4.desktop 2004-06-16 22:45:42.000000000 +0200 -+++ win4_V1.0.1/win4.desktop 2004-06-16 22:46:01.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Win4 - Name[de]=Win4 --Icon=win4 -+Icon=win4/win4 - Exec=win4 - Comment=Line up four coins to win. - Comment[de]=Bring vier Steine in eine Reihe. diff --git a/opie-3rdparty/win4_1.0.1.oe b/opie-3rdparty/win4_1.0.1.oe deleted file mode 100644 index 16ba29016e..0000000000 --- a/opie-3rdparty/win4_1.0.1.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "4 wins" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Win4.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/win4_V1.0.1.tar.gz \ - file://win4.patch;patch=1" - -PV = "1.0.1" -S = "${WORKDIR}/win4_V${PV}" - -APPNAME = "win4" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - - -inherit opie diff --git a/opie-3rdparty/ziq-1.1ern/ziq.patch b/opie-3rdparty/ziq-1.1ern/ziq.patch deleted file mode 100644 index 064f0ebb78..0000000000 --- a/opie-3rdparty/ziq-1.1ern/ziq.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur ziq_V1.1ern.orig/ziq.desktop ziq_V1.1ern/ziq.desktop ---- ziq_V1.1ern.orig/ziq.desktop 2004-06-16 22:48:46.000000000 +0200 -+++ ziq_V1.1ern/ziq.desktop 2004-06-16 22:50:46.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=zIQ - Name[de]=zIQ --Icon=ziq -+Icon=ziq/ziq - Exec=ziq - Comment=The IQ game. - Comment[de]=Das IQ Spiel (Steckhalma) diff --git a/opie-3rdparty/ziq_1.1ern.oe b/opie-3rdparty/ziq_1.1ern.oe deleted file mode 100644 index 630d603bd2..0000000000 --- a/opie-3rdparty/ziq_1.1ern.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "ZIQ" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Bill Wetter" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZIQ.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/ziq_V1.1ern.tar.gz \ - file://ziq.patch;patch=1" - -PV = "1.1ern" -S = "${WORKDIR}/ziq_V${PV}" - - -APPNAME = "ziq" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - - -inherit opie diff --git a/opie-3rdparty/zrev7-1.0.1/zrev.patch b/opie-3rdparty/zrev7-1.0.1/zrev.patch deleted file mode 100644 index 3adc14e9cb..0000000000 --- a/opie-3rdparty/zrev7-1.0.1/zrev.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ur zrev7_V1.0.1.orig/tools/Makefile zrev7_V1.0.1/tools/Makefile ---- zrev7_V1.0.1.orig/tools/Makefile 2004-06-16 22:07:19.000000000 +0200 -+++ zrev7_V1.0.1/tools/Makefile 2004-06-16 22:07:29.000000000 +0200 -@@ -1,3 +1,3 @@ - bin2c: -- gcc -O2 -Wall -o bin2c bin2c.c -+ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c - -diff -ur zrev7_V1.0.1.orig/zrev7.desktop zrev7_V1.0.1/zrev7.desktop ---- zrev7_V1.0.1.orig/zrev7.desktop 2004-06-16 22:07:19.000000000 +0200 -+++ zrev7_V1.0.1/zrev7.desktop 2004-06-16 22:07:41.000000000 +0200 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=ZRev7 - Name[de]=ZRev7 --Icon=zrev7 -+Icon=zrev7/zrev7 - Exec=zrev7 - Comment=A port of the KDE game kreversi. - Comment[de]=Die Zaurus version vom KDE-Spiel kreversi. diff --git a/opie-3rdparty/zrev7_1.0.1.oe b/opie-3rdparty/zrev7_1.0.1.oe deleted file mode 100644 index d0a107bc7b..0000000000 --- a/opie-3rdparty/zrev7_1.0.1.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Reversi" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Mario Weilguni" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/zrev7_V1.0.1.tar.gz \ - file://zrev.patch;patch=1" - -PV = "1.0.1" -S = "${WORKDIR}/zrev7_V${PV}" - -APPNAME = "zrev7" -APPTYPE = "binary" - - - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - - -inherit opie diff --git a/opie-3rdparty/zsubhunt_1.0.0ern.oe b/opie-3rdparty/zsubhunt_1.0.0ern.oe deleted file mode 100644 index 6ac901c12b..0000000000 --- a/opie-3rdparty/zsubhunt_1.0.0ern.oe +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Sub Marine Hunt" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Kart Bartel, Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZSubhunt.html" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/zsubhunt_V1.0.0ern.tar.gz " - -PV = "1.0.0ern" -S = "${WORKDIR}/zsubhunt_V${PV}" - - -APPNAME = "zsubhunt" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/pics/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - - -inherit opie diff --git a/opie-3rdparty/ztappy_0.9.3ern.oe b/opie-3rdparty/ztappy_0.9.3ern.oe deleted file mode 100644 index 512dce763f..0000000000 --- a/opie-3rdparty/ztappy_0.9.3ern.oe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "ZTappy" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -AUTHOR = "Kart Bartel, Robert Ernst" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZTappy.html" - - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/ztappy_V0.9.3ern.tar.gz " - -PV = "0.9.3ern" -S = "${WORKDIR}/ztappy_V${PV}" - - -APPNAME = "ztappy" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -do_install () { - install -d ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/pics/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}/${palmtopdir}/apps/Games -} - -inherit opie diff --git a/opie-3rdparty/hexatrolic_1.0beta3.oe b/qpe-games/aliens-qt-1.0.0/Makefile.patch index e69de29bb2..e69de29bb2 100644 --- a/opie-3rdparty/hexatrolic_1.0beta3.oe +++ b/qpe-games/aliens-qt-1.0.0/Makefile.patch diff --git a/opie-3rdparty/labyrinth_0.7.oe b/qpe-games/aliens-qt-1.0.0/aliens.patch index e69de29bb2..e69de29bb2 100644 --- a/opie-3rdparty/labyrinth_0.7.oe +++ b/qpe-games/aliens-qt-1.0.0/aliens.patch diff --git a/opie-3rdparty/qpealarmclock-1.0.4/fix-compile.patch b/qpe-games/aliens-qt_1.0.0.oe index e69de29bb2..e69de29bb2 100644 --- a/opie-3rdparty/qpealarmclock-1.0.4/fix-compile.patch +++ b/qpe-games/aliens-qt_1.0.0.oe diff --git a/qpe-games/atomic-1.0.1/Makefile.patch b/qpe-games/atomic-1.0.1/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/atomic-1.0.1/Makefile.patch diff --git a/qpe-games/atomic-1.0.1/atomic.patch b/qpe-games/atomic-1.0.1/atomic.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/atomic-1.0.1/atomic.patch diff --git a/qpe-games/atomic_1.0.1.oe b/qpe-games/atomic_1.0.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/atomic_1.0.1.oe diff --git a/qpe-games/checkers-1.0.5ern/checkers.patch b/qpe-games/checkers-1.0.5ern/checkers.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/checkers-1.0.5ern/checkers.patch diff --git a/qpe-games/checkers_1.0.5ern.oe b/qpe-games/checkers_1.0.5ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/checkers_1.0.5ern.oe diff --git a/qpe-games/crossword-0.0.3/crossword.patch b/qpe-games/crossword-0.0.3/crossword.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/crossword-0.0.3/crossword.patch diff --git a/qpe-games/crossword_0.0.3.oe b/qpe-games/crossword_0.0.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/crossword_0.0.3.oe diff --git a/qpe-games/fish-1.1.0/Makefile.patch b/qpe-games/fish-1.1.0/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/fish-1.1.0/Makefile.patch diff --git a/qpe-games/fish-1.1.0/fish.patch b/qpe-games/fish-1.1.0/fish.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/fish-1.1.0/fish.patch diff --git a/qpe-games/fish_1.1.0.oe b/qpe-games/fish_1.1.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/fish_1.1.0.oe diff --git a/qpe-games/glider-1.0.0/Makefile.patch b/qpe-games/glider-1.0.0/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/glider-1.0.0/Makefile.patch diff --git a/qpe-games/glider-1.0.0/glider.patch b/qpe-games/glider-1.0.0/glider.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/glider-1.0.0/glider.patch diff --git a/qpe-games/glider_1.0.0.oe b/qpe-games/glider_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/glider_1.0.0.oe diff --git a/qpe-games/hexatrolic_1.0beta3.oe b/qpe-games/hexatrolic_1.0beta3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/hexatrolic_1.0beta3.oe diff --git a/qpe-games/icebloxx-1.0.0/Makefile.patch b/qpe-games/icebloxx-1.0.0/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/icebloxx-1.0.0/Makefile.patch diff --git a/qpe-games/icebloxx-1.0.0/icebloxx.patch b/qpe-games/icebloxx-1.0.0/icebloxx.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/icebloxx-1.0.0/icebloxx.patch diff --git a/qpe-games/icebloxx_1.0.0.oe b/qpe-games/icebloxx_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/icebloxx_1.0.0.oe diff --git a/qpe-games/labyrinth_0.7.oe b/qpe-games/labyrinth_0.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/labyrinth_0.7.oe diff --git a/qpe-games/mahjongg-1.0.0/Makefile.patch b/qpe-games/mahjongg-1.0.0/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/mahjongg-1.0.0/Makefile.patch diff --git a/qpe-games/mahjongg-1.0.0/mahjongg.patch b/qpe-games/mahjongg-1.0.0/mahjongg.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/mahjongg-1.0.0/mahjongg.patch diff --git a/qpe-games/mahjongg_1.0.0.oe b/qpe-games/mahjongg_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/mahjongg_1.0.0.oe diff --git a/qpe-games/maki-1.0.4ern/maki.patch b/qpe-games/maki-1.0.4ern/maki.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/maki-1.0.4ern/maki.patch diff --git a/qpe-games/maki_1.0.4ern.oe b/qpe-games/maki_1.0.4ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/maki_1.0.4ern.oe diff --git a/qpe-games/nmm-0.0.2/Makefile.patch b/qpe-games/nmm-0.0.2/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/nmm-0.0.2/Makefile.patch diff --git a/qpe-games/nmm-0.0.2/nmm.patch b/qpe-games/nmm-0.0.2/nmm.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/nmm-0.0.2/nmm.patch diff --git a/qpe-games/nmm_0.0.2.oe b/qpe-games/nmm_0.0.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/nmm_0.0.2.oe diff --git a/qpe-games/pairs-1.1.1/pairs.patch b/qpe-games/pairs-1.1.1/pairs.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pairs-1.1.1/pairs.patch diff --git a/qpe-games/pairs_1.1.1.oe b/qpe-games/pairs_1.1.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pairs_1.1.1.oe diff --git a/qpe-games/pdamaze-1.0.0/Makefile.patch b/qpe-games/pdamaze-1.0.0/Makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pdamaze-1.0.0/Makefile.patch diff --git a/qpe-games/pdamaze_1.0.0.oe b/qpe-games/pdamaze_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pdamaze_1.0.0.oe diff --git a/qpe-games/pipeman-1.0.0/pipe.patch b/qpe-games/pipeman-1.0.0/pipe.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pipeman-1.0.0/pipe.patch diff --git a/qpe-games/pipeman_1.0.0.oe b/qpe-games/pipeman_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/pipeman_1.0.0.oe diff --git a/qpe-games/shisensho-1.0.0/shisen.patch b/qpe-games/shisensho-1.0.0/shisen.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/shisensho-1.0.0/shisen.patch diff --git a/qpe-games/shisensho_1.0.0.oe b/qpe-games/shisensho_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/shisensho_1.0.0.oe diff --git a/qpe-games/sokoban-1.3.8ern/sokoban.patch b/qpe-games/sokoban-1.3.8ern/sokoban.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/sokoban-1.3.8ern/sokoban.patch diff --git a/qpe-games/sokoban_1.3.8ern.oe b/qpe-games/sokoban_1.3.8ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/sokoban_1.3.8ern.oe diff --git a/qpe-games/timesleuth_1.0.5.oe b/qpe-games/timesleuth_1.0.5.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/timesleuth_1.0.5.oe diff --git a/qpe-games/tron-1.0.0/tron.patch b/qpe-games/tron-1.0.0/tron.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/tron-1.0.0/tron.patch diff --git a/qpe-games/tron_1.0.0.oe b/qpe-games/tron_1.0.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/tron_1.0.0.oe diff --git a/qpe-games/win4-1.0.1/win4.patch b/qpe-games/win4-1.0.1/win4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/win4-1.0.1/win4.patch diff --git a/qpe-games/win4_1.0.1.oe b/qpe-games/win4_1.0.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/win4_1.0.1.oe diff --git a/qpe-games/ziq-1.1ern/ziq.patch b/qpe-games/ziq-1.1ern/ziq.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/ziq-1.1ern/ziq.patch diff --git a/qpe-games/ziq_1.1ern.oe b/qpe-games/ziq_1.1ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/ziq_1.1ern.oe diff --git a/qpe-games/zrev7-1.0.1/zrev.patch b/qpe-games/zrev7-1.0.1/zrev.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/zrev7-1.0.1/zrev.patch diff --git a/qpe-games/zrev7_1.0.1.oe b/qpe-games/zrev7_1.0.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/zrev7_1.0.1.oe diff --git a/qpe-games/zsubhunt_1.0.0ern.oe b/qpe-games/zsubhunt_1.0.0ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/zsubhunt_1.0.0ern.oe diff --git a/qpe-games/ztappy_0.9.3ern.oe b/qpe-games/ztappy_0.9.3ern.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpe-games/ztappy_0.9.3ern.oe diff --git a/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch b/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch diff --git a/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch b/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch diff --git a/qpealarmclock/qpealarmclock_1.0.4.oe b/qpealarmclock/qpealarmclock_1.0.4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpealarmclock/qpealarmclock_1.0.4.oe |