Skip to content

Commit

Permalink
Update QGIS to the 3.34 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 10, 2023
1 parent a19c681 commit 4508059
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 1,174 deletions.
13 changes: 0 additions & 13 deletions vcpkg/overlay/qgis-qt6/auth_awss3_qt66.patch

This file was deleted.

59 changes: 0 additions & 59 deletions vcpkg/overlay/qgis-qt6/exif_orientation_fix.patch

This file was deleted.

58 changes: 0 additions & 58 deletions vcpkg/overlay/qgis-qt6/exiv2-0.28.patch

This file was deleted.

25 changes: 0 additions & 25 deletions vcpkg/overlay/qgis-qt6/gdal.patch

This file was deleted.

90 changes: 0 additions & 90 deletions vcpkg/overlay/qgis-qt6/layout_fix.patch

This file was deleted.

17 changes: 3 additions & 14 deletions vcpkg/overlay/qgis-qt6/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(QGIS_REF final-3_32_2)
set(QGIS_SHA512 689d6b17166fe5c91f91c801b93f384e9539f56708cf90aa8dda93bc3b69005ccc279e1a82b4a850116c34851989afe71f17acdbe468dbc0814c7e3003538180)
set(QGIS_REF 664a8cfb8dc2ed756c81eee36e1f5d59556d94fa)
set(QGIS_SHA512 81023a824c6063fd653c2d737cf7257fa3d3ccb857df63ab84e8f6fd528785fb308e7a63f0dac877622b8ad24f7a21ecf4d0e9b87640dd655033357c86b0b44b)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand All @@ -10,25 +10,13 @@ vcpkg_from_github(
PATCHES
# Make qgis support python's debug library
qgspython.patch
gdal.patch
keychain.patch
libxml2.patch
exiv2.patch
crssync.patch
bigobj.patch
poly2tri.patch
mesh.patch
project_load.patch
vectortilelabels.patch # Remove when updating to QGIS 3.34
version.patch # Remove when updating to QGIS 3.34
snapping_properties.patch # Remove when updating to QGIS 3.34
exiv2-0.28.patch # Remove when updating to QGIS 3.34
profiler.patch # Remove when updating to QGIS 3.34
exif_orientation_fix.patch # Remove when updating to QGIS 3.34.1
layout_fix.patch # Remove when updating to QGIS 3.34
qsharedmemory_android.patch # Qt 6.6 removed dummy QSharedMemory implementation on Android
wcs_capabilities_qt66.patch # Qt 6.6 compilation fix
auth_awss3_qt66.patch # Qt 6.6 compilation fix
)

file(REMOVE ${SOURCE_PATH}/cmake/FindQtKeychain.cmake)
Expand All @@ -48,6 +36,7 @@ list(APPEND QGIS_OPTIONS "-DWITH_GRASS7:BOOL=OFF")
list(APPEND QGIS_OPTIONS "-DWITH_SPATIALITE:BOOL=ON")
list(APPEND QGIS_OPTIONS "-DWITH_QSPATIALITE:BOOL=OFF")
list(APPEND QGIS_OPTIONS "-DWITH_PDAL:BOOL=OFF")
list(APPEND QGIS_OPTIONS "-DWITH_DRACO:BOOL=OFF")

list(APPEND QGIS_OPTIONS "-DBISON_EXECUTABLE=${BISON}")
list(APPEND QGIS_OPTIONS "-DFLEX_EXECUTABLE=${FLEX}")
Expand Down
Loading

0 comments on commit 4508059

Please sign in to comment.