diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-06-22 12:23:28 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:40 +0700 |
commit | 3f57302ab1d94d239162c7912eb101558e9902ba (patch) | |
tree | 21d64a2090f846218debce954be3c2822b47aaee | |
parent | 48247f2bd7414f893286d32199c44c56c8439918 (diff) |
gis/qgis: Build and dependency fixes.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d8f40f5cb605..0a26ed1c800b 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 41337ea72e8d..af516875186e 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 d5f982032893..9366944fc1db 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" |