author | drw <drw> | 2004-03-02 23:05:46 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 23:05:46 (UTC) |
commit | a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd (patch) (unidiff) | |
tree | 32cbf6985eca0411cb1ab290162ba1d3f582f777 | |
parent | 039ba3c83a18540fd8ac788ac26821f8684db1f2 (diff) | |
download | opie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.zip opie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.tar.gz opie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.tar.bz2 |
KCheckers: libopie -> libopie2
-rw-r--r-- | noncore/games/kcheckers/config.in | 2 | ||||
-rw-r--r-- | noncore/games/kcheckers/kcheckers.pro | 4 | ||||
-rw-r--r-- | noncore/games/kcheckers/main.cpp | 3 | ||||
-rw-r--r-- | noncore/games/kcheckers/opie-kcheckers.control | 2 |
4 files changed, 6 insertions, 5 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 | |||
@@ -1,19 +1,19 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = checkers.h \ | 2 | HEADERS = checkers.h \ |
3 | echeckers.h \ | 3 | echeckers.h \ |
4 | field.h \ | 4 | field.h \ |
5 | kcheckers.h \ | 5 | kcheckers.h \ |
6 | rcheckers.h | 6 | rcheckers.h |
7 | SOURCES = checkers.cpp \ | 7 | SOURCES = checkers.cpp \ |
8 | echeckers.cpp \ | 8 | echeckers.cpp \ |
9 | field.cpp \ | 9 | field.cpp \ |
10 | kcheckers.cpp \ | 10 | kcheckers.cpp \ |
11 | main.cpp \ | 11 | main.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 | ||
19 | include ( $(OPIEDIR)/include.pro ) | 19 | include ( $(OPIEDIR)/include.pro ) |
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,8 +1,9 @@ | |||
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 | ||
8 | 9 | ||
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 | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-kcheckers | 1 | Package: opie-kcheckers |
2 | Files: plugins/application/libkcheckers.so* bin/kcheckers apps/Games/kcheckers.desktop pics/kcheckers | 2 | Files: plugins/application/libkcheckers.so* bin/kcheckers apps/Games/kcheckers.desktop pics/kcheckers |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/games | 4 | 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. |