summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 21:21:22 (UTC)
committer drw <drw>2004-03-02 21:21:22 (UTC)
commit35e2a887298eeb3e4575147744398178897c22d0 (patch) (unidiff)
treec8923d1392ce0e5304e37724b63c6ab8ce09d579
parentd05254f7566108c436cd825bb26c980582163a92 (diff)
downloadopie-35e2a887298eeb3e4575147744398178897c22d0.zip
opie-35e2a887298eeb3e4575147744398178897c22d0.tar.gz
opie-35e2a887298eeb3e4575147744398178897c22d0.tar.bz2
Patience: libopie -> libopie2
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/solitaire/config.in2
-rw-r--r--noncore/games/solitaire/main.cpp2
-rw-r--r--noncore/games/solitaire/opie-solitaire.control2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/solitaire/config.in b/noncore/games/solitaire/config.in
index 8ef2e58..2be0c59 100644
--- a/noncore/games/solitaire/config.in
+++ b/noncore/games/solitaire/config.in
@@ -1,4 +1,4 @@
1 config SOLITAIRE 1 config SOLITAIRE
2 boolean "opie-solitaire (solitaire card game)" 2 boolean "opie-solitaire (solitaire card game)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/solitaire/main.cpp b/noncore/games/solitaire/main.cpp
index 9301171..d4f6673 100644
--- a/noncore/games/solitaire/main.cpp
+++ b/noncore/games/solitaire/main.cpp
@@ -20,6 +20,6 @@
20 20
21#include "canvascardwindow.h" 21#include "canvascardwindow.h"
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
25OPIE_EXPORT_APP( OApplicationFactory<CanvasCardWindow> ) \ No newline at end of file 25OPIE_EXPORT_APP( OApplicationFactory<CanvasCardWindow> ) \ No newline at end of file
diff --git a/noncore/games/solitaire/opie-solitaire.control b/noncore/games/solitaire/opie-solitaire.control
index 01f8d83..aa7bf5b 100644
--- a/noncore/games/solitaire/opie-solitaire.control
+++ b/noncore/games/solitaire/opie-solitaire.control
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Martin Imobersteg <imm@gmx.ch> 5Maintainer: Martin Imobersteg <imm@gmx.ch>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Game: solitaire card games 8Description: Game: solitaire card games
9 A solitaire game for the Opie environment. 9 A solitaire game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index b1b8bda..43020ab 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -14,7 +14,7 @@ TARGET = patience
14 14
15INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
16DEPENDPATH += $(OPIEDIR)/include 16DEPENDPATH += $(OPIEDIR)/include
17LIBS += -lqpe 17LIBS += -lqpe -lopiecore2
18 18
19 19
20include ( $(OPIEDIR)/include.pro ) 20include ( $(OPIEDIR)/include.pro )