summaryrefslogtreecommitdiff
path: root/noncore/games
authordrw <drw>2004-03-02 23:00:57 (UTC)
committer drw <drw>2004-03-02 23:00:57 (UTC)
commitb6124a8140534aa1c0fb56fa5ee314fc4b80b6a5 (patch) (unidiff)
tree9e70b351d065b2883ca83bfb3b534f9eca8eccfe /noncore/games
parent9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (diff)
downloadopie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.zip
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.gz
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.bz2
Tetrix: libopie -> libopie2
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/config.in2
-rw-r--r--noncore/games/tetrix/main.cpp2
-rw-r--r--noncore/games/tetrix/opie-tetrix.control2
-rw-r--r--noncore/games/tetrix/tetrix.pro4
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/tetrix/config.in b/noncore/games/tetrix/config.in
index d7a7b4b..68c3f24 100644
--- a/noncore/games/tetrix/config.in
+++ b/noncore/games/tetrix/config.in
@@ -1,4 +1,4 @@
1 config TETRIX 1 config TETRIX
2 boolean "opie-tetrix (control the falling blocks)" 2 boolean "opie-tetrix (control the falling blocks)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/tetrix/main.cpp b/noncore/games/tetrix/main.cpp
index bf1242f..147d13d 100644
--- a/noncore/games/tetrix/main.cpp
+++ b/noncore/games/tetrix/main.cpp
@@ -18,10 +18,10 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "qtetrix.h" 21#include "qtetrix.h"
22 22
23 23
24#include <opie/oapplicationfactory.h> 24#include <opie2/oapplicationfactory.h>
25 25
26OPIE_EXPORT_APP( OApplicationFactory<QTetrix> ) 26OPIE_EXPORT_APP( OApplicationFactory<QTetrix> )
27 27
diff --git a/noncore/games/tetrix/opie-tetrix.control b/noncore/games/tetrix/opie-tetrix.control
index b1e0bcf..fd21412 100644
--- a/noncore/games/tetrix/opie-tetrix.control
+++ b/noncore/games/tetrix/opie-tetrix.control
@@ -2,10 +2,10 @@ Package: opie-tetrix
2Files: plugins/application/libtetrix.so* bin/tetrix apps/Games/tetrix.desktop pics/tetrix/* 2Files: plugins/application/libtetrix.so* bin/tetrix apps/Games/tetrix.desktop pics/tetrix/*
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
7Arch: iPAQ 7Arch: iPAQ
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9Description: Game: control falling blocks 9Description: Game: control falling blocks
10 A game for the Opie environment. 10 A game for the Opie environment.
11Version: $QPE_VERSION$EXTRAVERSION 11Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 3b95c84..4e461d8 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -9,14 +9,14 @@ SOURCES = main.cpp \
9 qtetrix.cpp \ 9 qtetrix.cpp \
10 qtetrixb.cpp \ 10 qtetrixb.cpp \
11 tpiece.cpp \ 11 tpiece.cpp \
12 ohighscoredlg.cpp 12 ohighscoredlg.cpp
13INCLUDEPATH += $(OPIEDIR)/include 13INCLUDEPATH += $(OPIEDIR)/include
14 DEPENDPATH+= $(OPIEDIR)/include 14 DEPENDPATH+= $(OPIEDIR)/include
15LIBS += -lqpe -lstdc++ 15LIBS += -lqpe -lopiecore2 -lstdc++
16 INTERFACES= 16 INTERFACES=
17 TARGET = tetrix 17 TARGET = tetrix
18 18
19 19
20 20
21 21
22include ( $(OPIEDIR)/include.pro ) 22include ( $(OPIEDIR)/include.pro )