author | drw <drw> | 2004-03-02 22:48:49 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 22:48:49 (UTC) |
commit | 13348f11ba1cfa4787b973d65bfba8fc08299867 (patch) (unidiff) | |
tree | c05f82ae145584a82a0211c37e413bec2c24872a | |
parent | 5282a6fa5c826f36b71a065c6ef48c4b1394ce73 (diff) | |
download | opie-13348f11ba1cfa4787b973d65bfba8fc08299867.zip opie-13348f11ba1cfa4787b973d65bfba8fc08299867.tar.gz opie-13348f11ba1cfa4787b973d65bfba8fc08299867.tar.bz2 |
Bounce: libopie -> libopie2
-rw-r--r-- | noncore/games/bounce/bounce.pro | 6 | ||||
-rw-r--r-- | noncore/games/bounce/config.in | 2 | ||||
-rw-r--r-- | noncore/games/bounce/main.cpp | 3 | ||||
-rw-r--r-- | noncore/games/bounce/opie-bounce.control | 8 |
4 files changed, 10 insertions, 9 deletions
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index 75e4a6b..3892b4b 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | #CONFIG = qt warn_on debug | 1 | #CONFIG = qt warn_on debug |
2 | CONFIG = qt warn_on release quick-app | 2 | CONFIG = qt warn_on release quick-app |
3 | HEADERS = game.h kbounce.h | 3 | HEADERS = game.h kbounce.h |
4 | SOURCES = game.cpp kbounce.cpp main.cpp | 4 | SOURCES = game.cpp kbounce.cpp main.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | TARGET = bounce | 8 | TARGET = bounce |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/bounce/config.in b/noncore/games/bounce/config.in index 91edc92..727c6df 100644 --- a/noncore/games/bounce/config.in +++ b/noncore/games/bounce/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BOUNCE | 1 | config BOUNCE |
2 | boolean "opie-bounce (a JezzGame like game)" | 2 | boolean "opie-bounce (a JezzGame like game)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/noncore/games/bounce/main.cpp b/noncore/games/bounce/main.cpp index a070c4b..eb8d561 100644 --- a/noncore/games/bounce/main.cpp +++ b/noncore/games/bounce/main.cpp | |||
@@ -4,20 +4,21 @@ | |||
4 | * This program is free software; you can redistribute it and/or | 4 | * This program is free software; you can redistribute it and/or |
5 | * modify it under the terms of the GNU Library General Public | 5 | * modify it under the terms of the GNU Library General Public |
6 | * License as published by the Free Software Foundation; either | 6 | * License as published by the Free Software Foundation; either |
7 | * version 2 of the License, or (at your option) any later version. | 7 | * version 2 of the License, or (at your option) any later version. |
8 | * | 8 | * |
9 | * This program is distributed in the hope that it will be useful, | 9 | * This program is distributed in the hope that it will be useful, |
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 | * Library General Public License for more details. | 12 | * Library General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU Library General Public | 14 | * You should have received a copy of the GNU Library General Public |
15 | * License along with this program; if not, write to the Free | 15 | * License along with this program; if not, write to the Free |
16 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 16 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include "kbounce.h" | 19 | #include "kbounce.h" |
20 | #include <opie/oapplicationfactory.h> | 20 | |
21 | #include <opie2/oapplicationfactory.h> | ||
21 | 22 | ||
22 | OPIE_EXPORT_APP( OApplicationFactory<KJezzball> ) | 23 | OPIE_EXPORT_APP( OApplicationFactory<KJezzball> ) |
23 | 24 | ||
diff --git a/noncore/games/bounce/opie-bounce.control b/noncore/games/bounce/opie-bounce.control index bfe85d3..dfd1bf0 100644 --- a/noncore/games/bounce/opie-bounce.control +++ b/noncore/games/bounce/opie-bounce.control | |||
@@ -1,11 +1,11 @@ | |||
1 | Package: opie-bounce | 1 | Package: opie-bounce |
2 | Files: plugins/application/libbounce.so* bin/bounce apps/Games/bounce.desktop pics/bounce/*.png | 2 | Files: plugins/application/libbounce.so* bin/bounce apps/Games/bounce.desktop pics/bounce/*.png |
3 | Version: 0.6-$SUB_VERSION | 3 | Version: 0.6-$SUB_VERSION |
4 | Depends: task-opie-minimal | 4 | Depends: task-opie-minimal, libopiecore2 |
5 | Priority: optional | 5 | Priority: optional |
6 | Section: opie/games | 6 | Section: opie/games |
7 | Maintainer: Martin Imobersteg <imm@gmx.ch> | 7 | Maintainer: Martin Imobersteg <imm@gmx.ch> |
8 | Architecture: arm | 8 | Architecture: arm |
9 | License: GPL | 9 | License: GPL |
10 | Description: bounce | 10 | Description: bounce |
11 | A JezzGame like game for Qtopia. | 11 | A JezzGame like game for Qtopia. |