From 40f73f5f4e746badf087dc87073dfd1cb387035e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 24 Jun 2026 14:35:15 -0400 Subject: [PATCH] qgis: rebuild for qt6-6.11.1 --- srcpkgs/qgis/patches/qt-6.10.patch | 23 +++++++++++++++++++++++ srcpkgs/qgis/template | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/qgis/patches/qt-6.10.patch diff --git a/srcpkgs/qgis/patches/qt-6.10.patch b/srcpkgs/qgis/patches/qt-6.10.patch new file mode 100644 index 00000000000..3e464760830 --- /dev/null +++ b/srcpkgs/qgis/patches/qt-6.10.patch @@ -0,0 +1,23 @@ +From b10b26c41dd0f32e975fb319fba68eda3a3a8d3f Mon Sep 17 00:00:00 2001 +From: t0b3 +Date: Tue, 25 Nov 2025 15:21:15 +0100 +Subject: [PATCH] fix: support Qt 6.10.1 + +fixes: #64055 +--- + src/core/qgssnappingutils.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/core/qgssnappingutils.cpp b/src/core/qgssnappingutils.cpp +index 8f2f33a05dd4..73b418ec6ec5 100644 +--- a/src/core/qgssnappingutils.cpp ++++ b/src/core/qgssnappingutils.cpp +@@ -646,7 +646,7 @@ QString QgsSnappingUtils::dump() + msg += QString( "layer : %1\n" + "config: %2 tolerance %3 %4\n" ) + .arg( layer.layer->name() ) +- .arg( layer.type ).arg( layer.tolerance ).arg( static_cast( layer.unit ) ); ++ .arg( static_cast( layer.type ) ).arg( layer.tolerance ).arg( static_cast( layer.unit ) ); + + if ( mStrategy == IndexAlwaysFull || mStrategy == IndexHybrid || mStrategy == IndexExtent ) + { diff --git a/srcpkgs/qgis/template b/srcpkgs/qgis/template index f0816231092..21757c77718 100644 --- a/srcpkgs/qgis/template +++ b/srcpkgs/qgis/template @@ -1,7 +1,7 @@ # Template file for 'qgis' pkgname=qgis version=3.44.4 -revision=4 +revision=5 build_style=cmake configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True -DBUILD_WITH_QT6=ON -DWITH_PDF4QT=ON -DWITH_QTWEBKIT=NO