diff options
author | obache <obache@pkgsrc.org> | 2014-04-06 04:24:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-06 04:24:19 +0000 |
commit | 10492e6773646f453a1636535e6dc8be9630f526 (patch) | |
tree | 234b35a08cb000f30a1ca842fcf847712d49eb61 /inputmethod/ibus-anthy | |
parent | a3efb981e9554b8850fa93f0b2a27baaf7bbdab7 (diff) | |
download | pkgsrc-10492e6773646f453a1636535e6dc8be9630f526.tar.gz |
Update ibus-anthy to 1.5.5.
* Fixed IOError in print sys.stderr when the parent process exits.
* Added python3.
* Launched an error dialog when .anthy/last-record2_default.utf8 is broken.
Wile here, expressly configure as default-layout=default (instead of default "jp")
Diffstat (limited to 'inputmethod/ibus-anthy')
-rw-r--r-- | inputmethod/ibus-anthy/Makefile | 10 | ||||
-rw-r--r-- | inputmethod/ibus-anthy/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile index 74e3d65db6f..2c75d08218f 100644 --- a/inputmethod/ibus-anthy/Makefile +++ b/inputmethod/ibus-anthy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/04/06 04:24:19 obache Exp $ -DISTNAME= ibus-anthy-1.5.4 -PKGREVISION= 1 +DISTNAME= ibus-anthy-1.5.5 CATEGORIES= inputmethod japanese -MASTER_SITES= http://ibus.googlecode.com/files/ +MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://code.google.com/p/ibus/ @@ -14,8 +13,6 @@ DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # ibus - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -28,6 +25,7 @@ FIND_PREFIX:= KASUMI_DIR=kasumi CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --with-kasumi-exec=${KASUMI_DIR}/bin/kasumi CONFIGURE_ARGS+= --with-kasumi-icon=${KASUMI_DIR}/share/pixmaps/kasumi.png +CONFIGURE_ARGS+= --with-layout=default #CONFIGURE_ARGS+= --enable-pygtk2-anthy .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/inputmethod/ibus-anthy/distinfo b/inputmethod/ibus-anthy/distinfo index 1e2b53e7f84..748f8965521 100644 --- a/inputmethod/ibus-anthy/distinfo +++ b/inputmethod/ibus-anthy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/10/23 12:09:28 obache Exp $ +$NetBSD: distinfo,v 1.9 2014/04/06 04:24:19 obache Exp $ -SHA1 (ibus-anthy-1.5.4.tar.gz) = 476e308dccf0d691b27a1bdfb03e1c6bc2a0f0c0 -RMD160 (ibus-anthy-1.5.4.tar.gz) = c1ec2a2ca3910f61bed52126cdf4e65e183ff64e -Size (ibus-anthy-1.5.4.tar.gz) = 592595 bytes +SHA1 (ibus-anthy-1.5.5.tar.gz) = 96a29af5af5439ef98bd31ddbd1cb116dc4fca03 +RMD160 (ibus-anthy-1.5.5.tar.gz) = 1367fa331956d3792224167c98e86db438cccddb +Size (ibus-anthy-1.5.5.tar.gz) = 687392 bytes |