From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/qpe-games/atomic-1.0.1/Makefile.patch | 14 ++++++++++++++ recipes/qpe-games/atomic-1.0.1/atomic.patch | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 recipes/qpe-games/atomic-1.0.1/Makefile.patch create mode 100644 recipes/qpe-games/atomic-1.0.1/atomic.patch (limited to 'recipes/qpe-games/atomic-1.0.1') 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 -- cgit 1.2.3-korg