qgis: update to 3.36.1.
This commit is contained in:
parent
7a15445bcc
commit
6c36dc0f6d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qgis'
|
||||
pkgname=qgis
|
||||
version=3.34.4
|
||||
version=3.36.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
|
||||
|
@ -17,19 +17,19 @@ makedepends="exiv2-devel draco-devel expat-devel freexl-devel geos-devel
|
|||
qt5-gamepad-devel qt5-location-devel qt5-multimedia-devel qt5-plugin-mysql
|
||||
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds
|
||||
qt5-serialport-devel qt5-webkit-devel qtkeychain-qt5-devel qwt-devel
|
||||
sqlite-devel"
|
||||
sqlite-devel zlib-devel"
|
||||
depends="libgdal-python3 libspatialite-devel python3-dateutil python3-dateutil
|
||||
python3-Jinja2 python3-numpy python3-numpy python3-owslib python3-Pillow
|
||||
python3-psycopg2 python3-Pygments python3-PyQt5 python3-PyQt5-location
|
||||
python3-pyqt5-qsci python3-PyQt5-sql python3-PyQt5-svg python3-pytz
|
||||
python3-requests python3-urllib3 python3-yaml qca-qt5-ossl qt5-plugin-sqlite
|
||||
python3-PyQt5-multimedia"
|
||||
python3-PyQt5-multimedia python3-PyQt5-serialport"
|
||||
short_desc="QGIS - A Free and Open Source Geographic Information System"
|
||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://qgis.org"
|
||||
distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
|
||||
checksum=2f791a6072bb302b03ce5a01cb17d5f4983b98b19bdd6788d95436120bffa5c7
|
||||
checksum=96c47cd21ffc7bdced6eb5acc183540b834ce6a3b04d1bbab6bb45e52ff7b75f
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/
|
||||
|
|
Loading…
Reference in New Issue