author | drw <drw> | 2004-03-02 22:45:57 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 22:45:57 (UTC) |
commit | 5282a6fa5c826f36b71a065c6ef48c4b1394ce73 (patch) (side-by-side diff) | |
tree | 0a4511e476afab36fcdcbe4768a8798d89bb1775 /noncore | |
parent | bd0f8ca68a892acc83317b45958ab59c972deb68 (diff) | |
download | opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.zip opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.gz opie-5282a6fa5c826f36b71a065c6ef48c4b1394ce73.tar.bz2 |
Fifteen: libopie -> libopie2
-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 @@ -4,7 +4,7 @@ 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 @@ -17,7 +17,7 @@ #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 @@ -2,10 +2,10 @@ 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 |