Received: by mail.netbsd.org (Postfix, from userid 605) id A28AB84DD2; Tue, 10 Mar 2020 14:13:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AC6C84DCF for ; Tue, 10 Mar 2020 14:13:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nF0IQ479GAiF for ; Tue, 10 Mar 2020 14:13:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6268084DCC for ; Tue, 10 Mar 2020 14:13:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55817FB27; Tue, 10 Mar 2020 14:13:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583849603276910" MIME-Version: 1.0 Date: Tue, 10 Mar 2020 14:13:23 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/inputmethod/ibus To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200310141323.55817FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583849603276910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Tue Mar 10 14:13:23 UTC 2020 Modified Files: pkgsrc/inputmethod/ibus: Makefile Makefile.common PLIST distinfo Removed Files: pkgsrc/inputmethod/ibus/patches: patch-bus_global.c patch-bus_server.c patch-config.h.in patch-configure patch-configure.ac patch-src_ibusshare.c Log Message: ibus: update to 1.5.22. pkgsrc changes: - remove patches included in a new release - require the latest unicode-character-database - update BUILDLINK_API_DEPENDS per configure Upstream changes: https://github.com/ibus/ibus/releases/tag/1.5.22 1.5.22 * GDBusAuthObserver security fix * Use XDG_CACHE_HOME for Unix socket directory * Hangul button press handling * Fix deprecated APIs * Bug fixes Code contributors * Fix restart crash with inotify read() (Robert Hoffmann) * Make session file header comment more clear (Jason) * Amend typos (Jason) * Add NotShowIn and Keywords keys to the desktop entry (Changwoo Ryu) * Handle small final sigma in ibus_keyval_convert_case (Alex Henrie) Translation contributors * Update translation (Catalan) (Antoni Bella Perez) * Update translation (French) (Julien Humbert) * Update translation (French) (Jean-Baptiste Holcroft) * Update translation (German) (Mike FABIAN) * Update translation (Hebrew) (Yaron Shahrabani) * Update translation (Hungarian) (Balazs Mesko) * Update translation (Italian) (Luigi Toscano) * Update translation (Korean) (Changwoo Ryu) * Update translation (Persian) (Ahmad Haghighi) * Update translation (Polish) (Piotr Drag) * Update translation (Portuguese (Brazil)) (Rafael Fontenelle) * Update translation (Turkish) (Oguz Ersen) * Update translation (Ukrainian) (Yuri Chornoivan) To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/inputmethod/ibus/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/ibus/Makefile.common cvs rdiff -u -r1.16 -r1.17 pkgsrc/inputmethod/ibus/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/inputmethod/ibus/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/inputmethod/ibus/patches/patch-bus_global.c \ pkgsrc/inputmethod/ibus/patches/patch-bus_server.c \ pkgsrc/inputmethod/ibus/patches/patch-config.h.in \ pkgsrc/inputmethod/ibus/patches/patch-configure.ac \ pkgsrc/inputmethod/ibus/patches/patch-src_ibusshare.c cvs rdiff -u -r1.4 -r0 pkgsrc/inputmethod/ibus/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583849603276910 Content-Disposition: inline Content-Length: 4957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/ibus/Makefile diff -u pkgsrc/inputmethod/ibus/Makefile:1.69 pkgsrc/inputmethod/ibus/Makefile:1.70 --- pkgsrc/inputmethod/ibus/Makefile:1.69 Sun Mar 8 16:47:51 2020 +++ pkgsrc/inputmethod/ibus/Makefile Tue Mar 10 14:13:22 2020 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.69 2020/03/08 16:47:51 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2020/03/10 14:13:22 tsutsui Exp $ -PKGREVISION= 2 .include "Makefile.common" COMMENT= Intelligent Input Bus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 BUILD_DEPENDS+= cldr-emoji-annotation>=35.12.14971.0:../../textproc/cldr-emoji-annotation -BUILD_DEPENDS+= unicode-character-database>=12.0.0:../../textproc/unicode-character-database +BUILD_DEPENDS+= unicode-character-database>=12.1.0:../../textproc/unicode-character-database BUILD_DEPENDS+= unicode-emoji>=12.0:../../textproc/unicode-emoji GNU_CONFIGURE= yes @@ -61,7 +60,7 @@ BUILDLINK_API_DEPENDS.gobject-introspect BUILDLINK_DEPMETHOD.gobject-introspection+= build .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.46.0 .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" BUILDLINK_DEPMETHOD.vala+= build @@ -74,6 +73,7 @@ GTK2_IMMODULES= yes .include "../../x11/gtk2/modules.mk" .include "../../x11/gtk2/buildlink3.mk" GTK3_IMMODULES= yes +BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.12.0 .include "../../x11/gtk3/modules.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" Index: pkgsrc/inputmethod/ibus/Makefile.common diff -u pkgsrc/inputmethod/ibus/Makefile.common:1.15 pkgsrc/inputmethod/ibus/Makefile.common:1.16 --- pkgsrc/inputmethod/ibus/Makefile.common:1.15 Sat Sep 14 04:26:39 2019 +++ pkgsrc/inputmethod/ibus/Makefile.common Tue Mar 10 14:13:22 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.15 2019/09/14 04:26:39 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.16 2020/03/10 14:13:22 tsutsui Exp $ # # used by inputmethod/ibus/Makefile # used by inputmethod/ibus-python/Makefile -DISTNAME= ibus-1.5.21 +DISTNAME= ibus-1.5.22 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/ Index: pkgsrc/inputmethod/ibus/PLIST diff -u pkgsrc/inputmethod/ibus/PLIST:1.16 pkgsrc/inputmethod/ibus/PLIST:1.17 --- pkgsrc/inputmethod/ibus/PLIST:1.16 Sat Sep 14 11:34:18 2019 +++ pkgsrc/inputmethod/ibus/PLIST Tue Mar 10 14:13:22 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2019/09/14 11:34:18 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.17 2020/03/10 14:13:22 tsutsui Exp $ bin/ibus bin/ibus-daemon bin/ibus-setup @@ -322,6 +322,7 @@ share/locale/nl/LC_MESSAGES/ibus10.mo share/locale/or/LC_MESSAGES/ibus10.mo share/locale/pa/LC_MESSAGES/ibus10.mo share/locale/pl/LC_MESSAGES/ibus10.mo +share/locale/pt/LC_MESSAGES/ibus10.mo share/locale/pt_BR/LC_MESSAGES/ibus10.mo share/locale/ru/LC_MESSAGES/ibus10.mo share/locale/sq/LC_MESSAGES/ibus10.mo Index: pkgsrc/inputmethod/ibus/distinfo diff -u pkgsrc/inputmethod/ibus/distinfo:1.22 pkgsrc/inputmethod/ibus/distinfo:1.23 --- pkgsrc/inputmethod/ibus/distinfo:1.22 Sat Sep 14 04:26:39 2019 +++ pkgsrc/inputmethod/ibus/distinfo Tue Mar 10 14:13:22 2020 @@ -1,16 +1,10 @@ -$NetBSD: distinfo,v 1.22 2019/09/14 04:26:39 tsutsui Exp $ +$NetBSD: distinfo,v 1.23 2020/03/10 14:13:22 tsutsui Exp $ -SHA1 (ibus-1.5.21.tar.gz) = 3073a6bde235e8f9e80272b7e3fc7804fde82b15 -RMD160 (ibus-1.5.21.tar.gz) = 58b0e80e4a888cbbce517ef57af1490ae22625cb -SHA512 (ibus-1.5.21.tar.gz) = c7c06e13e78fb4d4d26ce8975b6db4f7914efb325a903999a82197229e13d5ebb4afc876ef67e1d86db58f08c16350dc095aaea050b2f69c2bfc4c452adc5331 -Size (ibus-1.5.21.tar.gz) = 3463069 bytes -SHA1 (patch-bus_global.c) = e077fa736d555f4ded92c7b74c59d6cdbd4a66e0 -SHA1 (patch-bus_server.c) = 061cb3949b9a401297fa946294a325d5be6aca81 +SHA1 (ibus-1.5.22.tar.gz) = 355cd1902ebe9f446a112bad7e380b14689eb7ba +RMD160 (ibus-1.5.22.tar.gz) = cba1bab2278c8a3cc643b6812d980c34e2411fab +SHA512 (ibus-1.5.22.tar.gz) = 0abe89acc6da8cea484a6b9f807c08e94869072f374f9e8f4541a426636f818f1c3cb8b9237f97245771f9e4bf19184983d8ac924177dc4824ca6e8b5304425d +Size (ibus-1.5.22.tar.gz) = 3578251 bytes SHA1 (patch-client_gtk2_ibusimcontext.c) = 14ab1d048e3052b547ca181e098adbe3c23ab5bd SHA1 (patch-client_gtk3_ibusimcontext.c) = de369bcc2945190b1a30833be4b49f8b6d68c005 -SHA1 (patch-config.h.in) = 9e22cde5eef6b514fd43eb5835b372e1bbccb0ed -SHA1 (patch-configure) = e2da88347ce529e478d589435181df096e0ebcb9 -SHA1 (patch-configure.ac) = 01dcd2f60d16577e11ca570348876e79a314b81f -SHA1 (patch-src_ibusshare.c) = 58e1f93ed2a3f4cd2982997c87648e511441aaca SHA1 (patch-ui_gtk3_Makefile.am) = dd0c6bc9383b57c1451e4f8c96e41f7398e3e650 SHA1 (patch-ui_gtk3_Makefile.in) = 8e7391e77eefe78c69db7814df9ae536ccdc14b4 --_----------=_1583849603276910--