author | drw <drw> | 2004-03-02 21:23:57 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:23:57 (UTC) |
commit | d610f13cba501b7a105f5105fcaa51a97dbd6364 (patch) (unidiff) | |
tree | 39a7302d88df4696ae94a93d6dc0344e7e8db00f | |
parent | 35e2a887298eeb3e4575147744398178897c22d0 (diff) | |
download | opie-d610f13cba501b7a105f5105fcaa51a97dbd6364.zip opie-d610f13cba501b7a105f5105fcaa51a97dbd6364.tar.gz opie-d610f13cba501b7a105f5105fcaa51a97dbd6364.tar.bz2 |
Minesweep: libopie -> libopie2
-rw-r--r-- | noncore/games/minesweep/config.in | 4 | ||||
-rw-r--r-- | noncore/games/minesweep/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/minesweep/minesweep.pro | 4 | ||||
-rw-r--r-- | noncore/games/minesweep/opie-minesweep.control | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/noncore/games/minesweep/config.in b/noncore/games/minesweep/config.in index f7d28fa..2a2af23 100644 --- a/noncore/games/minesweep/config.in +++ b/noncore/games/minesweep/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MINESWEEP | 1 | 2 config MINESWEEP |
2 | boolean "opie-minesweep (find the mines)" | 2 | boolean "opie-minesweep (find the mines)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/games/minesweep/main.cpp b/noncore/games/minesweep/main.cpp index e187be5..f3070f5 100644 --- a/noncore/games/minesweep/main.cpp +++ b/noncore/games/minesweep/main.cpp | |||
@@ -7,20 +7,20 @@ | |||
7 | ** GNU General Public License version 2 as published by the Free Software | 7 | ** GNU General Public License version 2 as published by the Free Software |
8 | ** Foundation and appearing in the file LICENSE.GPL included in the | 8 | ** Foundation and appearing in the file LICENSE.GPL included in the |
9 | ** packaging of this file. | 9 | ** packaging of this file. |
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | 20 | ||
21 | #include "minesweep.h" | 21 | #include "minesweep.h" |
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | 24 | ||
25 | OPIE_EXPORT_APP( OApplicationFactory<MineSweep> ) | 25 | OPIE_EXPORT_APP( OApplicationFactory<MineSweep> ) |
26 | 26 | ||
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 9746651..6977e73 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = minefield.h \ | 2 | HEADERS = minefield.h \ |
3 | minesweep.h | 3 | minesweep.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | minefield.cpp \ | 5 | minefield.cpp \ |
6 | minesweep.cpp | 6 | minesweep.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe -lopiecore2 |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = minesweep | 11 | TARGET = minesweep |
12 | 12 | ||
13 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/minesweep/opie-minesweep.control b/noncore/games/minesweep/opie-minesweep.control index 91343ea..6caa3c3 100644 --- a/noncore/games/minesweep/opie-minesweep.control +++ b/noncore/games/minesweep/opie-minesweep.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-minesweep | 1 | Package: opie-minesweep |
2 | Files: plugins/application/libminesweep.so* bin/minesweep apps/Games/minesweep.desktop pics/minesweep | 2 | Files: plugins/application/libminesweep.so* bin/minesweep apps/Games/minesweep.desktop pics/minesweep |
3 | Priority: optional | 3 | 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: find the mines | 8 | Description: Game: find the mines |
9 | A game for the Opie environment. | 9 | A game for the Opie environment. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |