From 7940aebaf72d5b163b5689b19141aaed8f66d238 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 Feb 2025 16:02:34 +0300 Subject: [PATCH] qt5-5.15.16 --- desktop/toolkit/qt5/qt5-doc/pspec.xml | 59 +++++++++++-------- desktop/toolkit/qt5/qt5-webengine/pspec.xml | 41 +++++++------ .../qt5-webkit/files/qt5-webkit-icu76.patch | 16 +++++ desktop/toolkit/qt5/qt5-webkit/pspec.xml | 47 ++++++++------- 4 files changed, 100 insertions(+), 63 deletions(-) create mode 100644 desktop/toolkit/qt5/qt5-webkit/files/qt5-webkit-icu76.patch diff --git a/desktop/toolkit/qt5/qt5-doc/pspec.xml b/desktop/toolkit/qt5/qt5-doc/pspec.xml index b2fea5c6c5..92e71fb5e1 100755 --- a/desktop/toolkit/qt5/qt5-doc/pspec.xml +++ b/desktop/toolkit/qt5/qt5-doc/pspec.xml @@ -12,40 +12,40 @@ A cross-platform application and UI framework (Documentation) A cross-platform application and UI framework (Documentation) LGPLv2.1-linking-exception - http://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtdoc-everywhere-opensource-src-5.15.12.tar.xz + http://download.qt.io/official_releases/qt/5.15/5.15.16/submodules/qtdoc-everywhere-opensource-src-5.15.16.tar.xz - qt5-base-devel - qt5-sql-sqlite - qt5-assistant - qt5-multimedia-docs - qt5-quickcontrols-docs - qt5-quickcontrols2-docs - qt5-x11extras-docs - qt5-webchannel-docs + qt5-base-devel + qt5-sql-sqlite + qt5-assistant + qt5-multimedia-docs + qt5-quickcontrols-docs + qt5-quickcontrols2-docs + qt5-x11extras-docs + qt5-webchannel-docs qt5-webkit-docs - qt5-xmlpatterns-docs - qt5-svg-docs - qt5-script-docs - qt5-sensors-docs - qt5-translations - qt5-graphicaleffects-docs - qt5-imageformats-docs - qt5-websockets-docs - qt5-serialport-docs - qt5-location-docs - qt5-connectivity-docs + qt5-xmlpatterns-docs + qt5-svg-docs + qt5-script-docs + qt5-sensors-docs + qt5-translations + qt5-graphicaleffects-docs + qt5-imageformats-docs + qt5-websockets-docs + qt5-serialport-docs + qt5-location-docs + qt5-connectivity-docs qt5-doc - qt5-base - qt5-script - qt5-svg - qt5-xmlpatterns - qt5-assistant - qt5-declarative + qt5-base + qt5-script + qt5-svg + qt5-xmlpatterns + qt5-assistant + qt5-declarative /usr/share/licenses @@ -54,6 +54,13 @@ + + 2025-02-23 + 5.15.16 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-12-29 5.15.12 diff --git a/desktop/toolkit/qt5/qt5-webengine/pspec.xml b/desktop/toolkit/qt5/qt5-webengine/pspec.xml index b5a37dd56e..98373bdfb6 100755 --- a/desktop/toolkit/qt5/qt5-webengine/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webengine/pspec.xml @@ -12,19 +12,19 @@ Provides support for web applications using the Chromium browser project LGPLv2.1-linking-exception - https://download.qt.io/official_releases/qt/5.15/5.15.12/submodules/qtwebengine-everywhere-opensource-src-5.15.12.tar.xz + https://download.qt.io/official_releases/qt/5.15/5.15.16/submodules/qtwebengine-everywhere-opensource-src-5.15.16.tar.xz qtwebengine-5.15.7-build_fixes-1.patch qtwebengine-everywhere-src-5.15.5-TRUE.patch - qt5-base-devel - qt5-declarative-devel - qt5-xmlpatterns-devel - qt5-location-devel - qt5-sensors-devel - qt5-webchannel-devel - qt5-designer-devel + qt5-base-devel + qt5-declarative-devel + qt5-xmlpatterns-devel + qt5-location-devel + qt5-sensors-devel + qt5-webchannel-devel + qt5-designer-devel bison wget nodejs @@ -131,7 +131,7 @@ libopus libxml2 libvpx - qt5-base + qt5-base alsa-lib harfbuzz libevent @@ -142,11 +142,11 @@ libXScrnSaver libXdamage libXrender - qt5-location + qt5-location libXcomposite libjpeg-turbo - qt5-webchannel - qt5-declarative + qt5-webchannel + qt5-declarative zlib minizip protobuf @@ -166,17 +166,17 @@ qt5-webengine - qt5-base-devel - qt5-declarative-devel - qt5-location-devel - qt5-webchannel-devel + qt5-base-devel + qt5-declarative-devel + qt5-location-devel + qt5-webchannel-devel qt5-webengine-docs - qt5-base + qt5-base /usr/share/doc @@ -184,6 +184,13 @@ + + 2025-02-23 + 5.15.16 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-12-29 5.15.12 diff --git a/desktop/toolkit/qt5/qt5-webkit/files/qt5-webkit-icu76.patch b/desktop/toolkit/qt5/qt5-webkit/files/qt5-webkit-icu76.patch new file mode 100644 index 0000000000..9fecb68b0d --- /dev/null +++ b/desktop/toolkit/qt5/qt5-webkit/files/qt5-webkit-icu76.patch @@ -0,0 +1,16 @@ +diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h +index 7aefa1ba..562fd449 100644 +--- a/Source/WTF/wtf/Platform.h ++++ b/Source/WTF/wtf/Platform.h +@@ -566,6 +566,11 @@ + + #endif /* PLATFORM(MAC) */ + ++/* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */ ++/* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */ ++#define U_SHOW_CPLUSPLUS_API 0 ++#define U_SHOW_CPLUSPLUS_HEADER_API 0 ++ + #if PLATFORM(IOS) + + #define HAVE_NETWORK_EXTENSION 1 diff --git a/desktop/toolkit/qt5/qt5-webkit/pspec.xml b/desktop/toolkit/qt5/qt5-webkit/pspec.xml index 1d65e4878e..40fb428556 100755 --- a/desktop/toolkit/qt5/qt5-webkit/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webkit/pspec.xml @@ -43,17 +43,17 @@ glib2-devel sqlite-devel python-devel - qt5-linguist - qt5-base-devel - qt5-sql-sqlite - qt5-qdbusviewer - qt5-sensors-devel - qt5-designer-devel - qt5-location-devel - qt5-assistant-devel - qt5-multimedia-devel - qt5-webchannel-devel - qt5-declarative-devel + qt5-linguist + qt5-base-devel + qt5-sql-sqlite + qt5-qdbusviewer + qt5-sensors-devel + qt5-designer-devel + qt5-location-devel + qt5-assistant-devel + qt5-multimedia-devel + qt5-webchannel-devel + qt5-declarative-devel gst-plugins-base-devel @@ -62,7 +62,7 @@ 78360c01.patch d92b11fe.patch bug-206233-20200114175227.patch - + qt5-webkit-icu76.patch --> --> @@ -98,11 +98,11 @@ gstreamer gst-plugins-base gst-plugins-base - qt5-base - qt5-location - qt5-sensors - qt5-webchannel - qt5-declarative + qt5-base + qt5-location + qt5-sensors + qt5-webchannel + qt5-declarative @@ -129,13 +129,20 @@ gstreamer-devel gst-plugins-base-devel qt5-webkit - qt5-base-devel - qt5-sensors-devel - qt5-declarative-devel + qt5-base-devel + qt5-sensors-devel + qt5-declarative-devel + + 2025-02-23 + 5.212.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-12-29 5.212.0