commit:     31abd35ca06a1f115470af72538574e29cf07376
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 00:20:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 01:57:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31abd35c

sci-geosciences/qgis: add 3.20.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/qgis/Manifest           |   1 +
 sci-geosciences/qgis/qgis-3.20.2.ebuild | 206 ++++++++++++++++++++++++++++++++
 2 files changed, 207 insertions(+)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index d96957089cb..11e99a964bb 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,3 +1,4 @@
 DIST qgis-3.18.3.tar.bz2 121178524 BLAKE2B 
9f4c5bb4b4bf980c81b91a38716b280f48bf28d894550563607e202a7764f72c78b9520f060319c219e484254eaa31315fc232b459bec8cc6a1bc07b587babc6
 SHA512 
d2c08f1f0bdb2ba56a108dc9626122dfe90caae4f300ceb7be2d40112ee9bcc7f286f092f7f207812428aca926c7fe0dabe49039bba0f32f2f371d290536f0ef
 DIST qgis-3.20.0.tar.bz2 131619071 BLAKE2B 
c6644b6e858a38c5b15846d39293d5b92b849efb44d147b8968a5630db413b427150f20722a24e806a14af877b88c0b06774777fd01dd8753cd9305ba1c40e33
 SHA512 
0f1d9527d3cf4241ed7688fe4f13e459beb7848c99492a995ac30d8b0c874f3198007d25d9fbde51cc36e6e08029a2fdd2d023c88423adb925a0a99778df27bc
+DIST qgis-3.20.2.tar.bz2 132063211 BLAKE2B 
4482cb84e258d26313bab7fd045e3e0fee8541d6857de8f2192a351b51256b94e2c945c4e117d6394ee178c16b8e5a2f15cc1a51f99600e789a32ae14edb9601
 SHA512 
64d78fe16db1ae17dd22c5f05e83dac4ba50185a1c76e8dfe3205eeb39aa11d970ca59c83db72ff9828dc1610076fceab5a9fc797d6be2314165e95d3d9f2087
 DIST qgis_sample_data-2.8.14.tar.gz 22119181 BLAKE2B 
2d0565e91ec8119382bc9ab8e262dc04227fe8289146794891759ff5a32012245270614ba1119a6329fc45cf56852830c2079589309aa3467873f71f5c608eac
 SHA512 
6b2653d5b57ffc2c2317639dac212429840984ac917ca3e452b39aabb99ea106d1a77c1c1dd967244ef16ede9deae751b170affdf08b72239eafed5b8977da3d

