From 4b0cdf2809adcb1a851c66281a85eb82b6ef32df Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Dec 2023 09:25:46 +0100 Subject: [PATCH 1/5] qt5: update to 5.15.11+20231124. --- srcpkgs/qt5/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index f879df3a3e706..ef6e437e02dbc 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -2,10 +2,10 @@ # # revbump libqtxdg after bumping patch version pkgname=qt5 -version=5.15.7+20221119 -# commit f8c9fb304bc3e53b3aa07f962cd74e9160decccc +version=5.15.11+20231124 +# commit 4765fa1df7a837db9c1f89c4da0dd76b74bb5fab # base repo: https://invent.kde.org/qt/qt/qt5 -revision=8 +revision=1 build_style=meta hostmakedepends="cmake clang flex perl glib-devel pkg-config python3 re2c ruby which" @@ -29,8 +29,8 @@ homepage="https://qt.io/" # tarball is generated with `git archive-all qt5-$version.tar.gz` # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim # can be marked with the export-ignore attribute -distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz" -checksum=9d57af471c78029a362276b7c99108ea009f511bb9ba6ff6cb884f6ddd255e9f +distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.zst" +checksum=3f9b5ff9753c2bd37ecc03809d3e8f85b2e9277a3d66170b72da2cd86eefb081 python_version=3 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0 qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0" From fe2b6dbcfe513bfd68f8f1b6b0451bd55084704b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Dec 2023 09:46:43 +0100 Subject: [PATCH 2/5] qt5-styleplugins: rebuild against qt5.15.11 --- srcpkgs/qt5-styleplugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5-styleplugins/template b/srcpkgs/qt5-styleplugins/template index 96ed97d12cd24..30d93660a2a4e 100644 --- a/srcpkgs/qt5-styleplugins/template +++ b/srcpkgs/qt5-styleplugins/template @@ -1,7 +1,7 @@ # Template file for 'qt5-styleplugins' pkgname=qt5-styleplugins version=5.0.0 -revision=20 +revision=21 _gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3 build_style=qmake hostmakedepends="pkg-config qt5-host-tools qt5-qmake" From a758cfc0f9bd29c2968843543a5469ea834f0d71 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Dec 2023 09:46:43 +0100 Subject: [PATCH 3/5] liblxqt: rebuild against qt5.15.11 --- srcpkgs/liblxqt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template index 900856cf9f1dc..0d964d647e285 100644 --- a/srcpkgs/liblxqt/template +++ b/srcpkgs/liblxqt/template @@ -1,7 +1,7 @@ # Template file for 'liblxqt' pkgname=liblxqt version=1.4.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel" From a6683dd6905b9e659271c9e59511d206a6629c01 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Dec 2023 09:50:01 +0100 Subject: [PATCH 4/5] qt5-webview: update to 5.15.11. --- srcpkgs/qt5-webview/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template index 6464f10660406..ed9dcf5e7940b 100644 --- a/srcpkgs/qt5-webview/template +++ b/srcpkgs/qt5-webview/template @@ -1,8 +1,8 @@ # Template file for 'qt5-webview' pkgname=qt5-webview -version=5.15.4 +version=5.15.11 revision=1 -_commit=826d2a33929c69807917536d48b7861e7682001e +_commit=f078642eb9a440f6aa88f2beaf10f445de1e29bb build_style=qmake hostmakedepends="qt5-qmake perl qt5-host-tools" makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel @@ -12,7 +12,7 @@ maintainer="John " license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://qt.io/" distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz" -checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67 +checksum=263646015be03b1bc8828ce84c9ab278e7ff3fed8f9cceb271aa262da1f312aa build_options="webengine" if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then From c7f7ca8d8d158597abc36b803ec88069cbabd762 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Dec 2023 09:50:04 +0100 Subject: [PATCH 5/5] qt5-webengine: update to 5.15.16. --- srcpkgs/qt5-webengine/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template index 84de5b12ecdda..8d2df1b5175ba 100644 --- a/srcpkgs/qt5-webengine/template +++ b/srcpkgs/qt5-webengine/template @@ -1,9 +1,9 @@ # Template file for 'qt5-webengine' pkgname=qt5-webengine -version=5.15.11 -revision=5 +version=5.15.16 +revision=1 _version="${version}-lts" -_chromium_commit=be349eaf62e77955791d7bf29f893f1e8a37daf4 +_chromium_commit=207c2ac45ca3386d153770c6b0d2ea2ec21ca880 archs="x86_64* i686* armv[67]* ppc64* aarch64*" create_wrksrc=yes build_style=qmake @@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later" homepage="https://qt.io/" distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz" -checksum="aa7466356c450c5f5870f979b93cd7e7e62da1165c328ffcab1a9928db18ad67 - 6f47ed8ab8cc062411f6f206da6353bc8263d6ed6d6290c689a05c01d91f646b" +checksum="d1c0f2993476a9f7b7c09f0fb774338c1a5ddc4d602440a6443cc8b9f337e13a + 725f5b35f5361ce05f225e703ae02df808a29da408af16e599b8039f4faf794f" no_generic_pkgconfig_link=yes build_options="sndio pipewire"