Received: by mail.netbsd.org (Postfix, from userid 605) id 13B7284FDF; Sun, 3 Jul 2022 09:38:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D24784FDE for ; Sun, 3 Jul 2022 09:38:05 +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 TgynD1np3nU4 for ; Sun, 3 Jul 2022 09:38:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ACA4184D0E for ; Sun, 3 Jul 2022 09:38:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A684FFB1A; Sun, 3 Jul 2022 09:38:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165684108483860" MIME-Version: 1.0 Date: Sun, 3 Jul 2022 09:38:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220703093804.A684FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165684108483860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 3 09:38:04 UTC 2022 Modified Files: pkgsrc/x11/gtk3: Makefile distinfo options.mk Log Message: gtk3+: update to 3.24.34. Turn off default-on wayland option since this needs a newer wayland version than is currently in pkgsrc. Overview of Changes in GTK+ 3.24.34, 05-18-2022 =============================================== * Include legacy hicolor icons * Fix the build with gcc 12 * MacOS: - Restore QUARTZ_RELOCATION support * X11: - Trap errors when getting output properties * Wayland: - Ignore empty preedit updates This fixes a problem with textview scrolling To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.94 -r1.95 pkgsrc/x11/gtk3/distinfo cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/gtk3/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165684108483860 Content-Disposition: inline Content-Length: 2508 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.171 pkgsrc/x11/gtk3/Makefile:1.172 --- pkgsrc/x11/gtk3/Makefile:1.171 Tue Jun 28 11:37:53 2022 +++ pkgsrc/x11/gtk3/Makefile Sun Jul 3 09:38:04 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.171 2022/06/28 11:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.172 2022/07/03 09:38:04 wiz Exp $ -DISTNAME= gtk+-3.24.33 +DISTNAME= gtk+-3.24.34 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.94 pkgsrc/x11/gtk3/distinfo:1.95 --- pkgsrc/x11/gtk3/distinfo:1.94 Mon Mar 14 18:21:20 2022 +++ pkgsrc/x11/gtk3/distinfo Sun Jul 3 09:38:04 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.94 2022/03/14 18:21:20 adam Exp $ +$NetBSD: distinfo,v 1.95 2022/07/03 09:38:04 wiz Exp $ -BLAKE2s (gtk+-3.24.33.tar.xz) = df80d6beeba60dcd93d667321bacf99291cfc68ef2d5aecde0cca21e0900fe88 -SHA512 (gtk+-3.24.33.tar.xz) = 35c844af67d442a9d55197028c6b660668c701ad8f83a64791669fca2930ada15194452b59b2ee11f8068098986218744fe9fc4742897af5a6b3eba23c98395e -Size (gtk+-3.24.33.tar.xz) = 22449472 bytes +BLAKE2s (gtk+-3.24.34.tar.xz) = 9007c32f77487f43c31e03f5f731873d42c17366c1f2ad97f2cdfd97c57a7c79 +SHA512 (gtk+-3.24.34.tar.xz) = 95af4441b53be175acf16121a90b1db7a152cbfb3e5ed2dffc59f622b2eb5a4d74720ae8e05dc1421b6b23588f28e09e0f153f0b92777c836f522881720fb0a2 +Size (gtk+-3.24.34.tar.xz) = 21587592 bytes SHA1 (patch-Makefile.in) = 8edcfe2ff492d90138a24b680fe39814c3848d80 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300 Index: pkgsrc/x11/gtk3/options.mk diff -u pkgsrc/x11/gtk3/options.mk:1.20 pkgsrc/x11/gtk3/options.mk:1.21 --- pkgsrc/x11/gtk3/options.mk:1.20 Tue May 19 19:53:14 2020 +++ pkgsrc/x11/gtk3/options.mk Sun Jul 3 09:38:04 2022 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2020/05/19 19:53:14 maya Exp $ +# $NetBSD: options.mk,v 1.21 2022/07/03 09:38:04 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3 PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug @@ -8,7 +8,8 @@ PKG_SUPPORTED_OPTIONS+= quartz .endif .include "../../devel/wayland/platform.mk" .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes" -PKG_SUGGESTED_OPTIONS+= wayland +# wayland package needs updating to > 1.18 +#PKG_SUGGESTED_OPTIONS+= wayland .endif PKG_SUGGESTED_OPTIONS+= gtk3-atk-bridge x11 cups --_----------=_165684108483860--