Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / opie-unikeyboard / opie-unikeyboard_1.1.7.oe
1 DESCRIPTION = "Unicode input method"
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6
7 APPNAME = "qunikeyboard"
8
9 TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
10 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/unikeyboard "
11
12 S = "${WORKDIR}/unikeyboard"
13
14 inherit opie
15
16 pkg_postinst() {
17 #!/bin/sh
18 if [ -n "$D" ]; then exit 1; fi
19 if pidof -s qpe >/dev/null; then
20   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
21 else
22   exit 0
23 fi
24 }
25
26 pkg_postrm() {
27 #!/bin/sh
28 if [ -n "$D" ]; then exit 1; fi
29 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
30 }
31
32 # FILES plugins/inputmethods/libqunikeyboard.so*
33 do_install() {
34 }
35