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 Feb 14 08:40:36 UTC 2024

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

Log Message:
gtk4: updated to 4.12.5

Overview of Changes in 4.12.5, 17-01-2024
=========================================

* GtkColumnView:
 - Fix a crash on dispose

* GtkEmojiChooser:
 - Update to CLDR v44
 - Add more translations

* GtkFileDialog:
 - Return an error if no file is selected
 - Make closing the portal file chooser work

* GtkDropDown:
 - Fix display of the initial checkmark

* GtkShortcutsWindow:
 - Reduce the minimum width

* GDK:
 - Make the png loader safer against overflow

* Windows:
 - Use new clipboard api

* Wayland:
 - Fix cursor handling with graphics tablets

* macOS:
 - Silence secure-restore message
 - Fix build on macOS < 10.13

* Translation updates
 Basque
 British English
 Catalan
 Chinese (China)
 Czech
 Georgian
 German
 Hebrew
 Indonesian
 Lithuanian
 Persian
 Polish
 Romanian
 Russian
 Slovenian
 Swedish
 Turkish
 Ukrainian
 Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/gtk4/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.18 -r1.19 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.40 pkgsrc/x11/gtk4/Makefile:1.41
--- pkgsrc/x11/gtk4/Makefile:1.40       Tue Jan 16 10:00:16 2024
+++ pkgsrc/x11/gtk4/Makefile    Wed Feb 14 08:40:36 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2024/01/16 10:00:16 prlw1 Exp $
+# $NetBSD: Makefile,v 1.41 2024/02/14 08:40:36 adam Exp $
 
-DISTNAME=      gtk-4.12.4
+DISTNAME=      gtk-4.12.5
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
-PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -40,17 +39,6 @@ PKGCONFIG_OVERRIDE_STAGE=    post-configure
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--export-dynamic
 
-PLIST_VARS+=           dylib no-dylib
-.if ${SHLIB_TYPE} == "dylib"
-PLIST.dylib=           yes
-SOEXT=                 dylib
-.else
-PLIST.no-dylib=                yes
-SOEXT=                 so
-.endif
-PLIST_SUBST+=          SOEXT=${SOEXT}
-PRINT_PLIST_AWK+=      { gsub(/\.${SOEXT}/, ".$${SOEXT}") }
-
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"

Index: pkgsrc/x11/gtk4/PLIST
diff -u pkgsrc/x11/gtk4/PLIST:1.14 pkgsrc/x11/gtk4/PLIST:1.15
--- pkgsrc/x11/gtk4/PLIST:1.14  Thu Nov 30 06:22:27 2023
+++ pkgsrc/x11/gtk4/PLIST       Wed Feb 14 08:40:36 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2023/11/30 06:22:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/02/14 08:40:36 adam Exp $
 bin/gtk4-builder-tool
 bin/gtk4-demo
 bin/gtk4-demo-application
@@ -388,13 +388,12 @@ lib/girepository-1.0/Gdk-4.0.typelib
 ${PLIST.x11}lib/girepository-1.0/GdkX11-4.0.typelib
 lib/girepository-1.0/Gsk-4.0.typelib
 lib/girepository-1.0/Gtk-4.0.typelib
-lib/gtk-4.0/4.0.0/media/libmedia-ffmpeg.${SOEXT}
-${PLIST.cups}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-cups.${SOEXT}
-lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.${SOEXT}
-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.4
+lib/gtk-4.0/4.0.0/media/libmedia-ffmpeg.so
+${PLIST.cups}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-cups.so
+lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so
+lib/libgtk-4.so
+lib/libgtk-4.so.1
+lib/libgtk-4.so.1.1200.5
 ${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc
 lib/pkgconfig/gtk4-unix-print.pc
 ${PLIST.x11}lib/pkgconfig/gtk4-x11.pc
@@ -415,20 +414,27 @@ share/glib-2.0/schemas/org.gtk.gtk4.Sett
 share/glib-2.0/schemas/org.gtk.gtk4.Settings.Debug.gschema.xml
 share/glib-2.0/schemas/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
 share/glib-2.0/schemas/org.gtk.gtk4.Settings.FileChooser.gschema.xml
+share/gtk-4.0/emoji/bn.gresource
 share/gtk-4.0/emoji/da.gresource
 share/gtk-4.0/emoji/de.gresource
 share/gtk-4.0/emoji/es.gresource
+share/gtk-4.0/emoji/et.gresource
+share/gtk-4.0/emoji/fi.gresource
 share/gtk-4.0/emoji/fr.gresource
+share/gtk-4.0/emoji/hi.gresource
 share/gtk-4.0/emoji/hu.gresource
 share/gtk-4.0/emoji/it.gresource
+share/gtk-4.0/emoji/ja.gresource
 share/gtk-4.0/emoji/ko.gresource
 share/gtk-4.0/emoji/lt.gresource
 share/gtk-4.0/emoji/ms.gresource
+share/gtk-4.0/emoji/nb.gresource
 share/gtk-4.0/emoji/nl.gresource
 share/gtk-4.0/emoji/pl.gresource
 share/gtk-4.0/emoji/pt.gresource
 share/gtk-4.0/emoji/ru.gresource
 share/gtk-4.0/emoji/sv.gresource
+share/gtk-4.0/emoji/th.gresource
 share/gtk-4.0/emoji/uk.gresource
 share/gtk-4.0/emoji/zh.gresource
 share/gtk-4.0/gtk4builder.rng

Index: pkgsrc/x11/gtk4/distinfo
diff -u pkgsrc/x11/gtk4/distinfo:1.18 pkgsrc/x11/gtk4/distinfo:1.19
--- pkgsrc/x11/gtk4/distinfo:1.18       Tue Jan 16 10:00:16 2024
+++ pkgsrc/x11/gtk4/distinfo    Wed Feb 14 08:40:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2024/01/16 10:00:16 prlw1 Exp $
+$NetBSD: distinfo,v 1.19 2024/02/14 08:40:36 adam Exp $
 
-BLAKE2s (gtk-4.12.4.tar.xz) = 6ba005f44379aad917ce3527a85ce51a428db073aacae139080639f871d1c968
-SHA512 (gtk-4.12.4.tar.xz) = 354c686c160c7996ec7c69b31204786245c2a92615e4799b6248776f10f4393c167e73caf8d2fb949539c978358ffa2151092a515be94ec7eeb8951b773ae6d0
-Size (gtk-4.12.4.tar.xz) = 16951736 bytes
+BLAKE2s (gtk-4.12.5.tar.xz) = b2805f902e2b58a1ef96f6ec6685a08b33c614ebd86790ccd7b22467f43dcdeb
+SHA512 (gtk-4.12.5.tar.xz) = 813758f4fe23b99b2ea1cf22156b86b22df30024717ae3b30bbe36111f9b1363bbd4da5fe8e5f69268c43794ea165e12c1c5bc52fd64bcbb1f9ccd3121540ac4
+Size (gtk-4.12.5.tar.xz) = 17314760 bytes
 SHA1 (patch-meson.build) = a9db17787c70631896315fb2c825e62977cfbb9b



Home | Main Index | Thread Index | Old Index