author | drw <drw> | 2004-03-02 21:21:22 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:21:22 (UTC) |
commit | 35e2a887298eeb3e4575147744398178897c22d0 (patch) (unidiff) | |
tree | c8923d1392ce0e5304e37724b63c6ab8ce09d579 | |
parent | d05254f7566108c436cd825bb26c980582163a92 (diff) | |
download | opie-35e2a887298eeb3e4575147744398178897c22d0.zip opie-35e2a887298eeb3e4575147744398178897c22d0.tar.gz opie-35e2a887298eeb3e4575147744398178897c22d0.tar.bz2 |
Patience: libopie -> libopie2
-rw-r--r-- | noncore/games/solitaire/config.in | 2 | ||||
-rw-r--r-- | noncore/games/solitaire/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/solitaire/opie-solitaire.control | 2 | ||||
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 |
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 | ||
25 | OPIE_EXPORT_APP( OApplicationFactory<CanvasCardWindow> ) \ No newline at end of file | 25 | OPIE_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 | |||
4 | Section: opie/games | 4 | Section: opie/games |
5 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 5 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Game: solitaire card games | 8 | Description: Game: solitaire card games |
9 | A solitaire game for the Opie environment. | 9 | A solitaire game for the Opie environment. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $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 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -lqpe -lopiecore2 |
18 | 18 | ||
19 | 19 | ||
20 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |