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