-rw-r--r-- | noncore/games/kcheckers/config.in | 2 | ||||
-rw-r--r-- | noncore/games/kcheckers/kcheckers.pro | 2 | ||||
-rw-r--r-- | noncore/games/kcheckers/main.cpp | 3 | ||||
-rw-r--r-- | noncore/games/kcheckers/opie-kcheckers.control | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/noncore/games/kcheckers/config.in b/noncore/games/kcheckers/config.in index 23c36f2..6c84259 100644 --- a/noncore/games/kcheckers/config.in +++ b/noncore/games/kcheckers/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config KCHECKERS | 1 | config KCHECKERS |
2 | boolean "opie-kcheckers (the game of Checkers)" | 2 | boolean "opie-kcheckers (the game of Checkers)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 0d417bf..d7a2d31 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -12,7 +12,7 @@ SOURCES = checkers.cpp \ | |||
12 | rcheckers.cpp | 12 | rcheckers.cpp |
13 | INTERFACES= | 13 | INTERFACES= |
14 | INCLUDEPATH+= $(OPIEDIR)/include | 14 | INCLUDEPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe -lopiecore2 |
16 | TARGET = kcheckers | 16 | TARGET = kcheckers |
17 | 17 | ||
18 | 18 | ||
diff --git a/noncore/games/kcheckers/main.cpp b/noncore/games/kcheckers/main.cpp index e22dbcc..79b5ac7 100644 --- a/noncore/games/kcheckers/main.cpp +++ b/noncore/games/kcheckers/main.cpp | |||
@@ -1,7 +1,8 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | #include "kcheckers.h" | 3 | #include "kcheckers.h" |
4 | #include <opie/oapplicationfactory.h> | 4 | |
5 | #include <opie2/oapplicationfactory.h> | ||
5 | 6 | ||
6 | OPIE_EXPORT_APP( OApplicationFactory<KCheckers> ) | 7 | OPIE_EXPORT_APP( OApplicationFactory<KCheckers> ) |
7 | 8 | ||
diff --git a/noncore/games/kcheckers/opie-kcheckers.control b/noncore/games/kcheckers/opie-kcheckers.control index 71f83af..5bd03ae 100644 --- a/noncore/games/kcheckers/opie-kcheckers.control +++ b/noncore/games/kcheckers/opie-kcheckers.control | |||
@@ -5,6 +5,6 @@ Section: opie/games | |||
5 | Maintainer: leseb <prudhomme@laposte.net> | 5 | Maintainer: leseb <prudhomme@laposte.net> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.3-$SUB_VERSION | 7 | Version: 0.3-$SUB_VERSION |
8 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal, libopiecore2 |
9 | Description: The game of Checkers | 9 | Description: The game of Checkers |
10 | A game for the Opie environment. | 10 | A game for the Opie environment. |