summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword
authordrw <drw>2004-03-02 23:15:00 (UTC)
committer drw <drw>2004-03-02 23:15:00 (UTC)
commit89dca0a260008dc8887fa6d19f40e7712aa52325 (patch) (side-by-side diff)
tree077a80f1e34cf197614e41738bced526d0d117df /noncore/games/buzzword
parentabb6d82b1a6a8b2d70306fb3cd6a50ce844eebab (diff)
downloadopie-89dca0a260008dc8887fa6d19f40e7712aa52325.zip
opie-89dca0a260008dc8887fa6d19f40e7712aa52325.tar.gz
opie-89dca0a260008dc8887fa6d19f40e7712aa52325.tar.bz2
Buzzword: libopie -> libopie2
Diffstat (limited to 'noncore/games/buzzword') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.pro4
-rw-r--r--noncore/games/buzzword/config.in2
-rw-r--r--noncore/games/buzzword/main.cpp2
-rw-r--r--noncore/games/buzzword/opie-buzzword.control10
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,9 +1,9 @@
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
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
@@ -16,7 +16,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
#include "buzzword.h"
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.