diff options
Diffstat (limited to 'recipes/qpe-games')
49 files changed, 1040 insertions, 0 deletions
diff --git a/recipes/qpe-games/aliens-qt-1.0.0/Makefile.patch b/recipes/qpe-games/aliens-qt-1.0.0/Makefile.patch new file mode 100644 index 0000000000..d8b743b231 --- /dev/null +++ b/recipes/qpe-games/aliens-qt-1.0.0/Makefile.patch @@ -0,0 +1,9 @@ +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/recipes/qpe-games/aliens-qt-1.0.0/aliens.patch b/recipes/qpe-games/aliens-qt-1.0.0/aliens.patch new file mode 100644 index 0000000000..ef3ec08abc --- /dev/null +++ b/recipes/qpe-games/aliens-qt-1.0.0/aliens.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/aliens-qt_1.0.0.bb b/recipes/qpe-games/aliens-qt_1.0.0.bb new file mode 100644 index 0000000000..77099bfe15 --- /dev/null +++ b/recipes/qpe-games/aliens-qt_1.0.0.bb @@ -0,0 +1,31 @@ +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/recipes/qpe-games/atomic-1.0.1/Makefile.patch b/recipes/qpe-games/atomic-1.0.1/Makefile.patch new file mode 100644 index 0000000000..76d4e6268f --- /dev/null +++ b/recipes/qpe-games/atomic-1.0.1/Makefile.patch @@ -0,0 +1,14 @@ +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/recipes/qpe-games/atomic-1.0.1/atomic.patch b/recipes/qpe-games/atomic-1.0.1/atomic.patch new file mode 100644 index 0000000000..4a2cac48f9 --- /dev/null +++ b/recipes/qpe-games/atomic-1.0.1/atomic.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/atomic_1.0.1.bb b/recipes/qpe-games/atomic_1.0.1.bb new file mode 100644 index 0000000000..33e8aa2dff --- /dev/null +++ b/recipes/qpe-games/atomic_1.0.1.bb @@ -0,0 +1,35 @@ +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/recipes/qpe-games/checkers-1.0.5ern/checkers.patch b/recipes/qpe-games/checkers-1.0.5ern/checkers.patch new file mode 100644 index 0000000000..47e57aab6c --- /dev/null +++ b/recipes/qpe-games/checkers-1.0.5ern/checkers.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/checkers_1.0.5ern.bb b/recipes/qpe-games/checkers_1.0.5ern.bb new file mode 100644 index 0000000000..c01b10b206 --- /dev/null +++ b/recipes/qpe-games/checkers_1.0.5ern.bb @@ -0,0 +1,26 @@ +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/recipes/qpe-games/crossword-0.0.3/crossword.patch b/recipes/qpe-games/crossword-0.0.3/crossword.patch new file mode 100644 index 0000000000..ce466a9927 --- /dev/null +++ b/recipes/qpe-games/crossword-0.0.3/crossword.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/crossword_0.0.3.bb b/recipes/qpe-games/crossword_0.0.3.bb new file mode 100644 index 0000000000..3301009cc8 --- /dev/null +++ b/recipes/qpe-games/crossword_0.0.3.bb @@ -0,0 +1,34 @@ +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/recipes/qpe-games/fish-1.1.0/Makefile.patch b/recipes/qpe-games/fish-1.1.0/Makefile.patch new file mode 100644 index 0000000000..c7a08e1aa7 --- /dev/null +++ b/recipes/qpe-games/fish-1.1.0/Makefile.patch @@ -0,0 +1,8 @@ +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/recipes/qpe-games/fish-1.1.0/fish.patch b/recipes/qpe-games/fish-1.1.0/fish.patch new file mode 100644 index 0000000000..c0e4e5797e --- /dev/null +++ b/recipes/qpe-games/fish-1.1.0/fish.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/fish_1.1.0.bb b/recipes/qpe-games/fish_1.1.0.bb new file mode 100644 index 0000000000..e2d4083510 --- /dev/null +++ b/recipes/qpe-games/fish_1.1.0.bb @@ -0,0 +1,32 @@ +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/recipes/qpe-games/glider-1.0.0/Makefile.patch b/recipes/qpe-games/glider-1.0.0/Makefile.patch new file mode 100644 index 0000000000..72a566910f --- /dev/null +++ b/recipes/qpe-games/glider-1.0.0/Makefile.patch @@ -0,0 +1,8 @@ +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/recipes/qpe-games/glider-1.0.0/glider.patch b/recipes/qpe-games/glider-1.0.0/glider.patch new file mode 100644 index 0000000000..a82a0f53ea --- /dev/null +++ b/recipes/qpe-games/glider-1.0.0/glider.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/glider_1.0.0.bb b/recipes/qpe-games/glider_1.0.0.bb new file mode 100644 index 0000000000..681d5abb43 --- /dev/null +++ b/recipes/qpe-games/glider_1.0.0.bb @@ -0,0 +1,30 @@ +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/recipes/qpe-games/hexatrolic_1.0beta3.bb b/recipes/qpe-games/hexatrolic_1.0beta3.bb new file mode 100644 index 0000000000..e0ca1a4084 --- /dev/null +++ b/recipes/qpe-games/hexatrolic_1.0beta3.bb @@ -0,0 +1,24 @@ +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/recipes/qpe-games/icebloxx-1.0.0/Makefile.patch b/recipes/qpe-games/icebloxx-1.0.0/Makefile.patch new file mode 100644 index 0000000000..5d3eed0fd1 --- /dev/null +++ b/recipes/qpe-games/icebloxx-1.0.0/Makefile.patch @@ -0,0 +1,8 @@ +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/recipes/qpe-games/icebloxx-1.0.0/icebloxx.patch b/recipes/qpe-games/icebloxx-1.0.0/icebloxx.patch new file mode 100644 index 0000000000..69e8bbc46d --- /dev/null +++ b/recipes/qpe-games/icebloxx-1.0.0/icebloxx.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/icebloxx_1.0.0.bb b/recipes/qpe-games/icebloxx_1.0.0.bb new file mode 100644 index 0000000000..64706ab56f --- /dev/null +++ b/recipes/qpe-games/icebloxx_1.0.0.bb @@ -0,0 +1,30 @@ +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/recipes/qpe-games/labyrinth_0.7.bb b/recipes/qpe-games/labyrinth_0.7.bb new file mode 100644 index 0000000000..0a43be2795 --- /dev/null +++ b/recipes/qpe-games/labyrinth_0.7.bb @@ -0,0 +1,25 @@ +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/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch b/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch new file mode 100644 index 0000000000..3ae1ff9f98 --- /dev/null +++ b/recipes/qpe-games/mahjongg-1.0.0/Makefile.patch @@ -0,0 +1,14 @@ +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/recipes/qpe-games/mahjongg-1.0.0/mahjongg.patch b/recipes/qpe-games/mahjongg-1.0.0/mahjongg.patch new file mode 100644 index 0000000000..e189f8bb7d --- /dev/null +++ b/recipes/qpe-games/mahjongg-1.0.0/mahjongg.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/mahjongg_1.0.0.bb b/recipes/qpe-games/mahjongg_1.0.0.bb new file mode 100644 index 0000000000..869721dfa5 --- /dev/null +++ b/recipes/qpe-games/mahjongg_1.0.0.bb @@ -0,0 +1,35 @@ +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/recipes/qpe-games/maki-1.0.4ern/maki.patch b/recipes/qpe-games/maki-1.0.4ern/maki.patch new file mode 100644 index 0000000000..5fac6c5c95 --- /dev/null +++ b/recipes/qpe-games/maki-1.0.4ern/maki.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/maki_1.0.4ern.bb b/recipes/qpe-games/maki_1.0.4ern.bb new file mode 100644 index 0000000000..da14c23548 --- /dev/null +++ b/recipes/qpe-games/maki_1.0.4ern.bb @@ -0,0 +1,26 @@ +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/recipes/qpe-games/nmm-0.0.2/Makefile.patch b/recipes/qpe-games/nmm-0.0.2/Makefile.patch new file mode 100644 index 0000000000..d5492e6cbb --- /dev/null +++ b/recipes/qpe-games/nmm-0.0.2/Makefile.patch @@ -0,0 +1,9 @@ +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/recipes/qpe-games/nmm-0.0.2/nmm.patch b/recipes/qpe-games/nmm-0.0.2/nmm.patch new file mode 100644 index 0000000000..53adcbf73a --- /dev/null +++ b/recipes/qpe-games/nmm-0.0.2/nmm.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/nmm_0.0.2.bb b/recipes/qpe-games/nmm_0.0.2.bb new file mode 100644 index 0000000000..72f89a97eb --- /dev/null +++ b/recipes/qpe-games/nmm_0.0.2.bb @@ -0,0 +1,31 @@ +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/recipes/qpe-games/pairs-1.1.1/pairs.patch b/recipes/qpe-games/pairs-1.1.1/pairs.patch new file mode 100644 index 0000000000..7cd744ba6a --- /dev/null +++ b/recipes/qpe-games/pairs-1.1.1/pairs.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/pairs_1.1.1.bb b/recipes/qpe-games/pairs_1.1.1.bb new file mode 100644 index 0000000000..22a248b346 --- /dev/null +++ b/recipes/qpe-games/pairs_1.1.1.bb @@ -0,0 +1,32 @@ +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/recipes/qpe-games/pdamaze-1.0.0/Makefile.patch b/recipes/qpe-games/pdamaze-1.0.0/Makefile.patch new file mode 100644 index 0000000000..2c42e37cd1 --- /dev/null +++ b/recipes/qpe-games/pdamaze-1.0.0/Makefile.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/pdamaze_1.0.0.bb b/recipes/qpe-games/pdamaze_1.0.0.bb new file mode 100644 index 0000000000..8e4443946d --- /dev/null +++ b/recipes/qpe-games/pdamaze_1.0.0.bb @@ -0,0 +1,32 @@ +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/recipes/qpe-games/pipeman-1.0.0/pipe.patch b/recipes/qpe-games/pipeman-1.0.0/pipe.patch new file mode 100644 index 0000000000..346707e2fd --- /dev/null +++ b/recipes/qpe-games/pipeman-1.0.0/pipe.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/pipeman_1.0.0.bb b/recipes/qpe-games/pipeman_1.0.0.bb new file mode 100644 index 0000000000..61fa122f67 --- /dev/null +++ b/recipes/qpe-games/pipeman_1.0.0.bb @@ -0,0 +1,31 @@ +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/recipes/qpe-games/shisensho-1.0.0/shisen.patch b/recipes/qpe-games/shisensho-1.0.0/shisen.patch new file mode 100644 index 0000000000..24ef36eb09 --- /dev/null +++ b/recipes/qpe-games/shisensho-1.0.0/shisen.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/shisensho_1.0.0.bb b/recipes/qpe-games/shisensho_1.0.0.bb new file mode 100644 index 0000000000..a72d3d8444 --- /dev/null +++ b/recipes/qpe-games/shisensho_1.0.0.bb @@ -0,0 +1,30 @@ +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/recipes/qpe-games/sokoban-1.3.8ern/sokoban.patch b/recipes/qpe-games/sokoban-1.3.8ern/sokoban.patch new file mode 100644 index 0000000000..820dcec17c --- /dev/null +++ b/recipes/qpe-games/sokoban-1.3.8ern/sokoban.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/sokoban_1.3.8ern.bb b/recipes/qpe-games/sokoban_1.3.8ern.bb new file mode 100644 index 0000000000..b284ca23f4 --- /dev/null +++ b/recipes/qpe-games/sokoban_1.3.8ern.bb @@ -0,0 +1,31 @@ +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/recipes/qpe-games/tron-1.0.0/tron.patch b/recipes/qpe-games/tron-1.0.0/tron.patch new file mode 100644 index 0000000000..f13c11101f --- /dev/null +++ b/recipes/qpe-games/tron-1.0.0/tron.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/tron_1.0.0.bb b/recipes/qpe-games/tron_1.0.0.bb new file mode 100644 index 0000000000..3f0ac867ad --- /dev/null +++ b/recipes/qpe-games/tron_1.0.0.bb @@ -0,0 +1,27 @@ +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/recipes/qpe-games/win4-1.0.1/win4.patch b/recipes/qpe-games/win4-1.0.1/win4.patch new file mode 100644 index 0000000000..41b1310d8a --- /dev/null +++ b/recipes/qpe-games/win4-1.0.1/win4.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/win4_1.0.1.bb b/recipes/qpe-games/win4_1.0.1.bb new file mode 100644 index 0000000000..9813b33435 --- /dev/null +++ b/recipes/qpe-games/win4_1.0.1.bb @@ -0,0 +1,32 @@ +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/recipes/qpe-games/ziq-1.1ern/ziq.patch b/recipes/qpe-games/ziq-1.1ern/ziq.patch new file mode 100644 index 0000000000..064f0ebb78 --- /dev/null +++ b/recipes/qpe-games/ziq-1.1ern/ziq.patch @@ -0,0 +1,12 @@ +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/recipes/qpe-games/ziq_1.1ern.bb b/recipes/qpe-games/ziq_1.1ern.bb new file mode 100644 index 0000000000..f51805f1d8 --- /dev/null +++ b/recipes/qpe-games/ziq_1.1ern.bb @@ -0,0 +1,31 @@ +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/recipes/qpe-games/zrev7-1.0.1/zrev.patch b/recipes/qpe-games/zrev7-1.0.1/zrev.patch new file mode 100644 index 0000000000..3adc14e9cb --- /dev/null +++ b/recipes/qpe-games/zrev7-1.0.1/zrev.patch @@ -0,0 +1,20 @@ +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/recipes/qpe-games/zrev7_1.0.1.bb b/recipes/qpe-games/zrev7_1.0.1.bb new file mode 100644 index 0000000000..3a2b3c5e46 --- /dev/null +++ b/recipes/qpe-games/zrev7_1.0.1.bb @@ -0,0 +1,26 @@ +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/recipes/qpe-games/zsubhunt_1.0.0ern.bb b/recipes/qpe-games/zsubhunt_1.0.0ern.bb new file mode 100644 index 0000000000..0a52c0017a --- /dev/null +++ b/recipes/qpe-games/zsubhunt_1.0.0ern.bb @@ -0,0 +1,28 @@ +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/recipes/qpe-games/ztappy_0.9.3ern.bb b/recipes/qpe-games/ztappy_0.9.3ern.bb new file mode 100644 index 0000000000..d64a17a7cb --- /dev/null +++ b/recipes/qpe-games/ztappy_0.9.3ern.bb @@ -0,0 +1,27 @@ +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 |