]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-keyview/opie-keyview.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-keyview / opie-keyview.inc
1 DESCRIPTION = "Keyview Development Inputmethod"
2 SECTION = "opie/inputmethods"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "virtual/libqpe"
6 APPNAME = "keyview"
7
8
9 S = "${WORKDIR}/${APPNAME}"
10
11 inherit opie
12
13 pkg_postinst() {
14 #!/bin/sh
15 if [ -n "$D" ]; then exit 1; fi
16 if pidof -s qpe >/dev/null; then
17   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
18 else
19   exit 0
20 fi
21 }
22
23 pkg_postrm() {
24 #!/bin/sh
25 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
26 }
27
28 # FILES plugins/inputmethods/libkeyview.so*