summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2022-03-15 13:13:36 +0000
committertsutsui <tsutsui@pkgsrc.org>2022-03-15 13:13:36 +0000
commitceb24b2e484a387b51a9515fb879d9e699f64b21 (patch)
treecacb45208a1fda5a2fb10a37eb1ab9cfcdeb903b /inputmethod
parent97f11d356a4145923e99890d1f64dc67fd6037c4 (diff)
downloadpkgsrc-ceb24b2e484a387b51a9515fb879d9e699f64b21.tar.gz
ibus: update to 1.5.26.
pkgsrc changes: - explicitly disable systemd support - explicitly require the latest unicode packages - no need to specify python 2.x Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.26 1.5.26 * Enhance compose keys df664b1 19377ad * Enhance Emoji features acc5570 104148b d9ff2bb * Implement clear preedit for GTK4 5487a6b * Calculate keycode from keysym in GTK3 forward-key-event 4957d14 * Fix to send char position at update_preedit_text f5757ad * Deprecate gettext.bind_textdomain_codeset() since Python 3.8 28acfd4 * Fix ibus_key_event_from_string for gobject-introspection c69b61a * Fix a key event loop with forwarding keys 6b979e7 * Delete gnome-autogen dependency 2bc47f0 * Change XKB layout string color in panel 0e118e7 * Add IBUS_INPUT_HINT_PRIVATE for browser private mode 0f1485b * mkdir socket dirs instead of socket paths 787b564 dfd3fbf * Add org.freedesktop.IBus.session.generic.service b5423f0 * Check XDG_SESSION_DESKTOP for Plasma desktop 1f27521 * Update simple.xml with xkeyboard-config 2.35.1 a3c0724 * Update ibusunicodegen.h with unicode-ucd 14.0.0 9bf9ef0 * Enhance CI fbea544 51e3295 d53d31d be17934 675b94f * Fix typos a82bda5 Code Contributors: * Fix wrong cursor location in gtk3 apps (Alynx Zhou) 936a0e7 * Update URLS (Eberhard Beilharz) ecca9db * invalidate cache based on symlink mtime too (Naim Favier) cfcc6f1 * Fix unref problems with floating references (Eberhard Beilharz) 5a455b1 * Update man page for Emoji shortcut key (Sibo Dong) ad95015 * Add systemd unit file (Carlos Garnacho) a076b38 * Fix forward key keycode for GTK4 (Changwoo Ryu) 5cfe838 Translation Contributors: * Update translation (Finnish) (Jan Kuparinen) e77f80c * Update translation (Korean) (simmon) 6df55eb * Update translation (Chinese (Simplified) (zh_CN)) (Dingzhong Chen) 0199dde * Update translation (Turkish) (Oguz Ersen) 58fe1e5 * Update translation (Catalan) (Jordi Mas) a1528a0 * Update translation (Arabic) (Abdullah Albaroty) 0e522c4 * Update translation (Arabic) (Zayed Al-Saidi) 20c5dc9
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/Makefile12
-rw-r--r--inputmethod/ibus/Makefile.common4
-rw-r--r--inputmethod/ibus/PLIST3
-rw-r--r--inputmethod/ibus/distinfo8
4 files changed, 14 insertions, 13 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index b719e680abf..cbfb57a07e2 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.84 2022/03/12 08:01:50 nia Exp $
+# $NetBSD: Makefile,v 1.85 2022/03/15 13:13:36 tsutsui Exp $
-PKGREVISION= 2
.include "Makefile.common"
COMMENT= Intelligent Input Bus
-DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
BUILD_DEPENDS+= cldr-emoji-annotation>=37.0.13.0.0.2:../../textproc/cldr-emoji-annotation
-BUILD_DEPENDS+= unicode-character-database>=13.0.0:../../textproc/unicode-character-database
-BUILD_DEPENDS+= unicode-emoji>=13.1:../../textproc/unicode-emoji
+BUILD_DEPENDS+= unicode-character-database>=14.0.0:../../textproc/unicode-character-database
+BUILD_DEPENDS+= unicode-emoji>=14.0:../../textproc/unicode-emoji
-PYTHON_VERSIONS_ACCEPTED= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-gtk2
CONFIGURE_ARGS+= --enable-gtk3
CONFIGURE_ARGS+= --enable-surrounding-text
CONFIGURE_ARGS+= --enable-introspection=yes
+CONFIGURE_ARGS+= --disable-systemd-services
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
CONFIGURE_ARGS+= --with-unicode-emoji-dir=${PREFIX}/share/unicode/emoji
CONFIGURE_ARGS+= --with-emoji-annotation-dir=${PREFIX}/share/unicode/cldr/common/annotations
diff --git a/inputmethod/ibus/Makefile.common b/inputmethod/ibus/Makefile.common
index 6d5217f0de2..806b0df3227 100644
--- a/inputmethod/ibus/Makefile.common
+++ b/inputmethod/ibus/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.18 2021/08/21 17:40:17 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.19 2022/03/15 13:13:36 tsutsui Exp $
#
# used by inputmethod/ibus/Makefile
# used by inputmethod/ibus-python/Makefile
-DISTNAME= ibus-1.5.25
+DISTNAME= ibus-1.5.26
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/
diff --git a/inputmethod/ibus/PLIST b/inputmethod/ibus/PLIST
index 4202a02abbb..a9279982bb8 100644
--- a/inputmethod/ibus/PLIST
+++ b/inputmethod/ibus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/08/21 17:40:17 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/03/15 13:13:36 tsutsui Exp $
bin/ibus
bin/ibus-daemon
bin/ibus-setup
@@ -69,6 +69,7 @@ share/dbus-1/services/org.freedesktop.IBus.service
share/dbus-1/services/org.freedesktop.portal.IBus.service
share/examples/ibus/dconf/db/ibus.d/00-upstream-settings
share/examples/ibus/dconf/profile/ibus
+share/examples/ibus/xdg/Xwayland-session.d/10-ibus-x11
share/gettext/its/ibus.its
share/gettext/its/ibus.loc
share/gir-1.0/IBus-1.0.gir
diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo
index c4d15e414a7..d19553f97a7 100644
--- a/inputmethod/ibus/distinfo
+++ b/inputmethod/ibus/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:49:33 nia Exp $
+$NetBSD: distinfo,v 1.29 2022/03/15 13:13:36 tsutsui Exp $
-BLAKE2s (ibus-1.5.25.tar.gz) = 381812c1f41f77c0abe73a7a9cd5d71e45edf9a3ab767fd3152292a6b340bc25
-SHA512 (ibus-1.5.25.tar.gz) = 4b8955a20a1e5a0daf61213817a9697874439866e235e6a7905f5994b145cd5a143e6cfc41f17204a828756baeb8edab70698596731ecebf7f1eea7cc5f36aa6
-Size (ibus-1.5.25.tar.gz) = 3669787 bytes
+BLAKE2s (ibus-1.5.26.tar.gz) = 4fe347ac8e771822e53d8c9b723a243e0b7694d1585f47a7e8d23cfbaf17ad28
+SHA512 (ibus-1.5.26.tar.gz) = 923607c17114af673dcc36532fb44a278b61161ee1b7d4e01b2e0dcffc40c95eb91c6416acc9c0da0333e933863e15263e9a5ff1e467cfc02b71398d601b9714
+Size (ibus-1.5.26.tar.gz) = 3715263 bytes
SHA1 (patch-client_gtk2_ibusimcontext.c) = 8c7d0134600e0a56997853f51b9b05689bc35d83
SHA1 (patch-client_gtk3_ibusimcontext.c) = 27fa6ecf69299f4db5f5788fa6fc1aec02254266
SHA1 (patch-ui_gtk3_Makefile.am) = dd0c6bc9383b57c1451e4f8c96e41f7398e3e650