aboutsummaryrefslogtreecommitdiffstats
path: root/opie-unikeyboard/opie-unikeyboard_1.1.7.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-unikeyboard/opie-unikeyboard_1.1.7.oe')
-rw-r--r--opie-unikeyboard/opie-unikeyboard_1.1.7.oe35
1 files changed, 0 insertions, 35 deletions
diff --git a/opie-unikeyboard/opie-unikeyboard_1.1.7.oe b/opie-unikeyboard/opie-unikeyboard_1.1.7.oe
deleted file mode 100644
index 4c5f4542f6..0000000000
--- a/opie-unikeyboard/opie-unikeyboard_1.1.7.oe
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "Unicode input method"
-SECTION = "opie/inputmethods"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-APPNAME = "qunikeyboard"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/unikeyboard "
-
-S = "${WORKDIR}/unikeyboard"
-
-inherit opie
-
-pkg_postinst() {
-#!/bin/sh
-if [ -n "$D" ]; then exit 1; fi
-if pidof -s qpe >/dev/null; then
- /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
-else
- exit 0
-fi
-}
-
-pkg_postrm() {
-#!/bin/sh
-if [ -n "$D" ]; then exit 1; fi
-/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
-}
-
-# FILES plugins/inputmethods/libqunikeyboard.so*
-do_install() {
-}
-