diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/qgis/README | 9 | ||||
-rw-r--r-- | gis/qgis/qgis.SlackBuild | 3 | ||||
-rw-r--r-- | gis/qgis/qgis.info | 2 |
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" |