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:           Wed Nov 23 13:58:42 UTC 2022

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

Log Message:
gtk4: updadted to 4.8.2

Overview of Changes in 4.8.2, 24-10-2022
========================================

* Input:
 - Give input methods more control over resets and allow
   them to preserve state
 - Align interpretation of modifiers in key events
   in X11 and Wayland

* GtkColumnView:
 - Fixes to focus handling

* GtkPopover:
 - Fix problems with focus when dismissing popovers
 - Fix problems with focusing editable labels in popovers

* Build:
 - Fix build problems with resources and non-gnu linkers
 - Fix gi-docgen detection in cross builds
 - Require meson 0.60

* Debugging:
 - Make more debug options available in no-debug builds
 - Improve consistency of debug logging
 - Give names to all sources

* Accessibility:
 - Introduce GtkAccessibleRange

* Wayland:
 - Make monitor bounds handling more robust
 - Prevent shrinking clients due to wrong toplevel bounds

* Broadway:
 - Return correct pointer coordinates from device queries

* Windows:
 - Use native API to translate key events

* Translation updates:
 Brazilian Portuguese
 British English
 Bulgarian
 Catalan
 Croatian
 Czech
 Friulian
 Galician
 Georgian
 German
 Indonesian
 Lithuanian
 Polish
 Portuguese
 Russian
 Serbian
 Slovenian
 Swedish
 Turkish
 Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.10 -r1.11 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.21 pkgsrc/x11/gtk4/Makefile:1.22
--- pkgsrc/x11/gtk4/Makefile:1.21       Mon Nov 21 18:20:46 2022
+++ pkgsrc/x11/gtk4/Makefile    Wed Nov 23 13:58:42 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2022/11/21 18:20:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2022/11/23 13:58:42 adam Exp $
 
-DISTNAME=      gtk-4.8.1
+DISTNAME=      gtk-4.8.2
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
-PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -24,6 +23,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_TOOLS+=    gdbus-codegen msgfmt msgmerge pkg-config xgettext
 USE_LANGUAGES= c c++
 
+MESON_REQD+=           0.60.0
 MESON_ARGS+=           -Dgtk_doc=false
 # needs gstreamer-gl
 MESON_ARGS+=           -Dmedia-gstreamer=disabled

Index: pkgsrc/x11/gtk4/PLIST
diff -u pkgsrc/x11/gtk4/PLIST:1.6 pkgsrc/x11/gtk4/PLIST:1.7
--- pkgsrc/x11/gtk4/PLIST:1.6   Wed Oct 19 18:00:02 2022
+++ pkgsrc/x11/gtk4/PLIST       Wed Nov 23 13:58:42 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/10/19 18:00:02 nros Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/11/23 13:58:42 adam Exp $
 bin/gtk4-builder-tool
 bin/gtk4-demo
 bin/gtk4-demo-application
@@ -10,7 +10,6 @@ bin/gtk4-print-editor
 bin/gtk4-query-settings
 bin/gtk4-update-icon-cache
 bin/gtk4-widget-factory
-include/gtk-4.0/gdk/gdk-autocleanup.h
 include/gtk-4.0/gdk/gdk.h
 include/gtk-4.0/gdk/gdkapplaunchcontext.h
 include/gtk-4.0/gdk/gdkcairo.h
@@ -85,7 +84,6 @@ ${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx
 ${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11surface.h
 ${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11utils.h
 include/gtk-4.0/gsk/gl/gskglrenderer.h
-include/gtk-4.0/gsk/gsk-autocleanup.h
 include/gtk-4.0/gsk/gsk.h
 include/gtk-4.0/gsk/gskcairorenderer.h
 include/gtk-4.0/gsk/gskenums.h
@@ -102,7 +100,6 @@ include/gtk-4.0/gtk/css/gtkcssenumtypes.
 include/gtk-4.0/gtk/css/gtkcsserror.h
 include/gtk-4.0/gtk/css/gtkcsslocation.h
 include/gtk-4.0/gtk/css/gtkcsssection.h
-include/gtk-4.0/gtk/gtk-autocleanups.h
 include/gtk-4.0/gtk/gtk.h
 include/gtk-4.0/gtk/gtkaboutdialog.h
 include/gtk-4.0/gtk/gtkaccelgroup.h
@@ -378,7 +375,7 @@ ${PLIST.lpr}lib/gtk-4.0/4.0.0/printbacke
 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.800.1
+${PLIST.no-dylib}lib/libgtk-4.so.1.800.2
 ${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.10 pkgsrc/x11/gtk4/distinfo:1.11
--- pkgsrc/x11/gtk4/distinfo:1.10       Mon Sep 26 17:26:57 2022
+++ pkgsrc/x11/gtk4/distinfo    Wed Nov 23 13:58:42 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2022/09/26 17:26:57 wiz Exp $
+$NetBSD: distinfo,v 1.11 2022/11/23 13:58:42 adam Exp $
 
-BLAKE2s (gtk-4.8.1.tar.xz) = 8a5c5852d9f29ac7fa9761824102bc55d0c54c61b1c5322a92b557ce83f5e3b6
-SHA512 (gtk-4.8.1.tar.xz) = 26201c2ef0de24e0a530b0cb03af5c131a85d068ecb4dcbe22c1faaedf1d5c1555ebe2bf2da794ccfa24bea7de810179957d48474fa951ae691ac957bbdfd61e
-Size (gtk-4.8.1.tar.xz) = 20502844 bytes
+BLAKE2s (gtk-4.8.2.tar.xz) = 7d249f022aae4f5e94ce7d991e382918cf031ebfddc4b2867ff66ee366466e91
+SHA512 (gtk-4.8.2.tar.xz) = 400cdde53a4b76a912f52b1300286b2198d47195902ccfc034fbc518be7bc4c5817fe6df6386d764c95686083eede2e4582cc555fb38b0bce455942ea6c5fcb5
+Size (gtk-4.8.2.tar.xz) = 20210736 bytes
 SHA1 (patch-demos_gtk-demo_gtkgears.c) = f09912bb4bef8589f694d4ed1a4744afe422ccbd
 SHA1 (patch-meson.build) = 89b91ba48b35baafb35598d3dd82577de8fc424c
 SHA1 (patch-tests_gtkgears.c) = 2af0628eb8c8286c85cd5c64a9da561fa375e8b3



Home | Main Index | Thread Index | Old Index