From 58f47eee5f55cada5751b63deaf5ab286eada21e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 3 May 2006 09:53:17 +0000 Subject: add imkit, a japanese inputmethod for Opie. in nonworking, because it needs a c++ template syntax patch to comply with modern compilers --- packages/nonworking/imkit/.mtn2git_empty | 0 packages/nonworking/imkit/imkit_0.4.0-pre2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packages/nonworking/imkit/.mtn2git_empty create mode 100644 packages/nonworking/imkit/imkit_0.4.0-pre2.bb (limited to 'packages/nonworking/imkit') diff --git a/packages/nonworking/imkit/.mtn2git_empty b/packages/nonworking/imkit/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/nonworking/imkit/imkit_0.4.0-pre2.bb b/packages/nonworking/imkit/imkit_0.4.0-pre2.bb new file mode 100644 index 0000000000..2e809b11c1 --- /dev/null +++ b/packages/nonworking/imkit/imkit_0.4.0-pre2.bb @@ -0,0 +1,20 @@ +# +# nonworking, because the c++ template syntax no longer compiles with modern compilers +# +DESCRIPTION = "An Inputmethod for Opie - frontend to the japanese anthy engine" +HOMEPAGE = "http://zaurus-ja.sourceforge.jp/imkit-anthy.html.en" +SECTION = "opie/inputmethods" +LICENSE = "GPL" +RDEPENDS = "anthy" + +SRC_URI = "http://downloads.sourceforge.jp/zaurus-ja/2195/imkit-${PV}.tar.gz" +S = "${WORKDIR}/imkit-${PV}" + +inherit palmtop + +PARALLEL_MAKE = "" +QMAKE_PROFILES = "imkit.pro" + +do_configure_prepend() { + echo -e "TEMPLATE=subdirs\nSUBDIRS=libimkit impls/anthy\n" > imkit.pro +} -- cgit v1.2.3