Thu Nov 16 11:52:07 2023 UTC ()
ibus-anthy: update to 1.5.15.

Changes in ibus-anthy 1.5.15

Frédéric Mangano (1):
      Add the escape_to_latin command as a vi-cooperative cancel (#29)

Hela Basa (1):
      po: Add translation (Sinhala)

Jan Kuparinen (1):
      po: Update translation (Finnish)

Luna Jernberg (1):
      po: Add translation (Swedish)

Oğuz Ersen (1):
      po: Update translation (Turkish)

Temuri Doghonadze (1):
      po: Add translation (Georgian)

fujiwarat (11):
      data: Update era.t with 2022
      setup: Minimum candidate window page size to 1
      travis: Move git master to main branch
      data: Add icon tag in ibus-anthy.appdata.xml.in
      engine: Enable IBus.Engine::has-focus-id property
      engine: Fix page_up/page_down class methods (#27)
      data: Update era.t with 2023
      engine: Fix to find compose resource in IBus core
      engine: Enable OSK mode
      engine: Distinguish Super-space and space shortcut keys
      Release 1.5.15

김인수 (2):
      po: Update translation (Japanese)
      po: Update translation (Korean)

data: Update era.t with 2022 (fujiwarat) ed99353
setup: Minimum candidate window page size to 1 (fujiwarat) 4ef5ac9
travis: Move git master to main branch (fujiwarat) 8f0ff52
data: Add icon tag in ibus-anthy.appdata.xml.in (fujiwarat) 8cfc210
engine: Enable IBus.Engine::has-focus-id property (fujiwarat) 3769df3
Add the escape_to_latin command as a vi-cooperative cancel (#29) (Frédéric Mangano) 934e301
engine: Fix page_up/page_down class methods (#27) (fujiwarat) d1e6853
data: Update era.t with 2023 (fujiwarat) 227ec14
engine: Fix to find compose resource in IBus core (fujiwarat) 56629c6
engine: Enable OSK mode (fujiwarat) ddb7d64
engine: Distinguish Super-space and space shortcut keys (fujiwarat) c1ffc2b
po: Add translation (Georgian) (Temuri Doghonadze) b65c6d9
po: Update translation (Turkish) (Oğuz Ersen) 3b290fe
po: Update translation (Japanese) (김인수) d2ed8c4
po: Update translation (Korean) (김인수) aa17a2e
po: Update translation (Finnish) (Jan Kuparinen) 5f9363a
po: Add translation (Sinhala) (Hela Basa) 7a0bf3d
po: Add translation (Swedish) (Luna Jernberg) a1c2233
Release 1.5.15 (fujiwarat) b4565a4


(wiz)
diff -r1.29 -r1.30 pkgsrc/inputmethod/ibus-anthy/Makefile
diff -r1.4 -r1.5 pkgsrc/inputmethod/ibus-anthy/PLIST
diff -r1.13 -r1.14 pkgsrc/inputmethod/ibus-anthy/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/inputmethod/ibus-anthy/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-anthy/Makefile 2023/08/14 05:24:39 1.29
+++ pkgsrc/inputmethod/ibus-anthy/Makefile 2023/11/16 11:52:06 1.30
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1# $NetBSD: Makefile,v 1.29 2023/08/14 05:24:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2023/11/16 11:52:06 wiz Exp $
2 2
3DISTNAME= ibus-anthy-1.5.6 3DISTNAME= ibus-anthy-1.5.15
4PKGREVISION= 6 
5CATEGORIES= inputmethod japanese 4CATEGORIES= inputmethod japanese
6MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/ 5MASTER_SITES= ${MASTER_SITE_GITHUB:=ibus/}
 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/ibus/ibus/wiki 9HOMEPAGE= https://github.com/ibus/ibus/wiki
10COMMENT= Anthy engine for IBus input platform 10COMMENT= Anthy engine for IBus input platform
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi 13DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi
14DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus 14DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus
15DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 15DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20USE_LANGUAGES= c 20USE_LANGUAGES= c
21USE_TOOLS+= pkg-config msgfmt gmake intltool 21USE_TOOLS+= pkg-config msgfmt gmake intltool
22 22
23CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale 23CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
24CONFIGURE_ARGS+= --with-kasumi-exec=${LOCALBASE}/bin/kasumi 24CONFIGURE_ARGS+= --with-kasumi-exec=${LOCALBASE}/bin/kasumi
25CONFIGURE_ARGS+= --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png 25CONFIGURE_ARGS+= --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
26CONFIGURE_ARGS+= --with-layout=default 26CONFIGURE_ARGS+= --with-layout=default
27#CONFIGURE_ARGS+= --enable-pygtk2-anthy 
28 27
29PYTHON_VERSIONS_ACCEPTED= 27 28PYTHON_VERSIONS_INCOMPATIBLE= 27
30 29
31.include "../../devel/gettext-lib/buildlink3.mk" 30.include "../../devel/gettext-lib/buildlink3.mk"
 31.include "../../devel/gettext-tools/msgfmt-desktop.mk"
32BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 32BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
33.include "../../devel/glib2/buildlink3.mk" 33.include "../../devel/glib2/buildlink3.mk"
34BUILDLINK_DEPMETHOD.gobject-introspection= build 34BUILDLINK_DEPMETHOD.gobject-introspection= build
35.include "../../devel/gobject-introspection/buildlink3.mk" 35.include "../../devel/gobject-introspection/buildlink3.mk"
36PY_PATCHPLIST= yes 36PY_PATCHPLIST= yes
37.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 37.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
38.include "../../lang/python/extension.mk" 38.include "../../lang/python/extension.mk"
39.include "../../inputmethod/anthy/buildlink3.mk" 39.include "../../inputmethod/anthy/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/inputmethod/ibus-anthy/PLIST (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-anthy/PLIST 2014/11/03 08:53:53 1.4
+++ pkgsrc/inputmethod/ibus-anthy/PLIST 2023/11/16 11:52:06 1.5
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1@comment $NetBSD: PLIST,v 1.4 2014/11/03 08:53:53 obache Exp $ 1@comment $NetBSD: PLIST,v 1.5 2023/11/16 11:52:06 wiz Exp $
2include/ibus-anthy-1.0/anthygcontext.h 2include/ibus-anthy-1.0/anthygcontext.h
3lib/girepository-1.0/Anthy-9000.typelib 3lib/girepository-1.0/Anthy-9000.typelib
4lib/libanthygobject-1.0.la 4lib/libanthygobject-1.0.la
5libexec/ibus-engine-anthy 5libexec/ibus-engine-anthy
6libexec/ibus-setup-anthy 6libexec/ibus-setup-anthy
7share/applications/ibus-setup-anthy.desktop 7share/applications/ibus-setup-anthy.desktop
8share/gir-1.0/Anthy-9000.gir 8share/gir-1.0/Anthy-9000.gir
 9share/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
9share/ibus-anthy/dicts/emoji.t 10share/ibus-anthy/dicts/emoji.t
10share/ibus-anthy/dicts/era.t 11share/ibus-anthy/dicts/era.t
11share/ibus-anthy/dicts/oldchar.t 12share/ibus-anthy/dicts/oldchar.t
12share/ibus-anthy/dicts/symbol.t 13share/ibus-anthy/dicts/symbol.t
13share/ibus-anthy/dicts/zipcode.t 14share/ibus-anthy/dicts/zipcode.t
14share/ibus-anthy/engine/_config.py 15share/ibus-anthy/engine/_config.py
15share/ibus-anthy/engine/_config.pyc 16share/ibus-anthy/engine/_config.pyc
16share/ibus-anthy/engine/_config.pyo 17share/ibus-anthy/engine/_config.pyo
17share/ibus-anthy/engine/default.xml 18share/ibus-anthy/engine/default.xml
18share/ibus-anthy/engine/engine.py 19share/ibus-anthy/engine/engine.py
19share/ibus-anthy/engine/engine.pyc 20share/ibus-anthy/engine/engine.pyc
20share/ibus-anthy/engine/engine.pyo 21share/ibus-anthy/engine/engine.pyo
21share/ibus-anthy/engine/factory.py 22share/ibus-anthy/engine/factory.py
@@ -47,17 +48,32 @@ share/ibus-anthy/setup/_config.pyc @@ -47,17 +48,32 @@ share/ibus-anthy/setup/_config.pyc
47share/ibus-anthy/setup/_config.pyo 48share/ibus-anthy/setup/_config.pyo
48share/ibus-anthy/setup/anthyprefs.py 49share/ibus-anthy/setup/anthyprefs.py
49share/ibus-anthy/setup/anthyprefs.pyc 50share/ibus-anthy/setup/anthyprefs.pyc
50share/ibus-anthy/setup/anthyprefs.pyo 51share/ibus-anthy/setup/anthyprefs.pyo
51share/ibus-anthy/setup/main.py 52share/ibus-anthy/setup/main.py
52share/ibus-anthy/setup/main.pyc 53share/ibus-anthy/setup/main.pyc
53share/ibus-anthy/setup/main.pyo 54share/ibus-anthy/setup/main.pyo
54share/ibus-anthy/setup/prefs.py 55share/ibus-anthy/setup/prefs.py
55share/ibus-anthy/setup/prefs.pyc 56share/ibus-anthy/setup/prefs.pyc
56share/ibus-anthy/setup/prefs.pyo 57share/ibus-anthy/setup/prefs.pyo
57share/ibus-anthy/setup/setup.ui 58share/ibus-anthy/setup/setup.ui
58share/ibus/component/anthy.xml 59share/ibus/component/anthy.xml
59share/icons/hicolor/scalable/apps/ibus-anthy.svg 60share/icons/hicolor/scalable/apps/ibus-anthy.svg
 61share/locale/ca/LC_MESSAGES/ibus-anthy.mo
 62share/locale/cs/LC_MESSAGES/ibus-anthy.mo
 63share/locale/de/LC_MESSAGES/ibus-anthy.mo
60share/locale/el/LC_MESSAGES/ibus-anthy.mo 64share/locale/el/LC_MESSAGES/ibus-anthy.mo
 65share/locale/es/LC_MESSAGES/ibus-anthy.mo
 66share/locale/fi/LC_MESSAGES/ibus-anthy.mo
61share/locale/fr/LC_MESSAGES/ibus-anthy.mo 67share/locale/fr/LC_MESSAGES/ibus-anthy.mo
 68share/locale/hu/LC_MESSAGES/ibus-anthy.mo
62share/locale/ja/LC_MESSAGES/ibus-anthy.mo 69share/locale/ja/LC_MESSAGES/ibus-anthy.mo
 70share/locale/ka/LC_MESSAGES/ibus-anthy.mo
 71share/locale/ko/LC_MESSAGES/ibus-anthy.mo
 72share/locale/pt_BR/LC_MESSAGES/ibus-anthy.mo
 73share/locale/pt_PT/LC_MESSAGES/ibus-anthy.mo
 74share/locale/si/LC_MESSAGES/ibus-anthy.mo
 75share/locale/sv/LC_MESSAGES/ibus-anthy.mo
 76share/locale/tr/LC_MESSAGES/ibus-anthy.mo
 77share/locale/uk/LC_MESSAGES/ibus-anthy.mo
63share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo 78share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
 79share/metainfo/org.freedesktop.ibus.engine.anthy.metainfo.xml

cvs diff -r1.13 -r1.14 pkgsrc/inputmethod/ibus-anthy/distinfo (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-anthy/distinfo 2021/10/26 10:49:33 1.13
+++ pkgsrc/inputmethod/ibus-anthy/distinfo 2023/11/16 11:52:06 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/10/26 10:49:33 nia Exp $ 1$NetBSD: distinfo,v 1.14 2023/11/16 11:52:06 wiz Exp $
2 2
3BLAKE2s (ibus-anthy-1.5.6.tar.gz) = 36d1e4256b039e92164c4e18cd782ea05b85cb48e498f0dcff93ee2a0c0c7ee3 3BLAKE2s (ibus-anthy-1.5.15.tar.gz) = 9e99ce70754fd501046b97946d0a0e3676be7acb79f59af832c6be241615b59e
4SHA512 (ibus-anthy-1.5.6.tar.gz) = a70ab060366426c9fb9f49817d81faf589f1badb9ddf4c5cfdea232a312afa5962daa9c3e48d7d0574ed4c4af4a7efbb334b59cc453507a6bd1a2d90ab5d0926 4SHA512 (ibus-anthy-1.5.15.tar.gz) = 1da813167bfa610a49a3b931c7484f488e4119df22434f5b89e64161b70058b421abb37ffb6a3017602e868a744821024c9f5e7b8df31ab2931444078d8f7ffe
5Size (ibus-anthy-1.5.6.tar.gz) = 710569 bytes 5Size (ibus-anthy-1.5.15.tar.gz) = 866318 bytes