From: Andrey Grozin Date: Wed, 29 Apr 2020 17:09:03 +0000 (+0700) Subject: sci-geosciences/qmapshack: bump to 1.14.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f6049496ad384d694275fb46fb53adf4e525756;p=gentoo.git sci-geosciences/qmapshack: bump to 1.14.1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrey Grozin --- diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest index 963f9099cb25..940fd018d398 100644 --- a/sci-geosciences/qmapshack/Manifest +++ b/sci-geosciences/qmapshack/Manifest @@ -1 +1,2 @@ DIST qmapshack-1.14.0.tar.gz 12541988 BLAKE2B 146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55 SHA512 675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99 +DIST qmapshack-1.14.1.tar.gz 12541988 BLAKE2B 146df8ab42bd5a5249207b88bf1a17b4ba20706c8114cc059b847d0b32c9d53919f931d778402a10dd62f0d86948bff8eefd29684c433c1d4bfd7e2ce019ce55 SHA512 675a72a79839ad0b96fc0717ad7eca43c4ce331645ba3ad1325f9bf114abcf2ecd164eeab0c41775fe84aa626fc67272cd9c869047f57b225ff493f66881ff99 diff --git a/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild new file mode 100644 index 000000000000..ce8d3a1b868d --- /dev/null +++ b/sci-geosciences/qmapshack/qmapshack-1.14.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils xdg + +DESCRIPTION="GPS mapping utility" +HOMEPAGE="https://github.com/Maproom/qmapshack/wiki" +SRC_URI="https://github.com/Maproom/${PN}/archive/V_1.14.0.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="dev-qt/qtwebengine:5[widgets] + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtprintsupport:5 + dev-qt/qtpositioning:5 + dev-qt/qtdbus:5 + dev-qt/qttest:5 + dev-qt/designer:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtsql:5 + dev-libs/quazip + >=sci-geosciences/routino-3.1.1 + sci-libs/gdal + >=sci-libs/proj-6.0.0:= + sci-libs/alglib" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +PATCHES=( "${FILESDIR}"/${PN}-positioning.patch ) +S="${WORKDIR}"/${PN}-V_1.14.0 + +src_prepare() { + cmake-utils_src_prepare + cp "${FILESDIR}"/FindPROJ4.cmake cmake/Modules/ || die +}