summaryrefslogtreecommitdiff
path: root/noncore/games
authordrw <drw>2004-03-02 21:10:19 (UTC)
committer drw <drw>2004-03-02 21:10:19 (UTC)
commitd9988a1d6d3185f09862bda92aa9dc45deefa380 (patch) (unidiff)
treed1b2ef9ac77764be7f15a5f14c79d27e5c53382d /noncore/games
parentdcf196abd97485cd9634d6ac135028a605c54fb5 (diff)
downloadopie-d9988a1d6d3185f09862bda92aa9dc45deefa380.zip
opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.gz
opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.bz2
Go: libopie -> libopie2
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/config.in2
-rw-r--r--noncore/games/go/go.pro2
-rw-r--r--noncore/games/go/main.cpp2
-rw-r--r--noncore/games/go/opie-go.control2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in
index ad0800e..e5cfd87 100644
--- a/noncore/games/go/config.in
+++ b/noncore/games/go/config.in
@@ -1,4 +1,4 @@
1 config GO 1 config GO
2 boolean "opie-go (the asian game of Go)" 2 boolean "opie-go (the asian game of Go)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index f6c6a54..befb67b 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -11,7 +11,7 @@ SOURCES = amigo.c \
11 main.cpp 11 main.cpp
12INCLUDEPATH += $(OPIEDIR)/include 12INCLUDEPATH += $(OPIEDIR)/include
13 DEPENDPATH+= $(OPIEDIR)/include 13 DEPENDPATH+= $(OPIEDIR)/include
14LIBS += -lqpe 14LIBS += -lqpe -lopiecore2
15 TARGET = go 15 TARGET = go
16 16
17 17
diff --git a/noncore/games/go/main.cpp b/noncore/games/go/main.cpp
index 66f34ab..46817d1 100644
--- a/noncore/games/go/main.cpp
+++ b/noncore/games/go/main.cpp
@@ -21,7 +21,7 @@
21#include "gowidget.h" 21#include "gowidget.h"
22 22
23 23
24#include <opie/oapplicationfactory.h> 24#include <opie2/oapplicationfactory.h>
25 25
26OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> ) 26OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> )
27 27
diff --git a/noncore/games/go/opie-go.control b/noncore/games/go/opie-go.control
index 95b319e..943470d 100644
--- a/noncore/games/go/opie-go.control
+++ b/noncore/games/go/opie-go.control
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Warwick Allison <warwick@trolltech.com> 5Maintainer: Warwick Allison <warwick@trolltech.com>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: The game of Go 8Description: The game of Go
9 A game for the Opie environment. 9 A game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION