summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-06-22 21:23:28 +0200
committer Willy Sudiarto Raharjo2020-06-28 03:16:40 +0200
commit3f57302ab1d94d239162c7912eb101558e9902ba (patch)
tree21d64a2090f846218debce954be3c2822b47aaee /gis
parent48247f2bd7414f893286d32199c44c56c8439918 (diff)
downloadslackbuilds-3f57302ab1d94d239162c7912eb101558e9902ba.tar.gz
gis/qgis: Build and dependency fixes.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/qgis/README9
-rw-r--r--gis/qgis/qgis.SlackBuild3
-rw-r--r--gis/qgis/qgis.info2
3 files changed, 7 insertions, 7 deletions
diff --git a/gis/qgis/README b/gis/qgis/README
index d8f40f5cb6..0a26ed1c80 100644
--- a/gis/qgis/README
+++ b/gis/qgis/README
@@ -1,10 +1,9 @@
-Quantum GIS (QGIS) is a user friendly Geographic Information System
-that lets you view and manipulate spatial data on your computer. It
-supports many common spatial data formats (e.g. PostGIS, ShapeFile and
-geotiff).
+QGIS is a user friendly Geographic Information System that lets you view and
+manipulate spatial data on your computer. It supports many common spatial data
+formats (e.g. PostGIS, ShapeFile and geotiff).
Optional compile-time dependencies:
- - postgresql and postgis: for PostGIS support
+ - postgis: for PostGIS support
- gpsbabel: for the GPS plugin
- grass: for the Grass plugin
- gsl: for georeferencing support
diff --git a/gis/qgis/qgis.SlackBuild b/gis/qgis/qgis.SlackBuild
index 41337ea72e..af51687518 100644
--- a/gis/qgis/qgis.SlackBuild
+++ b/gis/qgis/qgis.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=qgis
VERSION=${VERSION:-3.14.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -78,6 +78,7 @@ fi
sed -i 's|${SIP_BINARY_PATH}|/usr/bin/python3-sip|' cmake/SIPMacros.cmake
sed -i '/CMAKE_POLICY (SET CMP0071 NEW)/d' CMakeLists.txt
+sed -i 's/Protobuf_/PROTOBUF_/' CMakeLists.txt src/core/CMakeLists.txt
mkdir -p build
cd build
diff --git a/gis/qgis/qgis.info b/gis/qgis/qgis.info
index d5f9820328..9366944fc1 100644
--- a/gis/qgis/qgis.info
+++ b/gis/qgis/qgis.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://qgis.org/downloads/qgis-3.14.0.tar.bz2"
MD5SUM="e4c1c32b95b6baa47eba62cf80eb5425"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="postgis libspatialite libspatialindex numpy3 qwt-qt5 QScintilla-qt5 qtkeychain qca-qt5 python3-PyYAML python3-certifi python-requests Pygments OWSLib psycopg2 Jinja2"
+REQUIRES="postgis libspatialite libspatialindex numpy3 qt5-webkit qwt-qt5 QScintilla-qt5 qtkeychain qca-qt5 protobuf3 python3-PyYAML python3-certifi python-requests Pygments OWSLib psycopg2 Jinja2"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"