[arch-commits] Commit in qgis/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 17:22:35 UTC 2019
Date: Saturday, March 9, 2019 @ 17:22:34
Author: bgyorgy
Revision: 438543
upgpkg: qgis 3.6.0-1
Update to new version
Modified:
qgis/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-09 17:22:13 UTC (rev 438542)
+++ PKGBUILD 2019-03-09 17:22:34 UTC (rev 438543)
@@ -9,14 +9,14 @@
# Contributor: Eric Forgeot < http://esclinux.tk >
pkgname=qgis
-pkgver=3.4.4
+pkgver=3.6.0
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='https://qgis.org/'
license=(GPL)
arch=(x86_64)
-depends=(desktop-file-utils gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qt5-3d
- qt5-serialport qt5-webkit qt5-xmlpatterns qtkeychain qwtpolar spatialindex python-sip)
+depends=(desktop-file-utils exiv2 gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip)
optdepends=('fcgi: Map server'
'gpsbabel: GPS Tools plugin'
@@ -28,16 +28,11 @@
'python-pygments: MetaSearch plugin'
'python-numpy: Processing plugin'
'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
- qgis-sip-4.19.14.patch::"https://github.com/qgis/QGIS/commit/1a87fce3.patch")
-sha256sums=('f47d2bf714f4397b272ab6bad874dcbb5fc305cdfcc78a04e8e0c3255d67bcda'
- '065f473287cc6cc334e1f1cd8a28b603df345ac133560599c9435521e44b23e3')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
+sha256sums=('11192b4a541d46990a91450bb72c29fc7f08e7f400c15da99431645878adaccf')
prepare() {
[[ -d build ]] || mkdir build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../qgis-sip-4.19.14.patch # Fix build with SIP 4.19.14
}
build() {
More information about the arch-commits
mailing list