pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk4



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  5 08:47:28 UTC 2024

Modified Files:
        pkgsrc/x11/gtk4: Makefile PLIST distinfo

Log Message:
gtk4: updated to 4.16.7

Overview of Changes in 4.16.7, 23-11-2024
=========================================

* Text:
 - Reduce the size of error underlines

* Accessibility:
 - Fix a wrong return value type
 - Fix an invalid free call

Overview of Changes in 4.16.6, 20-11-2024
=========================================

To prevent issues when using GTK under kwin, this release
makes Wayland color management opt-in. To experiment with
it, set GDK_DEBUG=color-mgmt.

* GtkText:
 - Don't select inserted Emoji

* GtkApplication:
 - Set the default window icon from the app ID

* GtkFontChooser:
 - Make the dialog more shrinkable

* macOS:
 - Use correct modifier keys for GtkTextView and GtkLabel
   shortcuts

* Translation updates
 Icelandic
 Serbian
 Serbian (Latin)


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtk4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.53 pkgsrc/x11/gtk4/Makefile:1.54
--- pkgsrc/x11/gtk4/Makefile:1.53       Sat Nov 16 20:44:07 2024
+++ pkgsrc/x11/gtk4/Makefile    Thu Dec  5 08:47:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/11/16 20:44:07 prlw1 Exp $
+# $NetBSD: Makefile,v 1.54 2024/12/05 08:47:28 adam Exp $
 
-DISTNAME=      gtk-4.16.5
+DISTNAME=      gtk-4.16.7
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}

Index: pkgsrc/x11/gtk4/PLIST
diff -u pkgsrc/x11/gtk4/PLIST:1.20 pkgsrc/x11/gtk4/PLIST:1.21
--- pkgsrc/x11/gtk4/PLIST:1.20  Sat Nov 16 20:44:07 2024
+++ pkgsrc/x11/gtk4/PLIST       Thu Dec  5 08:47:28 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2024/11/16 20:44:07 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.21 2024/12/05 08:47:28 adam Exp $
 bin/gtk4-builder-tool
 bin/gtk4-demo
 bin/gtk4-demo-application
@@ -412,7 +412,7 @@ ${PLIST.cups}lib/gtk-4.0/4.0.0/printback
 lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so
 lib/libgtk-4.so
 lib/libgtk-4.so.1
-lib/libgtk-4.so.1.1600.5
+lib/libgtk-4.so.1.1600.7
 lib/pkgconfig/gtk4-atspi.pc
 ${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc
 lib/pkgconfig/gtk4-unix-print.pc

Index: pkgsrc/x11/gtk4/distinfo
diff -u pkgsrc/x11/gtk4/distinfo:1.24 pkgsrc/x11/gtk4/distinfo:1.25
--- pkgsrc/x11/gtk4/distinfo:1.24       Sat Nov 16 20:44:07 2024
+++ pkgsrc/x11/gtk4/distinfo    Thu Dec  5 08:47:28 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2024/11/16 20:44:07 prlw1 Exp $
+$NetBSD: distinfo,v 1.25 2024/12/05 08:47:28 adam Exp $
 
-BLAKE2s (gtk-4.16.5.tar.xz) = 000f6619b93ed38a5cf3fd691addde0e3e80ecd4418de26a1ac1e31508a0a584
-SHA512 (gtk-4.16.5.tar.xz) = 2fe7bbd6a76da51c251953a42957e9a08afe5f4e283fbf38e3c4d46eedacf09e5ddc284ebe3d05cb94fbd819ec28ccfa76b599d51b45455c99e050e28f2f5618
-Size (gtk-4.16.5.tar.xz) = 18651572 bytes
+BLAKE2s (gtk-4.16.7.tar.xz) = 218fcc620bb73f2c51d958debdc0cc19591db50ce7d33019e76a47430a4d14ce
+SHA512 (gtk-4.16.7.tar.xz) = 152fdaaa80c1ce4829eb30f948d46fd6e84e66d48812a6b2a2cc1f72a9eb2aeb1f4abf43de263f251e613ae7136fba099f31fb0509a6b804f7f983f40bcfe26d
+Size (gtk-4.16.7.tar.xz) = 18660288 bytes
 SHA1 (patch-meson.build) = a9db17787c70631896315fb2c825e62977cfbb9b



Home | Main Index | Thread Index | Old Index