summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 23:05:46 (UTC)
committer drw <drw>2004-03-02 23:05:46 (UTC)
commita4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd (patch) (unidiff)
tree32cbf6985eca0411cb1ab290162ba1d3f582f777
parent039ba3c83a18540fd8ac788ac26821f8684db1f2 (diff)
downloadopie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.zip
opie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.tar.gz
opie-a4fbcf8d0caebb3b8f2fd3ee4ecf411d82a38efd.tar.bz2
KCheckers: libopie -> libopie2
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kcheckers/config.in2
-rw-r--r--noncore/games/kcheckers/kcheckers.pro4
-rw-r--r--noncore/games/kcheckers/main.cpp3
-rw-r--r--noncore/games/kcheckers/opie-kcheckers.control2
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
@@ -10,9 +10,9 @@ SOURCES = checkers.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
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
6OPIE_EXPORT_APP( OApplicationFactory<KCheckers> ) 7OPIE_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
5Maintainer: leseb <prudhomme@laposte.net> 5Maintainer: leseb <prudhomme@laposte.net>
6Architecture: arm 6Architecture: arm
7Version: 0.3-$SUB_VERSION 7Version: 0.3-$SUB_VERSION
8Depends: task-opie-minimal 8Depends: task-opie-minimal, libopiecore2
9Description: The game of Checkers 9Description: The game of Checkers
10 A game for the Opie environment. 10 A game for the Opie environment.