summaryrefslogtreecommitdiff
path: root/packages/qpobox/qpobox_0.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qpobox/qpobox_0.5.4.bb')
-rw-r--r--packages/qpobox/qpobox_0.5.4.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/qpobox/qpobox_0.5.4.bb b/packages/qpobox/qpobox_0.5.4.bb
index c2ed6938b7..002522afa3 100644
--- a/packages/qpobox/qpobox_0.5.4.bb
+++ b/packages/qpobox/qpobox_0.5.4.bb
@@ -1,11 +1,18 @@
DESCRIPTION = "A japanese inputmethod for Qt/Embedded based palmtop environments."
SECTION = "opie/inputmethods"
-RDEPENDS = "poboxserver"
+RDEPENDS = "poboxserver virtual/japanese-font"
LICENSE = "GPL"
+HOMEPAGE = "http://takahr.dhis.portside.net/cgi-bin/rwiki.cgi?cmd=view;name=QPOBox"
+PR = "r0"
SRC_URI = "http://www.vanille.de/mirror/qpobox-${PV}.tar.gz \
- file://ashikase.patch;patch=1"
+ file://qpobox-0.5.4-opie.patch;patch=1 \
+ file://qpobox.patch;patch=1"
S = "${WORKDIR}/qpobox"
inherit opie
+do_install() {
+ install -d ${D}${palmtopdir}/share
+ install -m 644 qpobox.key ${D}${palmtopdir}/share
+}