pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk4 gtk4: updadted to 4.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/836a007bf5d2
branches:  trunk
changeset: 388616:836a007bf5d2
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 23 13:58:42 2022 +0000

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

diffstat:

 x11/gtk4/Makefile |  6 +++---
 x11/gtk4/PLIST    |  7 ++-----
 x11/gtk4/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (80 lines):

diff -r 25a82d274799 -r 836a007bf5d2 x11/gtk4/Makefile
--- a/x11/gtk4/Makefile Wed Nov 23 13:30:38 2022 +0000
+++ b/x11/gtk4/Makefile Wed Nov 23 13:58:42 2022 +0000
@@ -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 @@
 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
diff -r 25a82d274799 -r 836a007bf5d2 x11/gtk4/PLIST
--- a/x11/gtk4/PLIST    Wed Nov 23 13:30:38 2022 +0000
+++ b/x11/gtk4/PLIST    Wed Nov 23 13:58:42 2022 +0000
@@ -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-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/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/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 @@
 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
diff -r 25a82d274799 -r 836a007bf5d2 x11/gtk4/distinfo
--- a/x11/gtk4/distinfo Wed Nov 23 13:30:38 2022 +0000
+++ b/x11/gtk4/distinfo Wed Nov 23 13:58:42 2022 +0000
@@ -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