author | drw <drw> | 2004-03-02 21:10:19 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:10:19 (UTC) |
commit | d9988a1d6d3185f09862bda92aa9dc45deefa380 (patch) (side-by-side diff) | |
tree | d1b2ef9ac77764be7f15a5f14c79d27e5c53382d | |
parent | dcf196abd97485cd9634d6ac135028a605c54fb5 (diff) | |
download | opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.zip opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.gz opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.bz2 |
Go: libopie -> libopie2
-rw-r--r-- | noncore/games/go/config.in | 2 | ||||
-rw-r--r-- | noncore/games/go/go.pro | 2 | ||||
-rw-r--r-- | noncore/games/go/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/go/opie-go.control | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in index ad0800e..e5cfd87 100644 --- a/noncore/games/go/config.in +++ b/noncore/games/go/config.in @@ -1,4 +1,4 @@ config GO boolean "opie-go (the asian game of Go)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index f6c6a54..befb67b 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -1,19 +1,19 @@ CONFIG = qt warn_on release quick-app HEADERS = amigo.h \ go.h \ goplayutils.h \ gowidget.h SOURCES = amigo.c \ goplayer.c \ goplayutils.c \ killable.c \ gowidget.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 TARGET = go include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/go/main.cpp b/noncore/games/go/main.cpp index 66f34ab..46817d1 100644 --- a/noncore/games/go/main.cpp +++ b/noncore/games/go/main.cpp @@ -1,27 +1,27 @@ /********************************************************************** ** 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 "gowidget.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<GoMainWidget> ) diff --git a/noncore/games/go/opie-go.control b/noncore/games/go/opie-go.control index 95b319e..943470d 100644 --- a/noncore/games/go/opie-go.control +++ b/noncore/games/go/opie-go.control @@ -1,10 +1,10 @@ Package: opie-go Files: plugins/application/libgo.so* bin/go apps/Games/go.desktop pics/go Priority: optional Section: opie/games Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: The game of Go A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION |