summaryrefslogtreecommitdiff
path: root/inputmethods/keyboard
authorsimon <simon>2002-11-24 10:36:54 (UTC)
committer simon <simon>2002-11-24 10:36:54 (UTC)
commit9387bc3f63b1e48c559d0758c50d9af857e7feeb (patch) (unidiff)
tree13318ea1c82fcdb54790af111537ca00708746f3 /inputmethods/keyboard
parent83a6751b29b0a7e77d09477880cdc16e14dfe0a1 (diff)
downloadopie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.zip
opie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.tar.gz
opie-9387bc3f63b1e48c559d0758c50d9af857e7feeb.tar.bz2
- link multikey, dvorak and keyboard input method against pickboard
(and updated ipkg dependencies accordingly) , to avoid duplicated symbols at run-time (patch posted on opie list a couple of days ago)
Diffstat (limited to 'inputmethods/keyboard') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/keyboard/keyboard.pro6
-rw-r--r--inputmethods/keyboard/opie-keyboard.control2
2 files changed, 2 insertions, 6 deletions
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro
index 105316f..540d177 100644
--- a/inputmethods/keyboard/keyboard.pro
+++ b/inputmethods/keyboard/keyboard.pro
@@ -1,18 +1,14 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= keyboard.h \ 3 HEADERS= keyboard.h \
4 ../pickboard/pickboardcfg.h \
5 ../pickboard/pickboardpicks.h \
6 keyboardimpl.h 4 keyboardimpl.h
7 SOURCES= keyboard.cpp \ 5 SOURCES= keyboard.cpp \
8 ../pickboard/pickboardcfg.cpp \
9 ../pickboard/pickboardpicks.cpp \
10 keyboardimpl.cpp 6 keyboardimpl.cpp
11 TARGET = qkeyboard 7 TARGET = qkeyboard
12 DESTDIR = ../../plugins/inputmethods 8 DESTDIR = ../../plugins/inputmethods
13INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
14DEPENDPATH += ../$(OPIEDIR)/include ../../launcher 10DEPENDPATH += ../$(OPIEDIR)/include ../../launcher
15LIBS += -lqpe 11LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard
16 VERSION = 1.0.0 12 VERSION = 1.0.0
17 13
18TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ 14TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \
diff --git a/inputmethods/keyboard/opie-keyboard.control b/inputmethods/keyboard/opie-keyboard.control
index cd60148..2a6b7a5 100644
--- a/inputmethods/keyboard/opie-keyboard.control
+++ b/inputmethods/keyboard/opie-keyboard.control
@@ -4,6 +4,6 @@ Section: opie/inputmethods
4Maintainer: Martin Jones <mjones@trolltech.com> 4Maintainer: Martin Jones <mjones@trolltech.com>
5Architecture: arm 5Architecture: arm
6Version: $QPE_VERSION-$SUB_VERSION 6Version: $QPE_VERSION-$SUB_VERSION
7Depends: opie-base ($QPE_VERSION) 7Depends: opie-base ($QPE_VERSION) opie-pickboard
8Description: Keyboard input method 8Description: Keyboard input method
9 Keyboard input method for the Opie environment. 9 Keyboard input method for the Opie environment.