0e06d17c724371bbf131374b7e308ba479f4323c
[vuplus_openembedded] / 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.7+cvs-${CVSDATE}"
7 APPNAME = "qunikeyboard"
8
9 SRC_URI = "${HANDHELDS_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