author | drw <drw> | 2004-03-02 22:45:57 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 22:45:57 (UTC) |
commit | 5282a6fa5c826f36b71a065c6ef48c4b1394ce73 (patch) (unidiff) | |
tree | 0a4511e476afab36fcdcbe4768a8798d89bb1775 | |
parent | bd0f8ca68a892acc83317b45958ab59c972deb68 (diff) | |
download | opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.zip opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.gz opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.bz2 |
Fifteen: libopie -> libopie2
-rw-r--r-- | noncore/games/fifteen/config.in | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/opie-fifteen.control | 4 |
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 | |||
@@ -3,8 +3,8 @@ HEADERS = fifteen.h | |||
3 | SOURCES = fifteen.cpp \ | 3 | SOURCES = fifteen.cpp \ |
4 | main.cpp | 4 | main.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | TARGET = fifteen | 8 | TARGET = fifteen |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(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 | |||
@@ -16,8 +16,8 @@ | |||
16 | **********************************************************************/ | 16 | **********************************************************************/ |
17 | 17 | ||
18 | #include "fifteen.h" | 18 | #include "fifteen.h" |
19 | 19 | ||
20 | #include <opie/oapplicationfactory.h> | 20 | #include <opie2/oapplicationfactory.h> |
21 | 21 | ||
22 | OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> ) | 22 | OPIE_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 | |||
@@ -1,11 +1,11 @@ | |||
1 | Package: opie-fifteen | 1 | Package: opie-fifteen |
2 | Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop pics/fifteen | 2 | Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop pics/fifteen |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/games | 4 | Section: opie/games |
5 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Arch: iPAQ | 7 | Arch: iPAQ |
8 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal, libopiecore2 |
9 | Description: Fifteen pieces game | 9 | Description: Fifteen pieces game |
10 | A game for the Opie environment. | 10 | A game for the Opie environment. |
11 | Version: $QPE_VERSION$EXTRAVERSION | 11 | Version: $QPE_VERSION$EXTRAVERSION |