summaryrefslogtreecommitdiff
authordrw <drw>2004-03-02 23:12:13 (UTC)
committer drw <drw>2004-03-02 23:12:13 (UTC)
commitabb6d82b1a6a8b2d70306fb3cd6a50ce844eebab (patch) (unidiff)
treef311531f0c554b2b65865241e61ad8c1686b5388
parent9d88f8bbfec1b1e45382c499f32789688fbdca3f (diff)
downloadopie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.zip
opie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.tar.gz
opie-abb6d82b1a6a8b2d70306fb3cd6a50ce844eebab.tar.bz2
ParaShoot: libopie -> libopie2
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/parashoot/config.in2
-rw-r--r--noncore/games/parashoot/main.cpp2
-rw-r--r--noncore/games/parashoot/opie-parashoot.control2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/parashoot/config.in b/noncore/games/parashoot/config.in
index bd48001..20f606d 100644
--- a/noncore/games/parashoot/config.in
+++ b/noncore/games/parashoot/config.in
@@ -1,4 +1,4 @@
1 config PARASHOOT 1 config PARASHOOT
2 boolean "opie-parashoot (shoot the parachutists)" 2 boolean "opie-parashoot (shoot the parachutists)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
diff --git a/noncore/games/parashoot/main.cpp b/noncore/games/parashoot/main.cpp
index 40f809f..81d513d 100644
--- a/noncore/games/parashoot/main.cpp
+++ b/noncore/games/parashoot/main.cpp
@@ -20,7 +20,7 @@
20 20
21#include "interface.h" 21#include "interface.h"
22 22
23#include <opie/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
25OPIE_EXPORT_APP( OApplicationFactory<ParaShoot> ) 25OPIE_EXPORT_APP( OApplicationFactory<ParaShoot> )
26 26
diff --git a/noncore/games/parashoot/opie-parashoot.control b/noncore/games/parashoot/opie-parashoot.control
index 139dd3c..f08be29 100644
--- a/noncore/games/parashoot/opie-parashoot.control
+++ b/noncore/games/parashoot/opie-parashoot.control
@@ -4,7 +4,7 @@ Priority: optional
4Section: opie/games 4Section: opie/games
5Maintainer: Martin Imobersteg <imm@gmx.ch> 5Maintainer: Martin Imobersteg <imm@gmx.ch>
6Architecture: arm 6Architecture: arm
7Depends: task-opie-minimal 7Depends: task-opie-minimal, libopiecore2
8Description: Game: shoot the parachutists 8Description: Game: shoot the parachutists
9 A game for the Opie environment. 9 A game for the Opie environment.
10Version: $QPE_VERSION$EXTRAVERSION 10Version: $QPE_VERSION$EXTRAVERSION
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index f5d103a..6b7a559 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -4,7 +4,7 @@ SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicop
4 TARGET = parashoot 4 TARGET = parashoot
5INCLUDEPATH += $(OPIEDIR)/include 5INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 6 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe -lopiecore2
8 8
9 9
10 10