summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 22:45:57 (UTC)
committer drw <drw>2004-03-02 22:45:57 (UTC)
commit5282a6fa5c826f36b71a065c6ef48c4b1394ce73 (patch) (unidiff)
tree0a4511e476afab36fcdcbe4768a8798d89bb1775
parentbd0f8ca68a892acc83317b45958ab59c972deb68 (diff)
downloadopie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.zip
opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.gz
opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.bz2
Fifteen: libopie -> libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/fifteen/config.in2
-rw-r--r--noncore/games/fifteen/fifteen.pro2
-rw-r--r--noncore/games/fifteen/main.cpp2
-rw-r--r--noncore/games/fifteen/opie-fifteen.control4
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in
index b68f8e3..2736d93 100644
--- a/noncore/games/fifteen/config.in
+++ b/noncore/games/fifteen/config.in
@@ -1,4 +1,4 @@
1 config FIFTEEN 1 config FIFTEEN
2 boolean "opie-fifteen (sort fifteen pieces game)" 2 boolean "opie-fifteen (sort fifteen pieces game)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 14ea3c9..6f90524 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -4,7 +4,7 @@ SOURCES = fifteen.cpp \
4 main.cpp 4 main.cpp
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 TARGET = fifteen 8 TARGET = fifteen
9 9
10include ( $(OPIEDIR)/include.pro ) 10include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/games/fifteen/main.cpp b/noncore/games/fifteen/main.cpp
index 74a7368..ed74a47 100644
--- a/noncore/games/fifteen/main.cpp
+++ b/noncore/games/fifteen/main.cpp
@@ -17,7 +17,7 @@
17 17
18#include "fifteen.h" 18#include "fifteen.h"
19 19
20#include <opie/oapplicationfactory.h> 20#include <opie2/oapplicationfactory.h>
21 21
22OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> ) 22OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> )
23 23
diff --git a/noncore/games/fifteen/opie-fifteen.control b/noncore/games/fifteen/opie-fifteen.control
index a6e8314..939ab6f 100644
--- a/noncore/games/fifteen/opie-fifteen.control
+++ b/noncore/games/fifteen/opie-fifteen.control
@@ -2,10 +2,10 @@ Package: opie-fifteen
2Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop pics/fifteen 2Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop pics/fifteen
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: Fifteen pieces game 9Description: Fifteen pieces game
10 A game for the Opie environment. 10 A game for the Opie environment.
11Version: $QPE_VERSION$EXTRAVERSION 11Version: $QPE_VERSION$EXTRAVERSION