summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/wordgame/config.in2
-rw-r--r--noncore/games/wordgame/main.cpp2
-rw-r--r--noncore/games/wordgame/opie-wordgame.control6
-rw-r--r--noncore/games/wordgame/wordgame.pro2
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
@@ -20,7 +20,7 @@
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
26OPIE_EXPORT_APP( OApplicationFactory<WordGame> ) 26OPIE_EXPORT_APP( OApplicationFactory<WordGame> )
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,10 +1,10 @@
1Package: opie-wordgame 1Package: opie-wordgame
2Files: bin/wordgame apps/Games/wordgame.desktop pics/wordgame 2Files: plugins/application/libwordgame.so* bin/wordgame apps/Games/wordgame.desktop pics/wordgame
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: Crossword game 8Description: 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.
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
@@ -6,7 +6,7 @@ INTERFACES = newgamebase.ui rulesbase.ui
6 TARGET = wordgame 6 TARGET = wordgame
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe -lopiecore2
10 10
11 11
12include ( $(OPIEDIR)/include.pro ) 12include ( $(OPIEDIR)/include.pro )