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:           Fri Oct  6 11:50:35 UTC 2023

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

Log Message:
gtk4: updated to 4.12.3

Overview of Changes in 4.12.3, 28-09-2023
=========================================

* GtkWindow:
 - Don't assume titlebars are GtkHeaderBar

* GtkTreeView:
 - Fix a crash in gtk_tree_view_is_blank_at_pos

* printing:
 - Fix some issues with the portal implementation

* GSK:
 - Some optimizations in the GL renderer
 - Fix memory leaks in the Broadway renderer

* demos:
 - Fix a crash in gtk4-demo

* Translation updates
 Basque
 Brazilian Portuguese
 Czech
 Galician
 Georgian
 German
 Hungarian
 Kazakh
 Lithuanian
 Persian
 Polish
 Spanish
 Swedish
 Turkish

Overview of Changes in 4.12.2, 20-09-2023
=========================================

* GtkTooltip:
 - Don't cross native boundaries when looking for tooltips

* GtkCenterLayout, GtkEntry, GtkSearchEntry:
 - Fix some issues with baseline handling

* GtkSwitch:
 - Respect text direction

* Theme:
 - Use relative font sizes

* GSK:
 - Make repeated gradients match between GL and cairo
 - Make rounded rect shrinking match between Vulkan, GL and cairo
 - Fix parsing of text nodes with color glyphs
 - Restrict an optimization to the cases where it is correct
 - Fix rendering of shadows with opacity

* macOS:
 - Clamp damage regions to the surface size

* Windows:
 - Fix missing minimize and maximize buttons

* Translation updates
 Basque
 Brazilian Portuguese
 Catalan
 Chinese (China)
 Czech
 Danish
 Dutch
 Finnish
 Galician
 German
 Hungarian
 Italian
 Kazakh
 Latvian
 Lithuanian
 Slovenian
 Spanish
 Turkish


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.15 -r1.16 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.31 pkgsrc/x11/gtk4/Makefile:1.32
--- pkgsrc/x11/gtk4/Makefile:1.31       Thu Aug 31 14:41:44 2023
+++ pkgsrc/x11/gtk4/Makefile    Fri Oct  6 11:50:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/08/31 14:41:44 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/10/06 11:50:35 adam Exp $
 
-DISTNAME=      gtk-4.12.1
+DISTNAME=      gtk-4.12.3
 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.12 pkgsrc/x11/gtk4/PLIST:1.13
--- pkgsrc/x11/gtk4/PLIST:1.12  Thu Aug 31 14:41:44 2023
+++ pkgsrc/x11/gtk4/PLIST       Fri Oct  6 11:50:35 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/08/31 14:41:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/10/06 11:50:35 adam Exp $
 bin/gtk4-builder-tool
 bin/gtk4-demo
 bin/gtk4-demo-application
@@ -394,7 +394,7 @@ lib/gtk-4.0/4.0.0/printbackends/libprint
 lib/libgtk-4.${SOEXT}
 ${PLIST.dylib}lib/libgtk-4.1.dylib
 ${PLIST.no-dylib}lib/libgtk-4.so.1
-${PLIST.no-dylib}lib/libgtk-4.so.1.1200.1
+${PLIST.no-dylib}lib/libgtk-4.so.1.1200.3
 ${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc
 lib/pkgconfig/gtk4-unix-print.pc
 ${PLIST.x11}lib/pkgconfig/gtk4-x11.pc

Index: pkgsrc/x11/gtk4/distinfo
diff -u pkgsrc/x11/gtk4/distinfo:1.15 pkgsrc/x11/gtk4/distinfo:1.16
--- pkgsrc/x11/gtk4/distinfo:1.15       Thu Aug 31 14:41:44 2023
+++ pkgsrc/x11/gtk4/distinfo    Fri Oct  6 11:50:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/08/31 14:41:44 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/10/06 11:50:35 adam Exp $
 
-BLAKE2s (gtk-4.12.1.tar.xz) = 17e7d8bf6fad9959237c5817ad101f2aa3ed4ea3b69e859571a089e0d84c547a
-SHA512 (gtk-4.12.1.tar.xz) = 5a893d3d855b5f1cf5b2e3c1c5178cc25e4165288f1ecc257d8af5ac1f94fc70fce7be34cf4b0292acd6652e544dd989c0065c1287623b6d4a115a9974a441c9
-Size (gtk-4.12.1.tar.xz) = 16924668 bytes
+BLAKE2s (gtk-4.12.3.tar.xz) = b9e5cc7714ac07e7b20b919a8bed6652c25db05078b89fa5b2215abf857c0509
+SHA512 (gtk-4.12.3.tar.xz) = f3efa9ad340362cecd81389219092b46e3b3f7b049dd6e02aecf4ac74f64f413f0b99c23cfac854e6b0a84d9715fb832beb7e0e698fcdb90ee49a78b27d0e366
+Size (gtk-4.12.3.tar.xz) = 16930224 bytes



Home | Main Index | Thread Index | Old Index