diff options
author | obache <obache@pkgsrc.org> | 2014-11-03 08:53:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-03 08:53:53 +0000 |
commit | a0d0f7ef5b913215275997c20d405e8913a136b9 (patch) | |
tree | c08bba4538ec019c70094f83b51549b90e70200b | |
parent | c0fcf7dfa5e941321d69c87ca639ec2f1143647c (diff) | |
download | pkgsrc-a0d0f7ef5b913215275997c20d405e8913a136b9.tar.gz |
Update ibus-anthy to 1.5.6.
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
-rw-r--r-- | inputmethod/ibus-anthy/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-anthy/PLIST | 3 | ||||
-rw-r--r-- | inputmethod/ibus-anthy/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile index 9ca76c571ac..5cd4534f3bd 100644 --- a/inputmethod/ibus-anthy/Makefile +++ b/inputmethod/ibus-anthy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2014/05/17 16:10:45 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/11/03 08:53:53 obache Exp $ -DISTNAME= ibus-anthy-1.5.5 -PKGREVISION= 1 +DISTNAME= ibus-anthy-1.5.6 CATEGORIES= inputmethod japanese MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/ibus-anthy/PLIST b/inputmethod/ibus-anthy/PLIST index d388d669d44..1a9a7044f46 100644 --- a/inputmethod/ibus-anthy/PLIST +++ b/inputmethod/ibus-anthy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/10/23 12:09:28 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/11/03 08:53:53 obache Exp $ include/ibus-anthy-1.0/anthygcontext.h lib/girepository-1.0/Anthy-9000.typelib lib/libanthygobject-1.0.la @@ -6,6 +6,7 @@ libexec/ibus-engine-anthy libexec/ibus-setup-anthy share/applications/ibus-setup-anthy.desktop share/gir-1.0/Anthy-9000.gir +share/ibus-anthy/dicts/emoji.t share/ibus-anthy/dicts/era.t share/ibus-anthy/dicts/oldchar.t share/ibus-anthy/dicts/symbol.t diff --git a/inputmethod/ibus-anthy/distinfo b/inputmethod/ibus-anthy/distinfo index 748f8965521..f5b25ba3fde 100644 --- a/inputmethod/ibus-anthy/distinfo +++ b/inputmethod/ibus-anthy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2014/04/06 04:24:19 obache Exp $ +$NetBSD: distinfo,v 1.10 2014/11/03 08:53:53 obache Exp $ -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 +SHA1 (ibus-anthy-1.5.6.tar.gz) = 22cf6087607a9ccf6aa9ae9bb6b7fac80146d858 +RMD160 (ibus-anthy-1.5.6.tar.gz) = f4513561f96a2efc24e1af04ca648edb5980e9dd +Size (ibus-anthy-1.5.6.tar.gz) = 710569 bytes |