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.
This commit is contained in:
parent
14b400109a
commit
8acdc3cdc2
3 changed files with 6 additions and 25 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue