Received: by mail.netbsd.org (Postfix, from userid 605) id AD05C84D4E; Mon, 23 Jan 2023 21:04:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE98084D32 for ; Mon, 23 Jan 2023 21:04:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hvATccZEuOGp for ; Mon, 23 Jan 2023 21:04:32 +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 37E4884CF7 for ; Mon, 23 Jan 2023 21:04:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B53EFA90; Mon, 23 Jan 2023 21:04:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674507872293030" MIME-Version: 1.0 Date: Mon, 23 Jan 2023 21:04:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230123210432.2B53EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674507872293030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 23 21:04:32 UTC 2023 Modified Files: pkgsrc/x11/gtk4: Makefile PLIST distinfo Log Message: gtk4: updated to 4.8.3 Overview of Changes in 4.8.3, 12-22-2022 ======================================== * GtkText: - Claim gestures more selectively - Prevent unexpected notify::direction emissions * Accessibility: - Remember if we don't find the a11y bus * DND: - Prefer file:// urls over other protocols * GtkMountOperation: - Work on Wayland * GtkListView: - Cancel rubberband if not handling drag * Wayland: - Fix button masks * Windows: - Fix resizes with native decorations * X11: - Fix some ordering problems with surface destruction * Translation updates Abkhazian Basque Dutch Hungarian Interlingue Georgian Persian Russian Spanish Turkish To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtk4/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtk4/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtk4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674507872293030 Content-Disposition: inline Content-Length: 2813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk4/Makefile diff -u pkgsrc/x11/gtk4/Makefile:1.23 pkgsrc/x11/gtk4/Makefile:1.24 --- pkgsrc/x11/gtk4/Makefile:1.23 Tue Jan 3 17:36:36 2023 +++ pkgsrc/x11/gtk4/Makefile Mon Jan 23 21:04:31 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2023/01/03 17:36:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2023/01/23 21:04:31 adam Exp $ -DISTNAME= gtk-4.8.2 +DISTNAME= gtk-4.8.3 PKGNAME= ${DISTNAME:S/gtk/gtk4/} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/gtk4/PLIST diff -u pkgsrc/x11/gtk4/PLIST:1.7 pkgsrc/x11/gtk4/PLIST:1.8 --- pkgsrc/x11/gtk4/PLIST:1.7 Wed Nov 23 13:58:42 2022 +++ pkgsrc/x11/gtk4/PLIST Mon Jan 23 21:04:31 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2022/11/23 13:58:42 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2023/01/23 21:04:31 adam Exp $ bin/gtk4-builder-tool bin/gtk4-demo bin/gtk4-demo-application @@ -375,7 +375,7 @@ ${PLIST.lpr}lib/gtk-4.0/4.0.0/printbacke lib/libgtk-4.${SOEXT} ${PLIST.dylib}lib/libgtk-4.1.dylib ${PLIST.no-dylib}lib/libgtk-4.so.1 -${PLIST.no-dylib}lib/libgtk-4.so.1.800.2 +${PLIST.no-dylib}lib/libgtk-4.so.1.800.3 ${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc lib/pkgconfig/gtk4-unix-print.pc ${PLIST.x11}lib/pkgconfig/gtk4-x11.pc @@ -475,6 +475,7 @@ share/locale/hu/LC_MESSAGES/gtk40.mo share/locale/hy/LC_MESSAGES/gtk40.mo share/locale/ia/LC_MESSAGES/gtk40.mo share/locale/id/LC_MESSAGES/gtk40.mo +share/locale/ie/LC_MESSAGES/gtk40.mo share/locale/io/LC_MESSAGES/gtk40.mo share/locale/is/LC_MESSAGES/gtk40.mo share/locale/it/LC_MESSAGES/gtk40.mo Index: pkgsrc/x11/gtk4/distinfo diff -u pkgsrc/x11/gtk4/distinfo:1.11 pkgsrc/x11/gtk4/distinfo:1.12 --- pkgsrc/x11/gtk4/distinfo:1.11 Wed Nov 23 13:58:42 2022 +++ pkgsrc/x11/gtk4/distinfo Mon Jan 23 21:04:31 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2022/11/23 13:58:42 adam Exp $ +$NetBSD: distinfo,v 1.12 2023/01/23 21:04:31 adam Exp $ -BLAKE2s (gtk-4.8.2.tar.xz) = 7d249f022aae4f5e94ce7d991e382918cf031ebfddc4b2867ff66ee366466e91 -SHA512 (gtk-4.8.2.tar.xz) = 400cdde53a4b76a912f52b1300286b2198d47195902ccfc034fbc518be7bc4c5817fe6df6386d764c95686083eede2e4582cc555fb38b0bce455942ea6c5fcb5 -Size (gtk-4.8.2.tar.xz) = 20210736 bytes +BLAKE2s (gtk-4.8.3.tar.xz) = 70e8422a70c05c786ef56171b8ad0b0bbb98d85a2faed19e7fd1e50ee62ceece +SHA512 (gtk-4.8.3.tar.xz) = 56be0f5ce85a9cbbda4a5de53baeeb6b8cc527a5d34723ae5548759ec7c28f03d204b6b6758dffed02a9e226f3bfcd1f15971105c2f2f7be7cef22538be27754 +Size (gtk-4.8.3.tar.xz) = 20297060 bytes SHA1 (patch-demos_gtk-demo_gtkgears.c) = f09912bb4bef8589f694d4ed1a4744afe422ccbd SHA1 (patch-meson.build) = 89b91ba48b35baafb35598d3dd82577de8fc424c SHA1 (patch-tests_gtkgears.c) = 2af0628eb8c8286c85cd5c64a9da561fa375e8b3 --_----------=_1674507872293030--