commit:     be5d18cd621d5b777c696f8bebc33673f92f64e4
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  3 15:08:16 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 15:08:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5d18cd

sci-geosciences/qmapshack: bump to 1.18.1

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/qmapshack/Manifest                |  1 +
 sci-geosciences/qmapshack/qmapshack-1.18.1.ebuild | 46 +++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 8fd949710f94..4a486c43a4fc 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.18.0.tar.gz 58025061 BLAKE2B 
7f44d3e2f28bec84a43a22b194bd373d0bfc164bf92cb94aca1654bbb59f57b64913539d2d9dd4f43c1aa0ee18e074a1ceeeaf90dc52ad5a85419d69d59638a2
 SHA512 
35215415b01a8a007fed37484405658c93da9c789d079e3db13c79f16bbc80138fb7b3f3f6ec9394ca01957050bc217ebcc64c98541cb2dc80b94e79dccc7abb
+DIST qmapshack-1.18.1.tar.gz 58032381 BLAKE2B 
b7122b187ed7bf834d255e34c6ddd53eb82bffbe8522e65ea7579346c25ccf110ca07a84bfa6f7203b5ecbdbd3aaac028a6fdc321c33ba31340067df7342e1ff
 SHA512 
4b9e8232cc9f931612bbb527340c2e736433dd76a41805e2dbfd705967c3c08585e5c96baa38e07d939ea0fda92bcd3771c7926120636a4d80e97f881df03da8

diff --git a/sci-geosciences/qmapshack/qmapshack-1.18.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.18.1.ebuild
new file mode 100644
index 000000000000..719a221d0524
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.18.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://github.com/Maproom/qmapshack/wiki";
+SRC_URI="https://github.com/Maproom/${PN}/archive/tags/V_${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/${PN}-tags-V_${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus"
+
+RDEPEND="
+       dev-db/sqlite
+       >=dev-libs/quazip-1.3-r2:=[qt6(+)]
+       dev-qt/qt5compat:6
+       dev-qt/qtbase:6[dbus?,gui,network,sql,widgets,xml]
+       dev-qt/qtdeclarative:6
+       dev-qt/qttools:6[assistant,widgets]
+       dev-qt/qtwebengine:6[widgets]
+       sci-geosciences/routino
+       sci-libs/alglib
+       sci-libs/gdal:=
+       sci-libs/proj:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+src_configure() {
+       local mycmakeargs=(
+               -DUSE_QT6DBus=$(usex dbus)
+               -DHTML_INSTALL_DIR="${EPREFIX}/usr/share/doc/${PF}/qch"
+       )
+       cmake_src_configure
+}
+
+src_install() {
+       cmake_src_install
+
+       docompress -x "/usr/share/doc/${PF}/qch"
+}

Reply via email to