diff --git a/sci-geosciences/qgis/qgis-3.20.2.ebuild 
b/sci-geosciences/qgis/qgis-3.20.2.ebuild
new file mode 100644
index 00000000000..ba166c28197
--- /dev/null
+++ b/sci-geosciences/qgis/qgis-3.20.2.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_REQ_USE="sqlite"
+
+if [[ ${PV} = *9999* ]]; then
+       EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git";
+       inherit git-r3
+else
+       SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
+               examples? ( 
https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> 
qgis_sample_data-2.8.14.tar.gz )"
+       KEYWORDS="~amd64 ~x86"
+fi
+inherit cmake desktop python-single-r1 qmake-utils xdg
+
+DESCRIPTION="User friendly Geographic Information System"
+HOMEPAGE="https://www.qgis.org/";
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle 
polar postgres python qml serial"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
+
+# Disabling test suite because upstream disallow running from install path
+RESTRICT="test"
+
+COMMON_DEPEND="
+       app-crypt/qca:2[qt5(+),ssl]
+       >=dev-db/spatialite-4.2.0
+       dev-db/sqlite:3
+       dev-libs/expat
+       dev-libs/libzip:=
+       dev-libs/protobuf:=
+       dev-libs/qtkeychain[qt5(+)]
+       dev-qt/designer:5
+       dev-qt/qtconcurrent:5
+       dev-qt/qtcore:5
+       dev-qt/qtgui:5
+       dev-qt/qtnetwork:5[ssl]
+       dev-qt/qtpositioning:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtserialport:5
+       dev-qt/qtsvg:5
+       dev-qt/qtsql:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtxml:5
+       media-gfx/exiv2:=
+       >=sci-libs/gdal-3.0.4:=[geos]
+       sci-libs/geos
+       sci-libs/libspatialindex:=
+       sys-libs/zlib
+       >=sci-libs/proj-4.9.3:=
+       >=x11-libs/qscintilla-2.10.1:=[qt5(+)]
+       >=x11-libs/qwt-6.1.2:6=[qt5(+),svg]
+       3d? ( dev-qt/qt3d:5 )
+       georeferencer? ( sci-libs/gsl:= )
+       grass? ( =sci-geosciences/grass-7*:= )
+       hdf5? ( sci-libs/hdf5:= )
+       mapserver? ( dev-libs/fcgi )
+       netcdf? ( sci-libs/netcdf:= )
+       opencl? ( virtual/opencl )
+       oracle? (
+               dev-db/oracle-instantclient:=
+               sci-libs/gdal:=[oracle]
+       )
+       polar? ( >=x11-libs/qwtpolar-1.1.1-r1[qt5(+)] )
+       postgres? ( dev-db/postgresql:= )
+       python? (
+               ${PYTHON_DEPS}
+               $(python_gen_cond_dep '
+                       dev-python/future[${PYTHON_USEDEP}]
+                       dev-python/httplib2[${PYTHON_USEDEP}]
+                       dev-python/jinja[${PYTHON_USEDEP}]
+                       dev-python/markupsafe[${PYTHON_USEDEP}]
+                       dev-python/numpy[${PYTHON_USEDEP}]
+                       dev-python/owslib[${PYTHON_USEDEP}]
+                       dev-python/pygments[${PYTHON_USEDEP}]
+                       
dev-python/PyQt5[designer,network,sql,svg,${PYTHON_USEDEP}]
+                       dev-python/python-dateutil[${PYTHON_USEDEP}]
+                       dev-python/pytz[${PYTHON_USEDEP}]
+                       dev-python/pyyaml[${PYTHON_USEDEP}]
+                       
>=dev-python/qscintilla-python-2.10.1[qt5(+),${PYTHON_USEDEP}]
+                       dev-python/requests[${PYTHON_USEDEP}]
+                       <dev-python/sip-5:=[${PYTHON_USEDEP}]
+                       dev-python/six[${PYTHON_USEDEP}]
+                       >=sci-libs/gdal-2.2.3[python,${PYTHON_USEDEP}]
+                       postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
+               ')
+       )
+       qml? ( dev-qt/qtdeclarative:5 )
+       serial? ( dev-qt/qtserialport:5 )
+"
+DEPEND="${COMMON_DEPEND}
+       dev-qt/qttest:5
+       python? ( ${PYTHON_DEPS} )
+"
+RDEPEND="${COMMON_DEPEND}
+       sci-geosciences/gpsbabel
+"
+BDEPEND="
+       ${PYTHON_DEPS}
+       dev-qt/linguist-tools:5
+       sys-devel/bison
+       sys-devel/flex
+"
+
+pkg_setup() {
+       python-single-r1_pkg_setup
+}
+
+src_prepare() {
+       cmake_src_prepare
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DQGIS_MANUAL_SUBDIR=share/man/
+               -DQGIS_LIB_SUBDIR=$(get_libdir)
+               -DQGIS_PLUGIN_SUBDIR=$(get_libdir)/qgis
+               -DQWT_INCLUDE_DIR=/usr/include/qwt6
+               -DQWT_LIBRARY=/usr/$(get_libdir)/libqwt6-qt5.so
+               -DQGIS_QML_SUBDIR=/usr/$(get_libdir)/qt5/qml
+               -DPEDANTIC=OFF
+               -DUSE_CCACHE=OFF
+               -DWITH_ANALYSIS=ON
+               -DWITH_APIDOC=OFF
+               -DWITH_GUI=ON
+               -DWITH_INTERNAL_MDAL=ON # not packaged, bug 684538
+               -DWITH_QSPATIALITE=ON
+               -DENABLE_TESTS=OFF
+               -DWITH_3D=$(usex 3d)
+               -DWITH_GSL=$(usex georeferencer)
+               -DWITH_GRASS7=$(usex grass)
+               $(cmake_use_find_package hdf5 HDF5)
+               -DWITH_SERVER=$(usex mapserver)
+               $(cmake_use_find_package netcdf NetCDF)
+               -DUSE_OPENCL=$(usex opencl)
+               -DWITH_ORACLE=$(usex oracle)
+               -DWITH_QWTPOLAR=$(usex polar)
+               -DWITH_POSTGRESQL=$(usex postgres)
+               -DWITH_BINDINGS=$(usex python)
+               -DWITH_CUSTOM_WIDGETS=$(usex python)
+               -DWITH_QUICK=$(usex qml)
+               -DWITH_QT5SERIALPORT=$(usex serial)
+               -DWITH_QTWEBKIT=OFF
+       )
+
+       if use grass; then
+               readarray -d'-' -t f <<<"$(best_version sci-geosciences/grass)"
+               readarray -d'.' -t v <<<"${f[2]}"
+               grassdir="grass${v[0]}${v[1]}"
+
+               GRASSDIR=/usr/$(get_libdir)/${grassdir}
+               mycmakeargs+=( -DGRASS_PREFIX7=${GRASSDIR} )
+       fi
+
+       use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) ||
+               mycmakeargs+=( -DWITH_QGIS_PROCESS=OFF ) # FIXME upstream issue 
#39973
+
+       # bugs 612956, 648726
+       addpredict /dev/dri/renderD128
+       addpredict /dev/dri/renderD129
+
+       cmake_src_configure
+}
+
+src_install() {
+       cmake_src_install
+
+       insinto /usr/share/mime/packages
+       doins debian/qgis.xml
+
+       if use examples; then
+               docinto examples
+               dodoc -r "${WORKDIR}"/qgis_sample_data/.
+               docompress -x /usr/share/doc/${PF}/examples
+       fi
+
+       if use python; then
+               python_optimize
+               python_optimize "${ED}"/usr/share/qgis/python
+       fi
+
+       if use grass; then
+               python_fix_shebang "${ED}"/usr/share/qgis/grass/scripts
+       fi
+}
+
+pkg_postinst() {
+       if use postgres; then
+               elog "If you don't intend to use an external PostGIS server"
+               elog "you should install:"
+               elog "   dev-db/postgis"
+       elif use python; then
+               elog "Support of PostgreSQL is disabled."
+               elog "But some installed python-plugins import the psycopg2 
module."
+               elog "If you do not need these plugins just disable them"
+               elog "in the Plugins menu, else you need to set 
USE=\"postgres\""
+       fi
+
+       xdg_pkg_postinst
+}

Reply via email to