-rw-r--r-- | noncore/games/fifteen/config.in | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/fifteen/opie-fifteen.control | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in index b68f8e3..2736d93 100644 --- a/noncore/games/fifteen/config.in +++ b/noncore/games/fifteen/config.in @@ -1,4 +1,4 @@ config FIFTEEN boolean "opie-fifteen (sort fifteen pieces game)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 14ea3c9..6f90524 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -1,10 +1,10 @@ CONFIG = qt warn_on release quick-app HEADERS = fifteen.h SOURCES = fifteen.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 TARGET = fifteen include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/fifteen/main.cpp b/noncore/games/fifteen/main.cpp index 74a7368..ed74a47 100644 --- a/noncore/games/fifteen/main.cpp +++ b/noncore/games/fifteen/main.cpp @@ -1,23 +1,23 @@ /********************************************************************** ** Copyright (C) 2004 Holger Freyther. All rights reserved. ** ** This file is part of Opie 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. ** **********************************************************************/ #include "fifteen.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<FifteenMainWindow> ) diff --git a/noncore/games/fifteen/opie-fifteen.control b/noncore/games/fifteen/opie-fifteen.control index a6e8314..939ab6f 100644 --- a/noncore/games/fifteen/opie-fifteen.control +++ b/noncore/games/fifteen/opie-fifteen.control @@ -1,11 +1,11 @@ Package: opie-fifteen Files: plugins/application/libfifteen.so* bin/fifteen apps/Games/fifteen.desktop pics/fifteen Priority: optional Section: opie/games -Maintainer: Martin Imobersteg <imm@gmx.ch> +Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm Arch: iPAQ -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Fifteen pieces game A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION |