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 | |||
@@ -3,2 +3,2 @@ | |||
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,5 +12,5 @@ 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 |
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 | |||
@@ -3,3 +3,4 @@ | |||
3 | #include "kcheckers.h" | 3 | #include "kcheckers.h" |
4 | #include <opie/oapplicationfactory.h> | 4 | |
5 | #include <opie2/oapplicationfactory.h> | ||
5 | 6 | ||
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 | |||
@@ -7,3 +7,3 @@ 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 |