author | simon <simon> | 2002-11-24 10:36:54 (UTC) |
---|---|---|
committer | simon <simon> | 2002-11-24 10:36:54 (UTC) |
commit | 9387bc3f63b1e48c559d0758c50d9af857e7feeb (patch) (unidiff) | |
tree | 13318ea1c82fcdb54790af111537ca00708746f3 /inputmethods/multikey | |
parent | 83a6751b29b0a7e77d09477880cdc16e14dfe0a1 (diff) | |
download | opie-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)
-rw-r--r-- | inputmethods/multikey/multikey.pro | 6 | ||||
-rw-r--r-- | inputmethods/multikey/opie-multikey.control | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 1171602..268640e 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro | |||
@@ -2,19 +2,15 @@ TEMPLATE = lib | |||
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | configdlg.h \ | 4 | configdlg.h \ |
5 | ../pickboard/pickboardcfg.h \ | ||
6 | ../pickboard/pickboardpicks.h \ | ||
7 | keyboardimpl.h | 5 | keyboardimpl.h |
8 | SOURCES= keyboard.cpp \ | 6 | SOURCES= keyboard.cpp \ |
9 | configdlg.cpp \ | 7 | configdlg.cpp \ |
10 | ../pickboard/pickboardcfg.cpp \ | ||
11 | ../pickboard/pickboardpicks.cpp \ | ||
12 | keyboardimpl.cpp | 8 | keyboardimpl.cpp |
13 | TARGET = qmultikey | 9 | TARGET = qmultikey |
14 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
15 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
17 | LIBS += -lqpe | 13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
18 | VERSION = 1.0.0 | 14 | VERSION = 1.0.0 |
19 | 15 | ||
20 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts | 16 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts |
diff --git a/inputmethods/multikey/opie-multikey.control b/inputmethods/multikey/opie-multikey.control index ce39f36..3de8b02 100644 --- a/inputmethods/multikey/opie-multikey.control +++ b/inputmethods/multikey/opie-multikey.control | |||
@@ -4,6 +4,6 @@ Section: opie/inputmethods | |||
4 | Maintainer: Jake Richardson (jake@asdfnews.org) | 4 | Maintainer: Jake Richardson (jake@asdfnews.org) |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION) opie-pickboard |
8 | Description: Multiple language keyboard | 8 | Description: Multiple language keyboard |
9 | Keyboard for inputing multiple languages in the OPIE environment. | 9 | Keyboard for inputing multiple languages in the OPIE environment. |