diff options
Diffstat (limited to 'packages/qpe-games')
49 files changed, 0 insertions, 1040 deletions
diff --git a/packages/qpe-games/aliens-qt-1.0.0/Makefile.patch b/packages/qpe-games/aliens-qt-1.0.0/Makefile.patch deleted file mode 100644 index d8b743b231..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/aliens-qt-1.0.0/aliens.patch b/packages/qpe-games/aliens-qt-1.0.0/aliens.patch deleted file mode 100644 index ef3ec08abc..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/aliens-qt_1.0.0.bb b/packages/qpe-games/aliens-qt_1.0.0.bb deleted file mode 100644 index 77099bfe15..0000000000 --- a/packages/qpe-games/aliens-qt_1.0.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Alien ShootOut" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/atomic-1.0.1/Makefile.patch b/packages/qpe-games/atomic-1.0.1/Makefile.patch deleted file mode 100644 index 76d4e6268f..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/atomic-1.0.1/atomic.patch b/packages/qpe-games/atomic-1.0.1/atomic.patch deleted file mode 100644 index 4a2cac48f9..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/atomic_1.0.1.bb b/packages/qpe-games/atomic_1.0.1.bb deleted file mode 100644 index 33e8aa2dff..0000000000 --- a/packages/qpe-games/atomic_1.0.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Atomic" -SECTION = "opie/games" -PRIORITY = "optional" - -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/packages/qpe-games/checkers-1.0.5ern/checkers.patch b/packages/qpe-games/checkers-1.0.5ern/checkers.patch deleted file mode 100644 index 47e57aab6c..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/checkers_1.0.5ern.bb b/packages/qpe-games/checkers_1.0.5ern.bb deleted file mode 100644 index c01b10b206..0000000000 --- a/packages/qpe-games/checkers_1.0.5ern.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Checkers" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/crossword-0.0.3/crossword.patch b/packages/qpe-games/crossword-0.0.3/crossword.patch deleted file mode 100644 index ce466a9927..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/crossword_0.0.3.bb b/packages/qpe-games/crossword_0.0.3.bb deleted file mode 100644 index 3301009cc8..0000000000 --- a/packages/qpe-games/crossword_0.0.3.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Checkers" -SECTION = "opie/games" -PRIORITY = "optional" -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" - -PR = "r1" - -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 || printf "application/crossword\t\tpuz tpz\n" >> $MIMEFILE -} - -inherit opie diff --git a/packages/qpe-games/fish-1.1.0/Makefile.patch b/packages/qpe-games/fish-1.1.0/Makefile.patch deleted file mode 100644 index c7a08e1aa7..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/fish-1.1.0/fish.patch b/packages/qpe-games/fish-1.1.0/fish.patch deleted file mode 100644 index c0e4e5797e..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/fish_1.1.0.bb b/packages/qpe-games/fish_1.1.0.bb deleted file mode 100644 index e2d4083510..0000000000 --- a/packages/qpe-games/fish_1.1.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Fish Amusement" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/glider-1.0.0/Makefile.patch b/packages/qpe-games/glider-1.0.0/Makefile.patch deleted file mode 100644 index 72a566910f..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/glider-1.0.0/glider.patch b/packages/qpe-games/glider-1.0.0/glider.patch deleted file mode 100644 index a82a0f53ea..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/glider_1.0.0.bb b/packages/qpe-games/glider_1.0.0.bb deleted file mode 100644 index 681d5abb43..0000000000 --- a/packages/qpe-games/glider_1.0.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Glider" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/hexatrolic_1.0beta3.bb b/packages/qpe-games/hexatrolic_1.0beta3.bb deleted file mode 100644 index e0ca1a4084..0000000000 --- a/packages/qpe-games/hexatrolic_1.0beta3.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Hexatrolic a Ball Game" -SECTION = "opie/games" -PRIORITY = "optional" -LICENSE = "GPL" -AUTHOR = "Helge Plehn" -HOMEPAGE = "http://hexatrolic.i-networx.de/" -APPNAME = "hexatrolic" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/hexatrolic-103beta3-zecke1.tar.bz2" - -S = "${WORKDIR}/${APPNAME}" - - - -do_install () { - install -d ${D}${palmtopdir}/apps/Games/ - 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/packages/qpe-games/icebloxx-1.0.0/Makefile.patch b/packages/qpe-games/icebloxx-1.0.0/Makefile.patch deleted file mode 100644 index 5d3eed0fd1..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/icebloxx-1.0.0/icebloxx.patch b/packages/qpe-games/icebloxx-1.0.0/icebloxx.patch deleted file mode 100644 index 69e8bbc46d..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/icebloxx_1.0.0.bb b/packages/qpe-games/icebloxx_1.0.0.bb deleted file mode 100644 index 64706ab56f..0000000000 --- a/packages/qpe-games/icebloxx_1.0.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "IceBloxx" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/labyrinth_0.7.bb b/packages/qpe-games/labyrinth_0.7.bb deleted file mode 100644 index 0a43be2795..0000000000 --- a/packages/qpe-games/labyrinth_0.7.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "A traditional (german?) boardgame" -SECTION = "opie/games" -PRIORITY = "optional" -LICENSE = "GPL" -AUTHOR = "Helge Plehn" -HOMEPAGE = "http://hexatrolic.i-networx.de/" -APPNAME = "labyrinth" - - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/labyrinth-0.7-zecke1.tar.gz" - -S = "${WORKDIR}/${APPNAME}" - -do_install () { - install -d ${D}${palmtopdir}/apps/Games/ - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -d ${D}${palmtopdir}/share/games/${APPNAME}/ - - install -m 0644 ${S}/pics/*.png ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games - install -m 0644 ${S}/labyrinth.record ${D}${palmtopdir}/share/games/${APPNAME}/ -} - - -inherit opie diff --git a/packages/qpe-games/mahjongg-1.0.0/Makefile.patch b/packages/qpe-games/mahjongg-1.0.0/Makefile.patch deleted file mode 100644 index 3ae1ff9f98..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/mahjongg-1.0.0/mahjongg.patch b/packages/qpe-games/mahjongg-1.0.0/mahjongg.patch deleted file mode 100644 index e189f8bb7d..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/mahjongg_1.0.0.bb b/packages/qpe-games/mahjongg_1.0.0.bb deleted file mode 100644 index 869721dfa5..0000000000 --- a/packages/qpe-games/mahjongg_1.0.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Mahjongg" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/maki-1.0.4ern/maki.patch b/packages/qpe-games/maki-1.0.4ern/maki.patch deleted file mode 100644 index 5fac6c5c95..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/maki_1.0.4ern.bb b/packages/qpe-games/maki_1.0.4ern.bb deleted file mode 100644 index da14c23548..0000000000 --- a/packages/qpe-games/maki_1.0.4ern.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Maki" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/nmm-0.0.2/Makefile.patch b/packages/qpe-games/nmm-0.0.2/Makefile.patch deleted file mode 100644 index d5492e6cbb..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/nmm-0.0.2/nmm.patch b/packages/qpe-games/nmm-0.0.2/nmm.patch deleted file mode 100644 index 53adcbf73a..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/nmm_0.0.2.bb b/packages/qpe-games/nmm_0.0.2.bb deleted file mode 100644 index 72f89a97eb..0000000000 --- a/packages/qpe-games/nmm_0.0.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Nime Mens Morris" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/pairs-1.1.1/pairs.patch b/packages/qpe-games/pairs-1.1.1/pairs.patch deleted file mode 100644 index 7cd744ba6a..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/pairs_1.1.1.bb b/packages/qpe-games/pairs_1.1.1.bb deleted file mode 100644 index 22a248b346..0000000000 --- a/packages/qpe-games/pairs_1.1.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Pairs" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/pdamaze-1.0.0/Makefile.patch b/packages/qpe-games/pdamaze-1.0.0/Makefile.patch deleted file mode 100644 index 2c42e37cd1..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/pdamaze_1.0.0.bb b/packages/qpe-games/pdamaze_1.0.0.bb deleted file mode 100644 index 8e4443946d..0000000000 --- a/packages/qpe-games/pdamaze_1.0.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "PDA-Maze" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/pipeman-1.0.0/pipe.patch b/packages/qpe-games/pipeman-1.0.0/pipe.patch deleted file mode 100644 index 346707e2fd..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/pipeman_1.0.0.bb b/packages/qpe-games/pipeman_1.0.0.bb deleted file mode 100644 index 61fa122f67..0000000000 --- a/packages/qpe-games/pipeman_1.0.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Pipeman" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/shisensho-1.0.0/shisen.patch b/packages/qpe-games/shisensho-1.0.0/shisen.patch deleted file mode 100644 index 24ef36eb09..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/shisensho_1.0.0.bb b/packages/qpe-games/shisensho_1.0.0.bb deleted file mode 100644 index a72d3d8444..0000000000 --- a/packages/qpe-games/shisensho_1.0.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Shisensho" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/sokoban-1.3.8ern/sokoban.patch b/packages/qpe-games/sokoban-1.3.8ern/sokoban.patch deleted file mode 100644 index 820dcec17c..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/sokoban_1.3.8ern.bb b/packages/qpe-games/sokoban_1.3.8ern.bb deleted file mode 100644 index b284ca23f4..0000000000 --- a/packages/qpe-games/sokoban_1.3.8ern.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Pairs" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/tron-1.0.0/tron.patch b/packages/qpe-games/tron-1.0.0/tron.patch deleted file mode 100644 index f13c11101f..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/tron_1.0.0.bb b/packages/qpe-games/tron_1.0.0.bb deleted file mode 100644 index 3f0ac867ad..0000000000 --- a/packages/qpe-games/tron_1.0.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Tron" -SECTION = "opie/games" -PRIORITY = "optional" -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/packages/qpe-games/win4-1.0.1/win4.patch b/packages/qpe-games/win4-1.0.1/win4.patch deleted file mode 100644 index 41b1310d8a..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/win4_1.0.1.bb b/packages/qpe-games/win4_1.0.1.bb deleted file mode 100644 index 9813b33435..0000000000 --- a/packages/qpe-games/win4_1.0.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "4 wins" -SECTION = "opie/games" -PRIORITY = "optional" -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}/apps/Games/ - 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/packages/qpe-games/ziq-1.1ern/ziq.patch b/packages/qpe-games/ziq-1.1ern/ziq.patch deleted file mode 100644 index 064f0ebb78..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/ziq_1.1ern.bb b/packages/qpe-games/ziq_1.1ern.bb deleted file mode 100644 index f51805f1d8..0000000000 --- a/packages/qpe-games/ziq_1.1ern.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "ZIQ" -SECTION = "opie/games" -PRIORITY = "optional" -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" -PR = "r1" -S = "${WORKDIR}/ziq_V${PV}" - - -APPNAME = "ziq" -APPTYPE = "binary" -APPDESKTOP = "${S}" - - -do_install () { - install -d ${D}${palmtopdir}/apps/Games/ - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -d ${D}${palmtopdir}/apps/Games - install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games -} - - -inherit opie diff --git a/packages/qpe-games/zrev7-1.0.1/zrev.patch b/packages/qpe-games/zrev7-1.0.1/zrev.patch deleted file mode 100644 index 3adc14e9cb..0000000000 --- a/packages/qpe-games/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/packages/qpe-games/zrev7_1.0.1.bb b/packages/qpe-games/zrev7_1.0.1.bb deleted file mode 100644 index 3a2b3c5e46..0000000000 --- a/packages/qpe-games/zrev7_1.0.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Reversi" -SECTION = "opie/games" -PRIORITY = "optional" -LICENSE = "GPL" -AUTHOR = "Mario Weilguni" -HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html" -PR = "r1" - -SRC_URI = "http://handhelds.org/~zecke/oe_packages/zrev7_V1.0.1.tar.gz \ - file://zrev.patch;patch=1" -S = "${WORKDIR}/zrev7_V${PV}" - -APPNAME = "zrev7" -APPTYPE = "binary" -APPDESKTOP = "${S}" - -inherit opie - -do_compile_prepend() { - oe_runmake -C images -} - -do_install () { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ -} diff --git a/packages/qpe-games/zsubhunt_1.0.0ern.bb b/packages/qpe-games/zsubhunt_1.0.0ern.bb deleted file mode 100644 index 0a52c0017a..0000000000 --- a/packages/qpe-games/zsubhunt_1.0.0ern.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Sub Marine Hunt" -SECTION = "opie/games" -PRIORITY = "optional" -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}/apps/Games/ - 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/packages/qpe-games/ztappy_0.9.3ern.bb b/packages/qpe-games/ztappy_0.9.3ern.bb deleted file mode 100644 index d64a17a7cb..0000000000 --- a/packages/qpe-games/ztappy_0.9.3ern.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "ZTappy" -SECTION = "opie/games" -PRIORITY = "optional" -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}/apps/Games/ - 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 |