aboutsummaryrefslogtreecommitdiffstats
path: root/opie-3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'opie-3rdparty')
-rw-r--r--opie-3rdparty/aliens-qt-1.0.0/Makefile.patch9
-rw-r--r--opie-3rdparty/aliens-qt-1.0.0/aliens.patch12
-rw-r--r--opie-3rdparty/atomic-1.0.1/Makefile.patch14
-rw-r--r--opie-3rdparty/atomic-1.0.1/atomic.patch12
-rw-r--r--opie-3rdparty/checkers-1.0.5ern/checkers.patch12
-rw-r--r--opie-3rdparty/crossword-0.0.3/crossword.patch12
-rw-r--r--opie-3rdparty/fish-1.1.0/Makefile.patch8
-rw-r--r--opie-3rdparty/fish-1.1.0/fish.patch12
-rw-r--r--opie-3rdparty/glider-1.0.0/Makefile.patch8
-rw-r--r--opie-3rdparty/glider-1.0.0/glider.patch12
-rw-r--r--opie-3rdparty/icebloxx-1.0.0/Makefile.patch8
-rw-r--r--opie-3rdparty/icebloxx-1.0.0/icebloxx.patch12
-rw-r--r--opie-3rdparty/mahjongg-1.0.0/Makefile.patch14
-rw-r--r--opie-3rdparty/mahjongg-1.0.0/mahjongg.patch12
-rw-r--r--opie-3rdparty/maki-1.0.4ern/maki.patch12
-rw-r--r--opie-3rdparty/nmm-0.0.2/Makefile.patch9
-rw-r--r--opie-3rdparty/nmm-0.0.2/nmm.patch12
-rw-r--r--opie-3rdparty/pairs-1.1.1/pairs.patch20
-rw-r--r--opie-3rdparty/pdamaze-1.0.0/Makefile.patch20
-rw-r--r--opie-3rdparty/pipeman-1.0.0/pipe.patch20
-rw-r--r--opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch13
-rw-r--r--opie-3rdparty/shisensho-1.0.0/shisen.patch20
-rw-r--r--opie-3rdparty/sokoban-1.3.8ern/sokoban.patch20
-rw-r--r--opie-3rdparty/tickypip-0.1.1ern/tickypip.patch12
-rw-r--r--opie-3rdparty/tickypip/local_compile.patch16
-rw-r--r--opie-3rdparty/tickypip/tickypip.desktop10
-rw-r--r--opie-3rdparty/tron-1.0.0/tron.patch12
-rw-r--r--opie-3rdparty/win4-1.0.1/win4.patch20
-rw-r--r--opie-3rdparty/ziq-1.1ern/ziq.patch12
-rw-r--r--opie-3rdparty/zrev7-1.0.1/zrev.patch20
30 files changed, 405 insertions, 0 deletions
diff --git a/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch b/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch
index e69de29bb2..d8b743b231 100644
--- a/opie-3rdparty/aliens-qt-1.0.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/aliens-qt-1.0.0/aliens.patch b/opie-3rdparty/aliens-qt-1.0.0/aliens.patch
index e69de29bb2..ef3ec08abc 100644
--- a/opie-3rdparty/aliens-qt-1.0.0/aliens.patch
+++ b/opie-3rdparty/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/opie-3rdparty/atomic-1.0.1/Makefile.patch b/opie-3rdparty/atomic-1.0.1/Makefile.patch
index e69de29bb2..76d4e6268f 100644
--- a/opie-3rdparty/atomic-1.0.1/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/atomic-1.0.1/atomic.patch b/opie-3rdparty/atomic-1.0.1/atomic.patch
index e69de29bb2..4a2cac48f9 100644
--- a/opie-3rdparty/atomic-1.0.1/atomic.patch
+++ b/opie-3rdparty/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/opie-3rdparty/checkers-1.0.5ern/checkers.patch b/opie-3rdparty/checkers-1.0.5ern/checkers.patch
index e69de29bb2..47e57aab6c 100644
--- a/opie-3rdparty/checkers-1.0.5ern/checkers.patch
+++ b/opie-3rdparty/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/opie-3rdparty/crossword-0.0.3/crossword.patch b/opie-3rdparty/crossword-0.0.3/crossword.patch
index e69de29bb2..ce466a9927 100644
--- a/opie-3rdparty/crossword-0.0.3/crossword.patch
+++ b/opie-3rdparty/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/opie-3rdparty/fish-1.1.0/Makefile.patch b/opie-3rdparty/fish-1.1.0/Makefile.patch
index e69de29bb2..c7a08e1aa7 100644
--- a/opie-3rdparty/fish-1.1.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/fish-1.1.0/fish.patch b/opie-3rdparty/fish-1.1.0/fish.patch
index e69de29bb2..c0e4e5797e 100644
--- a/opie-3rdparty/fish-1.1.0/fish.patch
+++ b/opie-3rdparty/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/opie-3rdparty/glider-1.0.0/Makefile.patch b/opie-3rdparty/glider-1.0.0/Makefile.patch
index e69de29bb2..72a566910f 100644
--- a/opie-3rdparty/glider-1.0.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/glider-1.0.0/glider.patch b/opie-3rdparty/glider-1.0.0/glider.patch
index e69de29bb2..a82a0f53ea 100644
--- a/opie-3rdparty/glider-1.0.0/glider.patch
+++ b/opie-3rdparty/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/opie-3rdparty/icebloxx-1.0.0/Makefile.patch b/opie-3rdparty/icebloxx-1.0.0/Makefile.patch
index e69de29bb2..5d3eed0fd1 100644
--- a/opie-3rdparty/icebloxx-1.0.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch b/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch
index e69de29bb2..69e8bbc46d 100644
--- a/opie-3rdparty/icebloxx-1.0.0/icebloxx.patch
+++ b/opie-3rdparty/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/opie-3rdparty/mahjongg-1.0.0/Makefile.patch b/opie-3rdparty/mahjongg-1.0.0/Makefile.patch
index e69de29bb2..3ae1ff9f98 100644
--- a/opie-3rdparty/mahjongg-1.0.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch b/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch
index e69de29bb2..e189f8bb7d 100644
--- a/opie-3rdparty/mahjongg-1.0.0/mahjongg.patch
+++ b/opie-3rdparty/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/opie-3rdparty/maki-1.0.4ern/maki.patch b/opie-3rdparty/maki-1.0.4ern/maki.patch
index e69de29bb2..5fac6c5c95 100644
--- a/opie-3rdparty/maki-1.0.4ern/maki.patch
+++ b/opie-3rdparty/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/opie-3rdparty/nmm-0.0.2/Makefile.patch b/opie-3rdparty/nmm-0.0.2/Makefile.patch
index e69de29bb2..d5492e6cbb 100644
--- a/opie-3rdparty/nmm-0.0.2/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/nmm-0.0.2/nmm.patch b/opie-3rdparty/nmm-0.0.2/nmm.patch
index e69de29bb2..53adcbf73a 100644
--- a/opie-3rdparty/nmm-0.0.2/nmm.patch
+++ b/opie-3rdparty/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/opie-3rdparty/pairs-1.1.1/pairs.patch b/opie-3rdparty/pairs-1.1.1/pairs.patch
index e69de29bb2..7cd744ba6a 100644
--- a/opie-3rdparty/pairs-1.1.1/pairs.patch
+++ b/opie-3rdparty/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/opie-3rdparty/pdamaze-1.0.0/Makefile.patch b/opie-3rdparty/pdamaze-1.0.0/Makefile.patch
index e69de29bb2..2c42e37cd1 100644
--- a/opie-3rdparty/pdamaze-1.0.0/Makefile.patch
+++ b/opie-3rdparty/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/opie-3rdparty/pipeman-1.0.0/pipe.patch b/opie-3rdparty/pipeman-1.0.0/pipe.patch
index e69de29bb2..346707e2fd 100644
--- a/opie-3rdparty/pipeman-1.0.0/pipe.patch
+++ b/opie-3rdparty/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/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch b/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch
index e69de29bb2..82e8c350ab 100644
--- a/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch
+++ b/opie-3rdparty/qpealarmclock-1.0.4/qpealarm.patch
@@ -0,0 +1,13 @@
+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/shisensho-1.0.0/shisen.patch b/opie-3rdparty/shisensho-1.0.0/shisen.patch
index e69de29bb2..24ef36eb09 100644
--- a/opie-3rdparty/shisensho-1.0.0/shisen.patch
+++ b/opie-3rdparty/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/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch b/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch
index e69de29bb2..820dcec17c 100644
--- a/opie-3rdparty/sokoban-1.3.8ern/sokoban.patch
+++ b/opie-3rdparty/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/opie-3rdparty/tickypip-0.1.1ern/tickypip.patch b/opie-3rdparty/tickypip-0.1.1ern/tickypip.patch
index e69de29bb2..8472d398f4 100644
--- a/opie-3rdparty/tickypip-0.1.1ern/tickypip.patch
+++ b/opie-3rdparty/tickypip-0.1.1ern/tickypip.patch
@@ -0,0 +1,12 @@
+diff -ur tickypip_V0.1.1ern.orig/tickypip.desktop tickypip_V0.1.1ern/tickypip.desktop
+--- tickypip_V0.1.1ern.orig/tickypip.desktop 2004-06-16 22:28:54.000000000 +0200
++++ tickypip_V0.1.1ern/tickypip.desktop 2004-06-16 22:29:12.000000000 +0200
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=Tickypip
+ Name[de]=Tickypip
+-Icon=tickypip
++Icon=tickypip/tickypip
+ Exec=tickypip
+ Comment=Connect the computers together to form an active network.
+ Comment[de]=Verbinde die Computer zu einem Netzwerk.
diff --git a/opie-3rdparty/tickypip/local_compile.patch b/opie-3rdparty/tickypip/local_compile.patch
index e69de29bb2..ab0fe74f5f 100644
--- a/opie-3rdparty/tickypip/local_compile.patch
+++ b/opie-3rdparty/tickypip/local_compile.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- tickypip-0.1.2/tickypip.pro~local_compile 2003-08-03 21:07:41.000000000 -0600
++++ tickypip-0.1.2/tickypip.pro 2004-06-23 09:10:53.000000000 -0600
+@@ -49,7 +49,7 @@
+
+ INCLUDEPATH += $(QPEDIR)/include
+ DEPENDPATH += $(QPEDIR)/include
+-DEFINES += LOCAL_COMPILE
++DEFINES +=
+ LIBS += -lqpe
+ OBJECTS_DIR = obj
+ MOC_DIR = moc
diff --git a/opie-3rdparty/tickypip/tickypip.desktop b/opie-3rdparty/tickypip/tickypip.desktop
index e69de29bb2..40ec2c2e0f 100644
--- a/opie-3rdparty/tickypip/tickypip.desktop
+++ b/opie-3rdparty/tickypip/tickypip.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Tickypip
+Name[de]=Tickypip
+Icon=tickypip/tickypip
+Exec=tickypip
+Comment=Connect the computers together to form an active network.
+Comment[de]=Verbinde die Computer zu einem Netzwerk.
+Type=Application
+Type[de]=Anwendung
+CanFastLoad=0
diff --git a/opie-3rdparty/tron-1.0.0/tron.patch b/opie-3rdparty/tron-1.0.0/tron.patch
index e69de29bb2..f13c11101f 100644
--- a/opie-3rdparty/tron-1.0.0/tron.patch
+++ b/opie-3rdparty/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/opie-3rdparty/win4-1.0.1/win4.patch b/opie-3rdparty/win4-1.0.1/win4.patch
index e69de29bb2..41b1310d8a 100644
--- a/opie-3rdparty/win4-1.0.1/win4.patch
+++ b/opie-3rdparty/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/opie-3rdparty/ziq-1.1ern/ziq.patch b/opie-3rdparty/ziq-1.1ern/ziq.patch
index e69de29bb2..064f0ebb78 100644
--- a/opie-3rdparty/ziq-1.1ern/ziq.patch
+++ b/opie-3rdparty/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/opie-3rdparty/zrev7-1.0.1/zrev.patch b/opie-3rdparty/zrev7-1.0.1/zrev.patch
index e69de29bb2..3adc14e9cb 100644
--- a/opie-3rdparty/zrev7-1.0.1/zrev.patch
+++ b/opie-3rdparty/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.