-rw-r--r-- | noncore/games/buzzword/buzzword.pro | 4 | ||||
-rw-r--r-- | noncore/games/buzzword/config.in | 2 | ||||
-rw-r--r-- | noncore/games/buzzword/main.cpp | 2 | ||||
-rw-r--r-- | noncore/games/buzzword/opie-buzzword.control | 10 |
4 files changed, 9 insertions, 9 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 247b593..d9e26f6 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro @@ -1,10 +1,10 @@ CONFIG = qt warn_on release quick-app -HEADERS = buzzword.h +HEADERS = buzzword.h SOURCES = buzzword.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 TARGET = buzzword include ( $(OPIEDIR)/include.pro ) diff --git a/noncore/games/buzzword/config.in b/noncore/games/buzzword/config.in index adcf8b0..b95879f 100644 --- a/noncore/games/buzzword/config.in +++ b/noncore/games/buzzword/config.in @@ -1,4 +1,4 @@ config BUZZWORD boolean "opie-buzzword (a BuzzWord Bingo)" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE diff --git a/noncore/games/buzzword/main.cpp b/noncore/games/buzzword/main.cpp index 95b3176..596cf16 100644 --- a/noncore/games/buzzword/main.cpp +++ b/noncore/games/buzzword/main.cpp @@ -1,23 +1,23 @@ /* * Copyright (C) 2002 Martin Imobersteg <imm@gmx.ch> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; either * version 2 of the License,Life or (at your option) any later version. * * 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 <opie/oapplicationfactory.h> +#include <opie2/oapplicationfactory.h> #include "buzzword.h" OPIE_EXPORT_APP( OApplicationFactory<BuzzWord> ) diff --git a/noncore/games/buzzword/opie-buzzword.control b/noncore/games/buzzword/opie-buzzword.control index b3e2496..3316445 100644 --- a/noncore/games/buzzword/opie-buzzword.control +++ b/noncore/games/buzzword/opie-buzzword.control @@ -1,11 +1,11 @@ Package: opie-buzzword Files: plugins/application/libbuzzword.so* bin/buzzword apps/Games/buzzword.desktop pics/buzzword/buzzword.png share/buzzword/buzzwords -Version: 1.1-$SUB_VERSION -Depends: task-opie-minimal +Version: 1.1-$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: BuzzWord - A BuzzWord Bingo for Qtopia. +Description: BuzzWord + A BuzzWord Bingo for the Opie environment. |