author | drw <drw> | 2004-03-02 21:23:57 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:23:57 (UTC) |
commit | d610f13cba501b7a105f5105fcaa51a97dbd6364 (patch) (side-by-side diff) | |
tree | 39a7302d88df4696ae94a93d6dc0344e7e8db00f /noncore | |
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 @@ - config MINESWEEP +2 config MINESWEEP boolean "opie-minesweep (find the mines)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -1,26 +1,26 @@ /********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qtopia Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include "minesweep.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<MineSweep> ) 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 @@ CONFIG = qt warn_on release quick-app HEADERS = minefield.h \ minesweep.h SOURCES = main.cpp \ minefield.cpp \ minesweep.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -INTERFACES = +LIBS += -lqpe -lopiecore2 +INTERFACES = TARGET = minesweep 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 @@ Package: opie-minesweep Files: plugins/application/libminesweep.so* bin/minesweep apps/Games/minesweep.desktop pics/minesweep Priority: optional Section: opie/games -Maintainer: Martin Imobersteg <imm@gmx.ch> +Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Game: find the mines A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION |