pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/ibus-anthy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 16 11:52:07 UTC 2023

Modified Files:
        pkgsrc/inputmethod/ibus-anthy: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/inputmethod/ibus-anthy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/inputmethod/ibus-anthy/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/ibus-anthy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-anthy/Makefile
diff -u pkgsrc/inputmethod/ibus-anthy/Makefile:1.29 pkgsrc/inputmethod/ibus-anthy/Makefile:1.30
--- pkgsrc/inputmethod/ibus-anthy/Makefile:1.29 Mon Aug 14 05:24:39 2023
+++ pkgsrc/inputmethod/ibus-anthy/Makefile      Thu Nov 16 11:52:06 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2023/08/14 05:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2023/11/16 11:52:06 wiz Exp $
 
-DISTNAME=      ibus-anthy-1.5.6
-PKGREVISION=   6
+DISTNAME=      ibus-anthy-1.5.15
 CATEGORIES=    inputmethod japanese
-MASTER_SITES=  https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ibus/}
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ibus/ibus/wiki
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      kasumi>=2.1:../../inputmethod/kasumi
 DEPENDS+=      ibus>=1.5.4:../../inputmethod/ibus
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
@@ -24,11 +24,11 @@ CONFIGURE_ARGS+=    --localedir=${PREFIX}/$
 CONFIGURE_ARGS+=       --with-kasumi-exec=${LOCALBASE}/bin/kasumi
 CONFIGURE_ARGS+=       --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
 CONFIGURE_ARGS+=       --with-layout=default
-#CONFIGURE_ARGS+=      --enable-pygtk2-anthy
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.26.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=     build

Index: pkgsrc/inputmethod/ibus-anthy/PLIST
diff -u pkgsrc/inputmethod/ibus-anthy/PLIST:1.4 pkgsrc/inputmethod/ibus-anthy/PLIST:1.5
--- pkgsrc/inputmethod/ibus-anthy/PLIST:1.4     Mon Nov  3 08:53:53 2014
+++ pkgsrc/inputmethod/ibus-anthy/PLIST Thu Nov 16 11:52:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/11/03 08:53:53 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/11/16 11:52:06 wiz 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/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
 share/ibus-anthy/dicts/emoji.t
 share/ibus-anthy/dicts/era.t
 share/ibus-anthy/dicts/oldchar.t
@@ -57,7 +58,22 @@ share/ibus-anthy/setup/prefs.pyo
 share/ibus-anthy/setup/setup.ui
 share/ibus/component/anthy.xml
 share/icons/hicolor/scalable/apps/ibus-anthy.svg
+share/locale/ca/LC_MESSAGES/ibus-anthy.mo
+share/locale/cs/LC_MESSAGES/ibus-anthy.mo
+share/locale/de/LC_MESSAGES/ibus-anthy.mo
 share/locale/el/LC_MESSAGES/ibus-anthy.mo
+share/locale/es/LC_MESSAGES/ibus-anthy.mo
+share/locale/fi/LC_MESSAGES/ibus-anthy.mo
 share/locale/fr/LC_MESSAGES/ibus-anthy.mo
+share/locale/hu/LC_MESSAGES/ibus-anthy.mo
 share/locale/ja/LC_MESSAGES/ibus-anthy.mo
+share/locale/ka/LC_MESSAGES/ibus-anthy.mo
+share/locale/ko/LC_MESSAGES/ibus-anthy.mo
+share/locale/pt_BR/LC_MESSAGES/ibus-anthy.mo
+share/locale/pt_PT/LC_MESSAGES/ibus-anthy.mo
+share/locale/si/LC_MESSAGES/ibus-anthy.mo
+share/locale/sv/LC_MESSAGES/ibus-anthy.mo
+share/locale/tr/LC_MESSAGES/ibus-anthy.mo
+share/locale/uk/LC_MESSAGES/ibus-anthy.mo
 share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
+share/metainfo/org.freedesktop.ibus.engine.anthy.metainfo.xml

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



Home | Main Index | Thread Index | Old Index