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 Aug 31 14:41:44 UTC 2023

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

Log Message:
gtk4: updated to 4.12.1

Overview of Changes in 4.12.1, 25-08-2023
=========================================

* GtkGridView:
 - Fix a crash when scrolling

* GtkColumnView:
 - Fix a refcounting issue in the new scroll_to api

* GtkTreeView
 - Fix style classes for sort arrows

* GtkEntry:
 - Improve tracking of user changes (for undo)

* GtkNotebook:
 - Fix a critical when switching pages

* GtkColor/FontDialogButton:
 - Make these widgets activatable

* GtkMenuButton:
 - Fix problems with focus handling
 - Fix problems with DND

* Printing
 - Fix the cpdb backend build

* MacOS:
 - Make file filters work again

* GSK:
 - Fix issues with color matrix nodes

* Wayland:
 - Fix a crash with compositors other than gnome-shell

* Translation updates:
 Polish
 Swedish


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.14 -r1.15 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.30 pkgsrc/x11/gtk4/Makefile:1.31
--- pkgsrc/x11/gtk4/Makefile:1.30       Thu Aug 24 09:20:51 2023
+++ pkgsrc/x11/gtk4/Makefile    Thu Aug 31 14:41:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2023/08/24 09:20:51 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/08/31 14:41:44 adam Exp $
 
-DISTNAME=      gtk-4.12.0
+DISTNAME=      gtk-4.12.1
 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.11 pkgsrc/x11/gtk4/PLIST:1.12
--- pkgsrc/x11/gtk4/PLIST:1.11  Thu Aug 24 09:20:51 2023
+++ pkgsrc/x11/gtk4/PLIST       Thu Aug 31 14:41:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2023/08/24 09:20:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2023/08/31 14:41:44 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.0
+${PLIST.no-dylib}lib/libgtk-4.so.1.1200.1
 ${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.14 pkgsrc/x11/gtk4/distinfo:1.15
--- pkgsrc/x11/gtk4/distinfo:1.14       Thu Aug 24 09:20:51 2023
+++ pkgsrc/x11/gtk4/distinfo    Thu Aug 31 14:41:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/08/24 09:20:51 wiz Exp $
+$NetBSD: distinfo,v 1.15 2023/08/31 14:41:44 adam Exp $
 
-BLAKE2s (gtk-4.12.0.tar.xz) = 29dc9d31bfbdf3d4a0aa13921f3b47626cd429bb7937623c7d8c5e23121a2704
-SHA512 (gtk-4.12.0.tar.xz) = a69f82e1f021b1eb68e8723bc9003bfca0b5939fd3cc7cda87d7dde0b3e37bb39d9594cb93a73f54bd1cff1b63a1c459d1217e8df794c67fda50bf0b9b732826
-Size (gtk-4.12.0.tar.xz) = 16918992 bytes
+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



Home | Main Index | Thread Index | Old Index