author | drw <drw> | 2004-03-02 22:58:25 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 22:58:25 (UTC) |
commit | 9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (patch) (unidiff) | |
tree | e6b7a1d5ba786e5058c1956d12cca1bd1ebd3049 | |
parent | 3f5ca7734d2534ca90c13228504b6218f18f5afe (diff) | |
download | opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.zip opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.gz opie-9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7.tar.bz2 |
Word game: libopie -> libopie2, added libwordgames.so* to control file
-rw-r--r-- | noncore/games/wordgame/config.in | 2 | ||||
-rw-r--r-- | noncore/games/wordgame/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/wordgame/opie-wordgame.control | 6 | ||||
-rw-r--r-- | noncore/games/wordgame/wordgame.pro | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/noncore/games/wordgame/config.in b/noncore/games/wordgame/config.in index aa8df1c..9f03370 100644 --- a/noncore/games/wordgame/config.in +++ b/noncore/games/wordgame/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WORDGAME | 1 | config WORDGAME |
2 | boolean "opie-wordgame (crossword game)" | 2 | boolean "opie-wordgame (crossword game)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/games/wordgame/main.cpp b/noncore/games/wordgame/main.cpp index eb3e2f2..7fd5f50 100644 --- a/noncore/games/wordgame/main.cpp +++ b/noncore/games/wordgame/main.cpp | |||
@@ -15,13 +15,13 @@ | |||
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | 20 | ||
21 | #include "wordgame.h" | 21 | #include "wordgame.h" |
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | 24 | ||
25 | 25 | ||
26 | OPIE_EXPORT_APP( OApplicationFactory<WordGame> ) | 26 | OPIE_EXPORT_APP( OApplicationFactory<WordGame> ) |
27 | 27 | ||
diff --git a/noncore/games/wordgame/opie-wordgame.control b/noncore/games/wordgame/opie-wordgame.control index c7dc126..423d450 100644 --- a/noncore/games/wordgame/opie-wordgame.control +++ b/noncore/games/wordgame/opie-wordgame.control | |||
@@ -1,11 +1,11 @@ | |||
1 | Package: opie-wordgame | 1 | Package: opie-wordgame |
2 | Files: bin/wordgame apps/Games/wordgame.desktop pics/wordgame | 2 | Files: plugins/application/libwordgame.so* bin/wordgame apps/Games/wordgame.desktop pics/wordgame |
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 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Crossword game | 8 | Description: Crossword game |
9 | A crossword game for the Opie environment. | 9 | A crossword game for the Opie environment. |
10 | Play against the computer or human opponents. | 10 | Play against the computer or human opponents. |
11 | Version: $QPE_VERSION$EXTRAVERSION | 11 | Version: $QPE_VERSION$EXTRAVERSION |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 7ef2bfd..1147479 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,12 +1,12 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = wordgame.h | 2 | HEADERS = wordgame.h |
3 | SOURCES = main.cpp \ | 3 | SOURCES = main.cpp \ |
4 | wordgame.cpp | 4 | wordgame.cpp |
5 | INTERFACES= newgamebase.ui rulesbase.ui | 5 | INTERFACES= newgamebase.ui rulesbase.ui |
6 | TARGET = wordgame | 6 | TARGET = wordgame |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopiecore2 |
10 | 10 | ||
11 | 11 | ||
12 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |