mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/qgis: Updated for version 3.38.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
75e57be421
commit
e9c799f464
3 changed files with 7 additions and 5 deletions
|
@ -4,6 +4,8 @@ fi
|
|||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
# This fix bad permissions in -current
|
||||
chmod 0644 usr/share/mime/{application,image}/*.xml || true
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qgis
|
||||
VERSION=${VERSION:-3.36.3}
|
||||
VERSION=${VERSION:-3.38.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qgis"
|
||||
VERSION="3.36.3"
|
||||
VERSION="3.38.0"
|
||||
HOMEPAGE="https://qgis.org/"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.36.3.tar.bz2"
|
||||
MD5SUM="ed2efa21e8b91ea36d45ba5829510ea2"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.38.0.tar.bz2"
|
||||
MD5SUM="df2aea20145a4f7cde29b628a9bf043a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor protobuf3"
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis protobuf3 python3-numpy python3-psycopg2 qwt termcolor"
|
||||
MAINTAINER="Giancarlo Dessi"
|
||||
EMAIL="slack@giand.it"
|
||||
|
|
Loading…
Reference in a new issue