pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk3 gtk3+: update to 3.24.34.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/220a25a7dc13
branches:  trunk
changeset: 381231:220a25a7dc13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 03 09:38:04 2022 +0000

description:
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

diffstat:

 x11/gtk3/Makefile   |  5 ++---
 x11/gtk3/distinfo   |  8 ++++----
 x11/gtk3/options.mk |  5 +++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r ab40f07400e9 -r 220a25a7dc13 x11/gtk3/Makefile
--- a/x11/gtk3/Makefile Sun Jul 03 09:12:17 2022 +0000
+++ b/x11/gtk3/Makefile Sun Jul 03 09:38:04 2022 +0000
@@ -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
diff -r ab40f07400e9 -r 220a25a7dc13 x11/gtk3/distinfo
--- a/x11/gtk3/distinfo Sun Jul 03 09:12:17 2022 +0000
+++ b/x11/gtk3/distinfo Sun Jul 03 09:38:04 2022 +0000
@@ -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
diff -r ab40f07400e9 -r 220a25a7dc13 x11/gtk3/options.mk
--- a/x11/gtk3/options.mk       Sun Jul 03 09:12:17 2022 +0000
+++ b/x11/gtk3/options.mk       Sun Jul 03 09:38:04 2022 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index