Received: by mail.netbsd.org (Postfix, from userid 605) id 3330984FB8; Sat, 10 Sep 2022 09:47:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6521384FB5 for ; Sat, 10 Sep 2022 09:47:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BhLkoHonOHzI for ; Sat, 10 Sep 2022 09:47:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98FA084D41 for ; Sat, 10 Sep 2022 09:47:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B344FA90; Sat, 10 Sep 2022 09:47:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662803272267590" MIME-Version: 1.0 Date: Sat, 10 Sep 2022 09:47:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/gtk4 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220910094752.8B344FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662803272267590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 10 09:47:52 UTC 2022 Modified Files: pkgsrc/x11/gtk4: Makefile PLIST distinfo Removed Files: pkgsrc/x11/gtk4/patches: patch-gtk_gtkfilechooserwidget.c Log Message: gtk4: update to 4.8.0. Overview of Changes in 4.8.0, 06-09-2022 ======================================== * GtkTreeView: - Fix a problem with scrolling animations - Fix some event handling problems - Drop unreachable code * GtkText: - Respect the no-emoji input hint fully * GtkEmojiChooser: - Fix arrow key navigation * GtkFontChooser: - Improve the handling of OpenType font features * GtkTreeListModel: - Fix handling of collapsed child nodes * GtkInscription: - Fix accessible name * Theme: - Fix placeholder text in HighContrast * Increase the memory limit for the jpeg loader to 300M * Miscellaneous memory leak fixes * Wayland: - Refactor handling of text protocol client updates * Windows: - Support high-resolution scroll wheel events - Generate GdkWin32.gir - Implement color picking Overview of Changes in 4.7.2, 10-08-2022 ======================================== * GtkTextView: - Fix child positioning with gutters * GtkText: - Update placeholder visibility when necessary * GtkPicture: - Add a content-fit property * GtkPopover: - Fix a size allocation problem with the arrow * GtkTreeView: - Fix a problem with DND * GtkTreePopover: - Support scrolling * GtkGridView: - Fix issues with rubberband selection * GtkLabel: - Add a tabs property * GtkSnapshot: - Make GtkSnapshot work from bindings * GtkScrolledWindow: - Scroll at a reasonable speed * GtkPaned: - Avoid an infinite loop * GtkWindow: - Improve generation and handling of crossing events * CSS: - Fix handling of certain transform values * Media support: - Add audio support to the ffmpeg backend - Avoid oom with pathological jpeg images * GDK: - Fix handling of touchpad hold events - Add support for hi-resolution scroll events * X11: - Fix preferred action for DND * Windows: - Fix DND * List models: - Fix items-changed emission - Add more list model tests * Demos: - Add a winning sound to game demos - Make app icons work uninstalled Overview of Changes in 4.7.1, 12-07-2022 ======================================== * GtkInscription: - A new label-like widget for use in list views * GtkColorChooser: - Style improvements * GtkFontChooser: - Improve support for OpenType features a bit * GtkLabel: - Allow selectable labels to be activated via mnemonic * GtkTextView: - Implement GetCharacterExtents for accessibility * GtkStack: - Fix a poblem with stack page accessibility * GtkListView: - Cull listitems that are out of view - Make all our list models implement ::n-items and ::item-type properties * Translations: - Stop translating property nicks and blurbs - Fix extracting translations from ui files * Debugging: - Support GTK_DEBUG=invert-text-dir - Allow inspecting inspectors - Replace GTK_USE_PORTAL with GDK_DEBUG=portals - Improve responsiveness of the inspector * CSS: - Allow fractional letterspacing * Theme: - Improve legibility of selectable labels * Demos: - Improve the font features demo - Add demos for GtkInscription * Wayland: - Freeze popups when hidden - Only send smooth scroll events for tablet tools - Make scaled cursor image have the right size - Fix problems with the activation protocol - Don't force the HighContrast icon theme - Support xdg_toplevel.bounds * X11: - Always update the shadoe size * Windows: - Improve touchpad support by using DirectManipulation - Add more directories to the builtin hicolor icon theme Overview of Changes in 4.7.0, 07-05-2022 ======================================== * GtkTextView: - Reduce overdraws * GtkViewport: - Default scroll-to-focus to TRUE * GtkText: - Stop blinking when we lose focus * GtkSearchEntry: - Make search delay configurable * GtkPopoverMenu: - Fix RTL positioning of buttons * GtkLabel: - Fix focus keynav with links * GtkFileChooser: - Prevent undesirable completion popups - Fix a corner case in save mode - Keep the portal filechooser alive long enough * GtkCheckButton: - Allow setting a custom child * GtkEditableLabel: - Make the :editing property writable * GtkColumnView: - Various optimizations to improve scrolling performance * GtkTreeStore: - Allow populating tree stores from ui files * GtkBoxLayout: - Avoid infinite loops * CSS: - Optimize reordering within the same parent * Emoji: - Update to CLDR v40 / Unicode 14 - Add more locales * Input: - Add scroll unit handling - Handle display changes in GtkIMMultiContext - Always populate GDK_AXIS_X/Y in event history - Don't crash for large compose tables * Accessibility: - Fix a crash at start when orca is running * Theme: - Refresh icons - Fix selection in vertical spin buttons - Fix selection in editable labels * gdk: - Optimize pixel format conversions - Use EGL_KHR_swap_buffers_with_damage for NVidia * gsk: - Handle large viewports - Prepare texture libraries for glyphy rendering - Don't leak big glyphs in the glyph cache - Align offscreen rendering with th pixel grid - Check for half-float support before using it * Wayland: - Use xdg-activation protocol - Fix text caret coordinates - Fix on-screen keyboard activation * MacOS: - Fix sluggish and reversed scrolling - Improve monitor detection - Event handling fixes - Fix keyboard input on popovers - Support OpenGL-based video playback - Suport fullscreen - Improve native filechoooser size allocation - Use CALayer and IOSurface for rendering - Use a per-monitor CVDisplayLink - Fix kinetic scrolling - Improve window placement - Improve multi-monitor handling - Start applications in the foreground - Fix cursor blink time * Windows: - Fix preedit window placement on HiDPI * Tools: - gtk4-builder-tool: Don't require a display for all commands - gtk4-builder-tool: Add a screenshot command - gtk4-node-editor: Install this utility * Debugging: - inspector: Show more application data - inspector: Allow viewing PangoAttrList properties * Documentation: - Use the gtk-builder-tool to generate screenshots * Build: - Fix cross-compilation - Fix build on aarch64 - Fix build with gcc 12 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/gtk4/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtk4/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/gtk4/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/x11/gtk4/patches/patch-gtk_gtkfilechooserwidget.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662803272267590 Content-Disposition: inline Content-Length: 14655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk4/Makefile diff -u pkgsrc/x11/gtk4/Makefile:1.15 pkgsrc/x11/gtk4/Makefile:1.16 --- pkgsrc/x11/gtk4/Makefile:1.15 Sat Aug 27 18:16:08 2022 +++ pkgsrc/x11/gtk4/Makefile Sat Sep 10 09:47:52 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2022/08/27 18:16:08 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/09/10 09:47:52 wiz Exp $ -DISTNAME= gtk-4.6.6 +DISTNAME= gtk-4.8.0 PKGNAME= ${DISTNAME:S/gtk/gtk4/} -PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/gtk4/PLIST diff -u pkgsrc/x11/gtk4/PLIST:1.3 pkgsrc/x11/gtk4/PLIST:1.4 --- pkgsrc/x11/gtk4/PLIST:1.3 Fri Jul 29 16:08:20 2022 +++ pkgsrc/x11/gtk4/PLIST Sat Sep 10 09:47:52 2022 @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2022/07/29 16:08:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/09/10 09:47:52 wiz Exp $ bin/gtk4-builder-tool bin/gtk4-demo bin/gtk4-demo-application bin/gtk4-encode-symbolic-svg bin/gtk4-icon-browser bin/gtk4-launch +bin/gtk4-node-editor bin/gtk4-print-editor bin/gtk4-query-settings bin/gtk4-update-icon-cache @@ -229,6 +230,7 @@ include/gtk-4.0/gtk/gtkimcontextsimple.h include/gtk-4.0/gtk/gtkimmodule.h include/gtk-4.0/gtk/gtkimmulticontext.h include/gtk-4.0/gtk/gtkinfobar.h +include/gtk-4.0/gtk/gtkinscription.h include/gtk-4.0/gtk/gtklabel.h include/gtk-4.0/gtk/gtklayoutchild.h include/gtk-4.0/gtk/gtklayoutmanager.h @@ -375,7 +377,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.600.6 +${PLIST.no-dylib}lib/libgtk-4.so.1.800.0 ${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc lib/pkgconfig/gtk4-unix-print.pc ${PLIST.x11}lib/pkgconfig/gtk4-x11.pc @@ -384,6 +386,7 @@ share/applications/org.gtk.Demo4.desktop share/applications/org.gtk.IconBrowser4.desktop share/applications/org.gtk.PrintEditor4.desktop share/applications/org.gtk.WidgetFactory4.desktop +share/applications/org.gtk.gtk4.NodeEditor.desktop share/gettext/its/gtk4builder.its share/gettext/its/gtk4builder.loc share/gir-1.0/Gdk-4.0.gir @@ -418,243 +421,132 @@ share/icons/hicolor/scalable/apps/org.gt share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.Devel.svg share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.svg share/icons/hicolor/scalable/apps/org.gtk.WidgetFactory4.svg +share/icons/hicolor/scalable/apps/org.gtk.gtk4.NodeEditor.Devel.svg +share/icons/hicolor/scalable/apps/org.gtk.gtk4.NodeEditor.svg share/icons/hicolor/symbolic/apps/org.gtk.Demo4-symbolic.svg share/icons/hicolor/symbolic/apps/org.gtk.IconBrowser4-symbolic.svg share/icons/hicolor/symbolic/apps/org.gtk.PrintEditor4-symbolic.svg share/icons/hicolor/symbolic/apps/org.gtk.WidgetFactory4-symbolic.svg -share/locale/af/LC_MESSAGES/gtk40-properties.mo +share/icons/hicolor/symbolic/apps/org.gtk.gtk4.NodeEditor-symbolic.svg +share/locale/ab/LC_MESSAGES/gtk40.mo share/locale/af/LC_MESSAGES/gtk40.mo -share/locale/am/LC_MESSAGES/gtk40-properties.mo share/locale/am/LC_MESSAGES/gtk40.mo -share/locale/an/LC_MESSAGES/gtk40-properties.mo share/locale/an/LC_MESSAGES/gtk40.mo -share/locale/ang/LC_MESSAGES/gtk40-properties.mo share/locale/ang/LC_MESSAGES/gtk40.mo -share/locale/ar/LC_MESSAGES/gtk40-properties.mo share/locale/ar/LC_MESSAGES/gtk40.mo -share/locale/as/LC_MESSAGES/gtk40-properties.mo share/locale/as/LC_MESSAGES/gtk40.mo -share/locale/ast/LC_MESSAGES/gtk40-properties.mo share/locale/ast/LC_MESSAGES/gtk40.mo -share/locale/az/LC_MESSAGES/gtk40-properties.mo share/locale/az/LC_MESSAGES/gtk40.mo -share/locale/az_IR/LC_MESSAGES/gtk40-properties.mo share/locale/az_IR/LC_MESSAGES/gtk40.mo -share/locale/be/LC_MESSAGES/gtk40-properties.mo share/locale/be/LC_MESSAGES/gtk40.mo -share/locale/be@latin/LC_MESSAGES/gtk40-properties.mo share/locale/be@latin/LC_MESSAGES/gtk40.mo -share/locale/bg/LC_MESSAGES/gtk40-properties.mo share/locale/bg/LC_MESSAGES/gtk40.mo -share/locale/bn/LC_MESSAGES/gtk40-properties.mo share/locale/bn/LC_MESSAGES/gtk40.mo -share/locale/bn_IN/LC_MESSAGES/gtk40-properties.mo share/locale/bn_IN/LC_MESSAGES/gtk40.mo -share/locale/br/LC_MESSAGES/gtk40-properties.mo share/locale/br/LC_MESSAGES/gtk40.mo -share/locale/bs/LC_MESSAGES/gtk40-properties.mo share/locale/bs/LC_MESSAGES/gtk40.mo -share/locale/ca/LC_MESSAGES/gtk40-properties.mo share/locale/ca/LC_MESSAGES/gtk40.mo -share/locale/ca@valencia/LC_MESSAGES/gtk40-properties.mo share/locale/ca@valencia/LC_MESSAGES/gtk40.mo -share/locale/crh/LC_MESSAGES/gtk40-properties.mo share/locale/crh/LC_MESSAGES/gtk40.mo -share/locale/cs/LC_MESSAGES/gtk40-properties.mo share/locale/cs/LC_MESSAGES/gtk40.mo -share/locale/cy/LC_MESSAGES/gtk40-properties.mo share/locale/cy/LC_MESSAGES/gtk40.mo -share/locale/da/LC_MESSAGES/gtk40-properties.mo share/locale/da/LC_MESSAGES/gtk40.mo -share/locale/de/LC_MESSAGES/gtk40-properties.mo share/locale/de/LC_MESSAGES/gtk40.mo -share/locale/dz/LC_MESSAGES/gtk40-properties.mo share/locale/dz/LC_MESSAGES/gtk40.mo -share/locale/el/LC_MESSAGES/gtk40-properties.mo share/locale/el/LC_MESSAGES/gtk40.mo -share/locale/en/LC_MESSAGES/gtk40-properties.mo share/locale/en/LC_MESSAGES/gtk40.mo -share/locale/en@shaw/LC_MESSAGES/gtk40-properties.mo share/locale/en@shaw/LC_MESSAGES/gtk40.mo -share/locale/en_CA/LC_MESSAGES/gtk40-properties.mo share/locale/en_CA/LC_MESSAGES/gtk40.mo -share/locale/en_GB/LC_MESSAGES/gtk40-properties.mo share/locale/en_GB/LC_MESSAGES/gtk40.mo -share/locale/eo/LC_MESSAGES/gtk40-properties.mo share/locale/eo/LC_MESSAGES/gtk40.mo -share/locale/es/LC_MESSAGES/gtk40-properties.mo share/locale/es/LC_MESSAGES/gtk40.mo -share/locale/et/LC_MESSAGES/gtk40-properties.mo share/locale/et/LC_MESSAGES/gtk40.mo -share/locale/eu/LC_MESSAGES/gtk40-properties.mo share/locale/eu/LC_MESSAGES/gtk40.mo -share/locale/fa/LC_MESSAGES/gtk40-properties.mo share/locale/fa/LC_MESSAGES/gtk40.mo -share/locale/fi/LC_MESSAGES/gtk40-properties.mo share/locale/fi/LC_MESSAGES/gtk40.mo -share/locale/fr/LC_MESSAGES/gtk40-properties.mo share/locale/fr/LC_MESSAGES/gtk40.mo -share/locale/fur/LC_MESSAGES/gtk40-properties.mo share/locale/fur/LC_MESSAGES/gtk40.mo -share/locale/ga/LC_MESSAGES/gtk40-properties.mo share/locale/ga/LC_MESSAGES/gtk40.mo -share/locale/gd/LC_MESSAGES/gtk40-properties.mo share/locale/gd/LC_MESSAGES/gtk40.mo -share/locale/gl/LC_MESSAGES/gtk40-properties.mo share/locale/gl/LC_MESSAGES/gtk40.mo -share/locale/gu/LC_MESSAGES/gtk40-properties.mo share/locale/gu/LC_MESSAGES/gtk40.mo -share/locale/he/LC_MESSAGES/gtk40-properties.mo share/locale/he/LC_MESSAGES/gtk40.mo -share/locale/hi/LC_MESSAGES/gtk40-properties.mo share/locale/hi/LC_MESSAGES/gtk40.mo -share/locale/hr/LC_MESSAGES/gtk40-properties.mo share/locale/hr/LC_MESSAGES/gtk40.mo -share/locale/hu/LC_MESSAGES/gtk40-properties.mo share/locale/hu/LC_MESSAGES/gtk40.mo -share/locale/hy/LC_MESSAGES/gtk40-properties.mo share/locale/hy/LC_MESSAGES/gtk40.mo -share/locale/ia/LC_MESSAGES/gtk40-properties.mo share/locale/ia/LC_MESSAGES/gtk40.mo -share/locale/id/LC_MESSAGES/gtk40-properties.mo share/locale/id/LC_MESSAGES/gtk40.mo -share/locale/io/LC_MESSAGES/gtk40-properties.mo share/locale/io/LC_MESSAGES/gtk40.mo -share/locale/is/LC_MESSAGES/gtk40-properties.mo share/locale/is/LC_MESSAGES/gtk40.mo -share/locale/it/LC_MESSAGES/gtk40-properties.mo share/locale/it/LC_MESSAGES/gtk40.mo -share/locale/ja/LC_MESSAGES/gtk40-properties.mo share/locale/ja/LC_MESSAGES/gtk40.mo -share/locale/ka/LC_MESSAGES/gtk40-properties.mo share/locale/ka/LC_MESSAGES/gtk40.mo -share/locale/kg/LC_MESSAGES/gtk40-properties.mo share/locale/kg/LC_MESSAGES/gtk40.mo -share/locale/kk/LC_MESSAGES/gtk40-properties.mo share/locale/kk/LC_MESSAGES/gtk40.mo -share/locale/km/LC_MESSAGES/gtk40-properties.mo share/locale/km/LC_MESSAGES/gtk40.mo -share/locale/kn/LC_MESSAGES/gtk40-properties.mo share/locale/kn/LC_MESSAGES/gtk40.mo -share/locale/ko/LC_MESSAGES/gtk40-properties.mo share/locale/ko/LC_MESSAGES/gtk40.mo -share/locale/ku/LC_MESSAGES/gtk40-properties.mo share/locale/ku/LC_MESSAGES/gtk40.mo -share/locale/ky/LC_MESSAGES/gtk40-properties.mo share/locale/ky/LC_MESSAGES/gtk40.mo -share/locale/lg/LC_MESSAGES/gtk40-properties.mo share/locale/lg/LC_MESSAGES/gtk40.mo -share/locale/li/LC_MESSAGES/gtk40-properties.mo share/locale/li/LC_MESSAGES/gtk40.mo -share/locale/lt/LC_MESSAGES/gtk40-properties.mo share/locale/lt/LC_MESSAGES/gtk40.mo -share/locale/lv/LC_MESSAGES/gtk40-properties.mo share/locale/lv/LC_MESSAGES/gtk40.mo -share/locale/mai/LC_MESSAGES/gtk40-properties.mo share/locale/mai/LC_MESSAGES/gtk40.mo -share/locale/mi/LC_MESSAGES/gtk40-properties.mo share/locale/mi/LC_MESSAGES/gtk40.mo -share/locale/mjw/LC_MESSAGES/gtk40-properties.mo share/locale/mjw/LC_MESSAGES/gtk40.mo -share/locale/mk/LC_MESSAGES/gtk40-properties.mo share/locale/mk/LC_MESSAGES/gtk40.mo -share/locale/ml/LC_MESSAGES/gtk40-properties.mo share/locale/ml/LC_MESSAGES/gtk40.mo -share/locale/mn/LC_MESSAGES/gtk40-properties.mo share/locale/mn/LC_MESSAGES/gtk40.mo -share/locale/mr/LC_MESSAGES/gtk40-properties.mo share/locale/mr/LC_MESSAGES/gtk40.mo -share/locale/ms/LC_MESSAGES/gtk40-properties.mo share/locale/ms/LC_MESSAGES/gtk40.mo -share/locale/my/LC_MESSAGES/gtk40-properties.mo share/locale/my/LC_MESSAGES/gtk40.mo -share/locale/nb/LC_MESSAGES/gtk40-properties.mo share/locale/nb/LC_MESSAGES/gtk40.mo -share/locale/nds/LC_MESSAGES/gtk40-properties.mo share/locale/nds/LC_MESSAGES/gtk40.mo -share/locale/ne/LC_MESSAGES/gtk40-properties.mo share/locale/ne/LC_MESSAGES/gtk40.mo -share/locale/nl/LC_MESSAGES/gtk40-properties.mo share/locale/nl/LC_MESSAGES/gtk40.mo -share/locale/nn/LC_MESSAGES/gtk40-properties.mo share/locale/nn/LC_MESSAGES/gtk40.mo -share/locale/nso/LC_MESSAGES/gtk40-properties.mo share/locale/nso/LC_MESSAGES/gtk40.mo -share/locale/oc/LC_MESSAGES/gtk40-properties.mo share/locale/oc/LC_MESSAGES/gtk40.mo -share/locale/or/LC_MESSAGES/gtk40-properties.mo share/locale/or/LC_MESSAGES/gtk40.mo -share/locale/pa/LC_MESSAGES/gtk40-properties.mo share/locale/pa/LC_MESSAGES/gtk40.mo -share/locale/pl/LC_MESSAGES/gtk40-properties.mo share/locale/pl/LC_MESSAGES/gtk40.mo -share/locale/ps/LC_MESSAGES/gtk40-properties.mo share/locale/ps/LC_MESSAGES/gtk40.mo -share/locale/pt/LC_MESSAGES/gtk40-properties.mo share/locale/pt/LC_MESSAGES/gtk40.mo -share/locale/pt_BR/LC_MESSAGES/gtk40-properties.mo share/locale/pt_BR/LC_MESSAGES/gtk40.mo -share/locale/ro/LC_MESSAGES/gtk40-properties.mo share/locale/ro/LC_MESSAGES/gtk40.mo -share/locale/ru/LC_MESSAGES/gtk40-properties.mo share/locale/ru/LC_MESSAGES/gtk40.mo -share/locale/rw/LC_MESSAGES/gtk40-properties.mo share/locale/rw/LC_MESSAGES/gtk40.mo -share/locale/si/LC_MESSAGES/gtk40-properties.mo share/locale/si/LC_MESSAGES/gtk40.mo -share/locale/sk/LC_MESSAGES/gtk40-properties.mo share/locale/sk/LC_MESSAGES/gtk40.mo -share/locale/sl/LC_MESSAGES/gtk40-properties.mo share/locale/sl/LC_MESSAGES/gtk40.mo -share/locale/sq/LC_MESSAGES/gtk40-properties.mo share/locale/sq/LC_MESSAGES/gtk40.mo -share/locale/sr/LC_MESSAGES/gtk40-properties.mo share/locale/sr/LC_MESSAGES/gtk40.mo -share/locale/sr@ije/LC_MESSAGES/gtk40-properties.mo share/locale/sr@ije/LC_MESSAGES/gtk40.mo -share/locale/sr@latin/LC_MESSAGES/gtk40-properties.mo share/locale/sr@latin/LC_MESSAGES/gtk40.mo -share/locale/sv/LC_MESSAGES/gtk40-properties.mo share/locale/sv/LC_MESSAGES/gtk40.mo -share/locale/ta/LC_MESSAGES/gtk40-properties.mo share/locale/ta/LC_MESSAGES/gtk40.mo -share/locale/te/LC_MESSAGES/gtk40-properties.mo share/locale/te/LC_MESSAGES/gtk40.mo -share/locale/tg/LC_MESSAGES/gtk40-properties.mo share/locale/tg/LC_MESSAGES/gtk40.mo -share/locale/th/LC_MESSAGES/gtk40-properties.mo share/locale/th/LC_MESSAGES/gtk40.mo -share/locale/tk/LC_MESSAGES/gtk40-properties.mo share/locale/tk/LC_MESSAGES/gtk40.mo -share/locale/tr/LC_MESSAGES/gtk40-properties.mo share/locale/tr/LC_MESSAGES/gtk40.mo -share/locale/tt/LC_MESSAGES/gtk40-properties.mo share/locale/tt/LC_MESSAGES/gtk40.mo -share/locale/ug/LC_MESSAGES/gtk40-properties.mo share/locale/ug/LC_MESSAGES/gtk40.mo -share/locale/uk/LC_MESSAGES/gtk40-properties.mo share/locale/uk/LC_MESSAGES/gtk40.mo -share/locale/ur/LC_MESSAGES/gtk40-properties.mo share/locale/ur/LC_MESSAGES/gtk40.mo -share/locale/uz/LC_MESSAGES/gtk40-properties.mo share/locale/uz/LC_MESSAGES/gtk40.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk40-properties.mo share/locale/uz@cyrillic/LC_MESSAGES/gtk40.mo -share/locale/vi/LC_MESSAGES/gtk40-properties.mo share/locale/vi/LC_MESSAGES/gtk40.mo -share/locale/wa/LC_MESSAGES/gtk40-properties.mo share/locale/wa/LC_MESSAGES/gtk40.mo -share/locale/xh/LC_MESSAGES/gtk40-properties.mo share/locale/xh/LC_MESSAGES/gtk40.mo -share/locale/yi/LC_MESSAGES/gtk40-properties.mo share/locale/yi/LC_MESSAGES/gtk40.mo -share/locale/zh_CN/LC_MESSAGES/gtk40-properties.mo share/locale/zh_CN/LC_MESSAGES/gtk40.mo -share/locale/zh_HK/LC_MESSAGES/gtk40-properties.mo share/locale/zh_HK/LC_MESSAGES/gtk40.mo -share/locale/zh_TW/LC_MESSAGES/gtk40-properties.mo share/locale/zh_TW/LC_MESSAGES/gtk40.mo share/metainfo/org.gtk.Demo4.appdata.xml share/metainfo/org.gtk.IconBrowser4.appdata.xml share/metainfo/org.gtk.PrintEditor4.appdata.xml share/metainfo/org.gtk.WidgetFactory4.appdata.xml +share/metainfo/org.gtk.gtk4.NodeEditor.appdata.xml Index: pkgsrc/x11/gtk4/distinfo diff -u pkgsrc/x11/gtk4/distinfo:1.8 pkgsrc/x11/gtk4/distinfo:1.9 --- pkgsrc/x11/gtk4/distinfo:1.8 Sat Aug 27 18:16:08 2022 +++ pkgsrc/x11/gtk4/distinfo Sat Sep 10 09:47:52 2022 @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.8 2022/08/27 18:16:08 wiz Exp $ +$NetBSD: distinfo,v 1.9 2022/09/10 09:47:52 wiz Exp $ -BLAKE2s (gtk-4.6.6.tar.xz) = 520d6e0edc306ef03691c57e499f1a98ea094bbe30bfe3d731487e8833776758 -SHA512 (gtk-4.6.6.tar.xz) = b743d99029d7d51db19396641023eefd5d25bbacbd89ad6660d43e382b26fe6cc5e9ce8f0dbb3f4ac7d2143db617ea0c2e2d3cc8926fc93d735eb76ffb2f8309 -Size (gtk-4.6.6.tar.xz) = 23085304 bytes +BLAKE2s (gtk-4.8.0.tar.xz) = 8a1f6f52ee4562c87e1238fc9aba2ece0c7ce1316515a8dda8ea9fd3a8f55a19 +SHA512 (gtk-4.8.0.tar.xz) = c48fa63c197d9dbff98485cac57092d0af9ac56993fee5b622fc91c473f06489986105382222d75488fa95272377a9177f56a7cb3a4d2f159eb8d70f80cdadcc +Size (gtk-4.8.0.tar.xz) = 20502660 bytes SHA1 (patch-demos_gtk-demo_gtkgears.c) = f09912bb4bef8589f694d4ed1a4744afe422ccbd -SHA1 (patch-gtk_gtkfilechooserwidget.c) = 49230fa59d244c55bf2caf9dd44dc96e062c6964 SHA1 (patch-meson.build) = 89b91ba48b35baafb35598d3dd82577de8fc424c SHA1 (patch-tests_gtkgears.c) = 2af0628eb8c8286c85cd5c64a9da561fa375e8b3 --_----------=_1662803272267590--