mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/qgis: Updated for version 3.34.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b554bd175
commit
bc956268fe
2 changed files with 11 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qgis
|
||||
VERSION=${VERSION:-3.32.3}
|
||||
VERSION=${VERSION:-3.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -89,7 +89,12 @@ if pkg-config --exists pdal; then
|
|||
else
|
||||
WITHPDAL="-DWITH_PDAL=OFF "
|
||||
fi
|
||||
|
||||
|
||||
if pkg-config --exists draco; then
|
||||
WITHDRACO="-DWITH_DRACO=OFF "; [ "${DRACO:-yes}" = "yes" ] && WITHDRACO="-DWITH_DRACO=ON "
|
||||
else
|
||||
WITHDRACO="-DWITH_DRACO=OFF "
|
||||
fi
|
||||
|
||||
if pkg-config --exists grass; then
|
||||
WITHGRASS="-DGRASS_PREFIX=$(pkg-config --variable=prefix grass) "
|
||||
|
@ -119,6 +124,7 @@ cd build
|
|||
-Wno-dev \
|
||||
$OCL \
|
||||
$WITHPDAL \
|
||||
$WITHDRACO \
|
||||
$WITHGRASS
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qgis"
|
||||
VERSION="3.32.3"
|
||||
VERSION="3.34.0"
|
||||
HOMEPAGE="https://qgis.org/"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.32.3.tar.bz2"
|
||||
MD5SUM="ac62e1e3f2d9f238a86c82a3d0456f86"
|
||||
DOWNLOAD="https://qgis.org/downloads/qgis-3.34.0.tar.bz2"
|
||||
MD5SUM="cfcf67011f8d13f1ac3e95340dea8fa9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libspatialite libspatialindex OWSLib postgis python3-numpy python3-psycopg2 qwt termcolor"
|
||||
|
|
Loading…
Reference in a new issue