Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 86B941A9217 for ; Thu, 7 Jan 2021 10:02:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE69284D57; Thu, 7 Jan 2021 10:02:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0512184D50 for ; Thu, 7 Jan 2021 10:02:02 +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 lPVs3LxAKtzL for ; Thu, 7 Jan 2021 10:02:01 +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 5B77D84CDA for ; Thu, 7 Jan 2021 10:02:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 533F3FA9D; Thu, 7 Jan 2021 10:02:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610013721279910" MIME-Version: 1.0 Date: Thu, 7 Jan 2021 10:02:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210107100201.533F3FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610013721279910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 7 10:02:01 UTC 2021 Modified Files: pkgsrc/x11/gtk3: Makefile PLIST distinfo Log Message: gtk3: updated to 3.24.24 Overview of Changes in GTK+ 3.24.24 =================================== * GtkColorChooser: - Update the default color palette * GtkFontChooser: - Fix family-only mode to return regular style * GtkTreeView: - Don't set focus-on-click for header buttons * Accessibility: - Implement scrollSubstringTo - Add a11y support to GtkPlug/GtkSocket * Printing: - Allow the lpr backend to print pdf and ps files * Theme: - Update gesture graphics - Update HighContrast css * Wayland: - Support the primary-selection-unstable-v1 protocol * X11: - Fix a crash with parent-relative backgrounds * Broadway: - Set modifier state of scroll events * Build: - Fix pc file generation on NixOS * OS X: - Restore command-key bindings * Windows: - Fix meson build with epoxy subproject * Translation updates: Basque Brazilian Portuguese British English Catalan Croatian Czech French Galician German Greek Hebrew Hungarian Indonesian Italian Kazakh Latvian Lithuanian Persian Polish Portuguese Slovak Slovenian Spanish Swedish Turkish Ukrainian To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/gtk3/PLIST cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610013721279910 Content-Disposition: inline Content-Length: 3036 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk3/Makefile diff -u pkgsrc/x11/gtk3/Makefile:1.156 pkgsrc/x11/gtk3/Makefile:1.157 --- pkgsrc/x11/gtk3/Makefile:1.156 Thu Oct 1 11:54:11 2020 +++ pkgsrc/x11/gtk3/Makefile Thu Jan 7 10:02:01 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.156 2020/10/01 11:54:11 prlw1 Exp $ +# $NetBSD: Makefile,v 1.157 2021/01/07 10:02:01 adam Exp $ -DISTNAME= gtk+-3.24.23 +DISTNAME= gtk+-3.24.24 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} Index: pkgsrc/x11/gtk3/PLIST diff -u pkgsrc/x11/gtk3/PLIST:1.33 pkgsrc/x11/gtk3/PLIST:1.34 --- pkgsrc/x11/gtk3/PLIST:1.33 Sun Apr 12 20:41:57 2020 +++ pkgsrc/x11/gtk3/PLIST Thu Jan 7 10:02:01 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2020/04/12 20:41:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.34 2021/01/07 10:02:01 adam Exp $ bin/gtk-builder-tool bin/gtk-encode-symbolic-svg bin/gtk-launch @@ -128,6 +128,7 @@ include/gtk-3.0/gtk/a11y/gtkmenushellacc include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +include/gtk-3.0/gtk/a11y/gtkplugaccessible.h include/gtk-3.0/gtk/a11y/gtkpopoveraccessible.h include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h @@ -137,6 +138,7 @@ include/gtk-3.0/gtk/a11y/gtkrenderercell include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +include/gtk-3.0/gtk/a11y/gtksocketaccessible.h include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h include/gtk-3.0/gtk/a11y/gtkstackaccessible.h Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.83 pkgsrc/x11/gtk3/distinfo:1.84 --- pkgsrc/x11/gtk3/distinfo:1.83 Thu Oct 1 11:54:11 2020 +++ pkgsrc/x11/gtk3/distinfo Thu Jan 7 10:02:01 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.83 2020/10/01 11:54:11 prlw1 Exp $ +$NetBSD: distinfo,v 1.84 2021/01/07 10:02:01 adam Exp $ -SHA1 (gtk+-3.24.23.tar.xz) = 76c76d40acae0497c6716b51fc4e9ec2689ebe84 -RMD160 (gtk+-3.24.23.tar.xz) = d00da1f7f1fb620c7fac28d95858bb734db78bed -SHA512 (gtk+-3.24.23.tar.xz) = fe3d677f4922b4568ef406c318ac71e26aac22b808d8d42b516d0e142d38dc12bc97d8a903dfe3e819adf491b9437a49f34213bc67219bee92692e40c6ef564e -Size (gtk+-3.24.23.tar.xz) = 21345936 bytes +SHA1 (gtk+-3.24.24.tar.xz) = d7cf2908b406a44bbf94cd30731672161efff0ec +RMD160 (gtk+-3.24.24.tar.xz) = d7c7661ea50d8fb260357027ba3a5ea5448d53c9 +SHA512 (gtk+-3.24.24.tar.xz) = f4e22d7c78d7c641ac7c3beeb3181000b72b025c65074bab6bd51b9a86ec4f6a2e25f06ad7671a908be421c064f4c26e2185febb424f310a2530561aebde8520 +Size (gtk+-3.24.24.tar.xz) = 21341240 bytes SHA1 (patch-Makefile.in) = 8edcfe2ff492d90138a24b680fe39814c3848d80 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300 --_----------=_1610013721279910--