author | kergoth <kergoth> | 2003-04-23 22:59:18 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 22:59:18 (UTC) |
commit | 51e782b9658de61dc02579e115a9c62f396609a3 (patch) (unidiff) | |
tree | eb3e5c5d358326a2735dcc76727584f4a36f9a67 /development | |
parent | 545bc71ee282f93b993ae680fbe9ec135162dd21 (diff) | |
download | opie-51e782b9658de61dc02579e115a9c62f396609a3.zip opie-51e782b9658de61dc02579e115a9c62f396609a3.tar.gz opie-51e782b9658de61dc02579e115a9c62f396609a3.tar.bz2 |
Add keyview ipk
-rw-r--r-- | development/keyview/keyview.pro | 2 | ||||
-rw-r--r-- | development/keyview/opie-keyview.control | 9 | ||||
-rwxr-xr-x | development/keyview/opie-keyview.postinst | 7 | ||||
-rwxr-xr-x | development/keyview/opie-keyview.postrm | 2 |
4 files changed, 19 insertions, 1 deletions
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index 70cc171..5be6dcf 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = keyview.h keyboardimpl.h | 4 | HEADERS = keyview.h keyboardimpl.h |
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe -lstdc++ |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | 13 | TRANSLATIONS = ../i18n/de/keyview.ts \ |
14 | ../i18n/nl/keyview.ts \ | 14 | ../i18n/nl/keyview.ts \ |
15 | ../i18n/da/keyview.ts \ | 15 | ../i18n/da/keyview.ts \ |
16 | ../i18n/xx/keyview.ts \ | 16 | ../i18n/xx/keyview.ts \ |
17 | ../i18n/en/keyview.ts \ | 17 | ../i18n/en/keyview.ts \ |
18 | ../i18n/es/keyview.ts \ | 18 | ../i18n/es/keyview.ts \ |
19 | ../i18n/fr/keyview.ts \ | 19 | ../i18n/fr/keyview.ts \ |
20 | ../i18n/hu/keyview.ts \ | 20 | ../i18n/hu/keyview.ts \ |
21 | ../i18n/ja/keyview.ts \ | 21 | ../i18n/ja/keyview.ts \ |
22 | ../i18n/ko/keyview.ts \ | 22 | ../i18n/ko/keyview.ts \ |
23 | ../i18n/no/keyview.ts \ | 23 | ../i18n/no/keyview.ts \ |
24 | ../i18n/pl/keyview.ts \ | 24 | ../i18n/pl/keyview.ts \ |
25 | ../i18n/pt/keyview.ts \ | 25 | ../i18n/pt/keyview.ts \ |
26 | ../i18n/pt_BR/keyview.ts \ | 26 | ../i18n/pt_BR/keyview.ts \ |
27 | ../i18n/sl/keyview.ts \ | 27 | ../i18n/sl/keyview.ts \ |
28 | ../i18n/zh_CN/keyview.ts \ | 28 | ../i18n/zh_CN/keyview.ts \ |
29 | ../i18n/zh_TW/keyview.ts | 29 | ../i18n/zh_TW/keyview.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( $(OPIEDIR)/include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/development/keyview/opie-keyview.control b/development/keyview/opie-keyview.control new file mode 100644 index 0000000..7adcbb8 --- a/dev/null +++ b/development/keyview/opie-keyview.control | |||
@@ -0,0 +1,9 @@ | |||
1 | Package: opie-keyview | ||
2 | Files: plugins/inputmethods/libkeyview.so* | ||
3 | Priority: optional | ||
4 | Section: opie/inputmethods | ||
5 | Maintainer: Opie Team <opie@handhelds.org> | ||
6 | Architecture: arm | ||
7 | Version: $QPE_VERSION-$SUB_VERSION | ||
8 | Depends: task-opie-minimal | ||
9 | Description: Keyview Development Inputmethod | ||
diff --git a/development/keyview/opie-keyview.postinst b/development/keyview/opie-keyview.postinst new file mode 100755 index 0000000..b9ac6f0 --- a/dev/null +++ b/development/keyview/opie-keyview.postinst | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/bin/sh | ||
2 | if pidof -s qpe >/dev/null; then | ||
3 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | ||
4 | else | ||
5 | exit 0 | ||
6 | fi | ||
7 | |||
diff --git a/development/keyview/opie-keyview.postrm b/development/keyview/opie-keyview.postrm new file mode 100755 index 0000000..c254b01 --- a/dev/null +++ b/development/keyview/opie-keyview.postrm | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()" | ||