author | drw <drw> | 2004-03-02 21:15:41 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 21:15:41 (UTC) |
commit | f98648a75f6c5df1a5c16f5e024d367951adda70 (patch) (side-by-side diff) | |
tree | 3649a9d10e3e789667c2d3e1f8d9d3ccc3f194e8 | |
parent | 212d3c47126304828e5e5a0c2179ab444d033c51 (diff) | |
download | opie-f98648a75f6c5df1a5c16f5e024d367951adda70.zip opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.gz opie-f98648a75f6c5df1a5c16f5e024d367951adda70.tar.bz2 |
Snake: libopie -> libopie2
-rw-r--r-- | noncore/games/snake/config.in | 2 | ||||
-rw-r--r-- | noncore/games/snake/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/snake/opie-snake.control | 2 | ||||
-rw-r--r-- | noncore/games/snake/snake.pro | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in index fb44b86..04c9c4d 100644 --- a/noncore/games/snake/config.in +++ b/noncore/games/snake/config.in @@ -1,4 +1,4 @@ config SNAKE boolean "opie-snake (control eating and growing snake)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/snake/main.cpp b/noncore/games/snake/main.cpp index 9a9b167..44f742f 100644 --- a/noncore/games/snake/main.cpp +++ b/noncore/games/snake/main.cpp @@ -11,18 +11,18 @@ ** 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 "interface.h" -#include <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> ) diff --git a/noncore/games/snake/opie-snake.control b/noncore/games/snake/opie-snake.control index f110acd..625212b 100644 --- a/noncore/games/snake/opie-snake.control +++ b/noncore/games/snake/opie-snake.control @@ -1,10 +1,10 @@ Package: opie-snake Files: plugins/application/libsnake.so* bin/snake apps/Games/snake.desktop pics/snake Priority: optional Section: opie/games Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm -Depends: task-opie-minimal +Depends: task-opie-minimal, libopiecore2 Description: Game: control the snake A game for the Opie environment. Version: $QPE_VERSION$EXTRAVERSION diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 2b7444c..e42cc66 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -1,10 +1,10 @@ CONFIG += qt warn_on release quick-app HEADERS = snake.h target.h obstacle.h interface.h codes.h SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp TARGET = snake INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 include ( $(OPIEDIR)/include.pro ) |