summaryrefslogtreecommitdiff
path: root/noncore
authordrw <drw>2004-03-02 21:15:41 (UTC)
committer drw <drw>2004-03-02 21:15:41 (UTC)
commitf98648a75f6c5df1a5c16f5e024d367951adda70 (patch) (unidiff)
tree3649a9d10e3e789667c2d3e1f8d9d3ccc3f194e8 /noncore
parent212d3c47126304828e5e5a0c2179ab444d033c51 (diff)
downloadopie-f98648a75f6c5df1a5c16f5e024d367951adda70.zip
opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.gz
opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.bz2
Snake: libopie -> libopie2
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/config.in2
-rw-r--r--noncore/games/snake/main.cpp2
-rw-r--r--noncore/games/snake/opie-snake.control2
-rw-r--r--noncore/games/snake/snake.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in
index fb44b86..04c9c4d 100644
--- a/noncore/games/snake/config.in
+++ b/noncore/games/snake/config.in
@@ -1,4 +1,4 @@
1 config SNAKE 1 config SNAKE
2 boolean "opie-snake (control eating and growing snake)" 2 boolean "opie-snake (control eating and growing snake)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/snake/main.cpp b/noncore/games/snake/main.cpp
index 9a9b167..44f742f 100644
--- a/noncore/games/snake/main.cpp
+++ b/noncore/games/snake/main.cpp
@@ -17,12 +17,12 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "interface.h" 21#include "interface.h"
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
25 25
26OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> ) 26OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> )
27 27
28 28
diff --git a/noncore/games/snake/opie-snake.control b/noncore/games/snake/opie-snake.control
index f110acd..625212b 100644
--- a/noncore/games/snake/opie-snake.control
+++ b/noncore/games/snake/opie-snake.control
@@ -1,10 +1,10 @@
1Package: opie-snake 1Package: opie-snake
2Files: plugins/application/libsnake.so* bin/snake apps/Games/snake.desktop pics/snake 2Files: plugins/application/libsnake.so* bin/snake apps/Games/snake.desktop pics/snake
3Priority: optional 3Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Martin Imobersteg <imm@gmx.ch> 5Maintainer: Martin Imobersteg <imm@gmx.ch>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Game: control the snake 8Description: Game: control the snake
9 A game for the Opie environment. 9 A game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 2b7444c..e42cc66 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -1,10 +1,10 @@
1 CONFIG += qt warn_on release quick-app 1 CONFIG += qt warn_on release quick-app
2 HEADERS = snake.h target.h obstacle.h interface.h codes.h 2 HEADERS = snake.h target.h obstacle.h interface.h codes.h
3 SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp 3 SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp
4 TARGET = snake 4 TARGET = snake
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8
9 9
10include ( $(OPIEDIR)/include.pro ) 10include ( $(OPIEDIR)/include.pro )