author | drw <drw> | 2004-03-02 22:48:49 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-02 22:48:49 (UTC) |
commit | 13348f11ba1cfa4787b973d65bfba8fc08299867 (patch) (side-by-side diff) | |
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 @@ #CONFIG = qt warn_on debug CONFIG = qt warn_on release quick-app -HEADERS = game.h kbounce.h +HEADERS = game.h kbounce.h SOURCES = game.cpp kbounce.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -TARGET = bounce +LIBS += -lqpe -lopiecore2 +TARGET = bounce 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 @@ config BOUNCE boolean "opie-bounce (a JezzGame like game)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -8,16 +8,17 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "kbounce.h" -#include <opie/oapplicationfactory.h> + +#include <opie2/oapplicationfactory.h> OPIE_EXPORT_APP( OApplicationFactory<KJezzball> ) 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 @@ Package: opie-bounce Files: plugins/application/libbounce.so* bin/bounce apps/Games/bounce.desktop pics/bounce/*.png -Version: 0.6-$SUB_VERSION -Depends: task-opie-minimal +Version: 0.6-$SUB_VERSION +Depends: task-opie-minimal, libopiecore2 Priority: optional Section: opie/games -Maintainer: Martin Imobersteg <imm@gmx.ch> +Maintainer: Martin Imobersteg <imm@gmx.ch> Architecture: arm License: GPL -Description: bounce +Description: bounce A JezzGame like game for Qtopia. |