diff options
author | obache <obache@pkgsrc.org> | 2010-08-30 07:36:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-30 07:36:48 +0000 |
commit | ff10263495e0879bc3bdfd8a0b76dc667131d0f7 (patch) | |
tree | 02f31a2290486b900bf80582aa160b77910d7c45 /inputmethod/ibus-skk | |
parent | 999a774fe65569628495ffd4e2f1733f4ea9e131 (diff) | |
download | pkgsrc-ff10263495e0879bc3bdfd8a0b76dc667131d0f7.tar.gz |
Update ibus-skk to 1.0.0.
* fix 'hh' not handled correctly.
* Don't use "==" in sh script (Issue#2).
* Don't set $ENV in Makefile (Issue#3).
* Add "Initial Input Mode" configuration.
* Add test for zl.
* Fix zl conversion.
* Add links to external resources.
Diffstat (limited to 'inputmethod/ibus-skk')
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/ibus-skk/distinfo | 9 | ||||
-rw-r--r-- | inputmethod/ibus-skk/patches/patch-aa | 15 |
3 files changed, 6 insertions, 25 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index 15e20a2a2f9..b662f6a4192 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/08/11 12:59:35 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/08/30 07:36:48 obache Exp $ # -DISTNAME= ibus-skk-0.0.10 -PKGREVISION= 1 +DISTNAME= ibus-skk-1.0.0 CATEGORIES= inputmethod japanese MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ @@ -30,8 +29,6 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= engine/ibus-engine-skk.in setup/ibus-setup-skk.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -.include "../../inputmethod/ibus/bad-env-usage.mk" - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/ibus-skk/distinfo b/inputmethod/ibus-skk/distinfo index ebf3a6333e2..8bab58c090d 100644 --- a/inputmethod/ibus-skk/distinfo +++ b/inputmethod/ibus-skk/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/08/09 13:34:12 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/08/30 07:36:48 obache Exp $ -SHA1 (ibus-skk-0.0.10.tar.gz) = 071b5ee39cd18195d1518c968f43ad67c215541f -RMD160 (ibus-skk-0.0.10.tar.gz) = 5c0a7078baecab27ba14f177ed76727323b94e73 -Size (ibus-skk-0.0.10.tar.gz) = 410212 bytes -SHA1 (patch-aa) = f3e732199992dea3141d253ab6e5f4d8def7245c +SHA1 (ibus-skk-1.0.0.tar.gz) = 0713ab4950021c8c93b02b7f29559494c3942abb +RMD160 (ibus-skk-1.0.0.tar.gz) = cd47998b95e06ed8bbc3becc5616382236545eb1 +Size (ibus-skk-1.0.0.tar.gz) = 399228 bytes diff --git a/inputmethod/ibus-skk/patches/patch-aa b/inputmethod/ibus-skk/patches/patch-aa deleted file mode 100644 index da87848d42d..00000000000 --- a/inputmethod/ibus-skk/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2010/08/09 13:34:12 obache Exp $ - -http://github.com/ueno/ibus-skk/issues/closed/#issue/2 - ---- configure.orig 2010-01-11 03:56:13.000000000 +0000 -+++ configure -@@ -16321,7 +16321,7 @@ $as_echo "no" >&6; } - fi - - --if test x"$PYTHON_CONFIG" == x""; then -+if test x"$PYTHON_CONFIG" = x""; then - # Extract the first word of "python-config", so it can be a program name with args. - set dummy python-config; ac_word=$2 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |