Received: by mail.netbsd.org (Postfix, from userid 605) id 7F1BC84D0D; Sun, 21 Feb 2021 15:42:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8CD784CEC for ; Sun, 21 Feb 2021 15:42:41 +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 pRN9eDm1S2H3 for ; Sun, 21 Feb 2021 15:42:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2FAF084CDB for ; Sun, 21 Feb 2021 15:42:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B998FA95; Sun, 21 Feb 2021 15:42:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613922161167200" MIME-Version: 1.0 Date: Sun, 21 Feb 2021 15:42:41 +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: <20210221154241.2B998FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613922161167200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 21 15:42:41 UTC 2021 Modified Files: pkgsrc/x11/gtk3: Makefile distinfo Log Message: gtk3: updated to 3.24.25 Overview of Changes in GTK+ 3.24.25 =================================== * Settings: - Make cursor aspect ratio setting work * Broadway: - Fix touchscreen event handling - Support Android / Chrome on-screen keyboard * Windows: - Fix issues with Intel graphics drivers - Avoid UAC for gtk-update-icon-cache * Wayland: - Avoid crashes with tablet input - Add api to support clients with subsurfaces better * Inspector: - Make the inspector available in non-debug builds * Theme: - Make scrollbars larger - Disable shadows on maximized, fullscreen and tiled windows * Printing: - Support Avahi-discovered printers better * Input: - Show preedit for compose sequences - Support long compose sequences - Support compose sequences producing multiple characters * Translation updates Belarusian British English Catalan Friulian Galician Japanese Persian Serbian To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613922161167200 Content-Disposition: inline Content-Length: 1801 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.157 pkgsrc/x11/gtk3/Makefile:1.158 --- pkgsrc/x11/gtk3/Makefile:1.157 Thu Jan 7 10:02:01 2021 +++ pkgsrc/x11/gtk3/Makefile Sun Feb 21 15:42:40 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.157 2021/01/07 10:02:01 adam Exp $ +# $NetBSD: Makefile,v 1.158 2021/02/21 15:42:40 adam Exp $ -DISTNAME= gtk+-3.24.24 +DISTNAME= gtk+-3.24.25 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.84 pkgsrc/x11/gtk3/distinfo:1.85 --- pkgsrc/x11/gtk3/distinfo:1.84 Thu Jan 7 10:02:01 2021 +++ pkgsrc/x11/gtk3/distinfo Sun Feb 21 15:42:40 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.84 2021/01/07 10:02:01 adam Exp $ +$NetBSD: distinfo,v 1.85 2021/02/21 15:42:40 adam Exp $ -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 (gtk+-3.24.25.tar.xz) = e4d95bbf940488f0c261d48ac0047b5c801319e8 +RMD160 (gtk+-3.24.25.tar.xz) = 231f0f535de9df56a76b30c4f4afcf9530fd3a41 +SHA512 (gtk+-3.24.25.tar.xz) = e476e7900d5694ca538a5b0acce088a1485560dd697efb8839be93741e0c1ddda90c9cc73fc64af68d7ffacbf9b5cf9a74ab08454d684f182beda9fd09b6132b +Size (gtk+-3.24.25.tar.xz) = 21417428 bytes SHA1 (patch-Makefile.in) = 8edcfe2ff492d90138a24b680fe39814c3848d80 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300 --_----------=_1613922161167200--