Date: Saturday, February 27, 2021 @ 23:54:08 Author: arojas Revision: 875704
Update to 3.18.0 Added: qgis/trunk/qgis-qwtpolar-link.patch Modified: qgis/trunk/PKGBUILD --------------------------+ PKGBUILD | 12 +++++++++--- qgis-qwtpolar-link.patch | 12 ++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-27 23:53:30 UTC (rev 875703) +++ PKGBUILD 2021-02-27 23:54:08 UTC (rev 875704) @@ -9,7 +9,7 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.16.3 +pkgver=3.18.0 pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' @@ -21,9 +21,15 @@ makedepends=(cmake fcgi python-setuptools python-six qt5-tools txt2tags sip4) optdepends=('fcgi: Map server' 'gpsbabel: GPS Tools plugin') -source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") -sha256sums=('fd57314c1913639f02b64df03eef041172aa220f249e318da3849fc71ada4d04') +source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2" + qgis-qwtpolar-link.patch) +sha256sums=('09aa83ea7e193adec1f490feeaae8644fddbcbb964a858a1e8f740e665fa1563' + 'd4c1e7bad45186822348a3a7f0951a8253506c69075bd2ead090ae017cd26af4') +prepare() { + patch -d $pkgname-$pkgver -p1 < qgis-qwtpolar-link.patch # https://github.com/qgis/QGIS/issues/41910 +} + build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ Added: qgis-qwtpolar-link.patch =================================================================== --- qgis-qwtpolar-link.patch (rev 0) +++ qgis-qwtpolar-link.patch 2021-02-27 23:54:08 UTC (rev 875704) @@ -0,0 +1,12 @@ +diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt +index 072e40a9bb..02dcd9795e 100644 +--- a/src/app/CMakeLists.txt ++++ b/src/app/CMakeLists.txt +@@ -494,6 +494,7 @@ target_link_libraries(qgis_app + ${OPTIONAL_QTWEBKIT} + #should only be needed for win + ${QT_QTMAIN_LIBRARY} ++ ${QWTPOLAR_LIBRARY} + qgis_core + qgis_gui + qgis_analysis
