aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-handwriting/opie-handwriting.inc
blob: 296d48fb4f4267452e782e471882fe02cb2ea74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
DESCRIPTION = "Handwriting input method"
SECTION = "opie/inputmethods"
LICENSE = "GPLv2"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "qhandwriting"


S = "${WORKDIR}/handwriting"

inherit opie

pkg_postinst_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
if pidof -s qpe >/dev/null; then
  ${bindir}/qcop QPE/TaskBar "reloadInputMethods()"
else
  exit 0
fi

}

pkg_postrm_${PN}() {
#!/bin/sh
if [ -n "$D" ]; then exit 1; fi
${bindir}/qcop QPE/TaskBar "reloadInputMethods()"
}

# FILES plugins/inputmethods/libqhandwriting.so*
do_install() {
	install -d ${D}${palmtopdir}/etc/qimpen/
	for f in ../qimpen/*
	do
		[ -f $f ] && install -m 0644 $f ${D}${palmtopdir}/etc/qimpen/
	done
}

PACKAGES += " opie-handwriting-classicset opie-handwriting-graffitiset "

FILES_${PN} = "${palmtopdir}/plugins/inputmethods/libqhandwriting.so*"
FILES_opie-handwriting-classicset = "${palmtopdir}/etc/qimpen/default.conf \
	${palmtopdir}/etc/qimpen/combining.qpt \
	${palmtopdir}/etc/qimpen/asciilower.qpt \
	${palmtopdir}/etc/qimpen/asciiupper.qpt \
	${palmtopdir}/etc/qimpen/numeric.qpt"
FILES_opie-handwriting-graffitiset = "${palmtopdir}/etc/qimpen/graffiti*"