commit:     6c4e002b1021af310e19060b94fdcc9386eea290
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sat Mar  7 09:27:09 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 19:01:01 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4e002b

sci-geosciences/qmapshack: bump to 1.20.1

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/242
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 0cd5a51f6920..b12e14c8edb4 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,2 +1,3 @@
 DIST qmapshack-1.18.2.tar.gz 58368520 BLAKE2B 
d5d7b3aa6fe1e300ea11e13124b7c020584c4715f5b033a763e1ed9f9e46e812b33f587b0e43b7c233e074c38914967822a5b2a76bb09831793d1e4470518734
 SHA512 
b63a5202177a90ffb7535222c8b9419e1d0e20b09b31e0d0d5d82e79ae49e49d5ae770c5fe6aefe4bfb11889219fd83ac27116f83d10daf0cdfb5e7d00c868dd
 DIST qmapshack-1.19.0.tar.gz 58382506 BLAKE2B 
5280480d09ce70bd96fc9e96e36b2a2da412f3938230cb21921270d88cb5885b53517251afbe29c597a709d84c2db5e5c34d6fbaf43f3f3e8ac7a3592996ed07
 SHA512 
a3da5396d9f1c7773a06f1edfdfce627249ab892e0386d804cd974cd88f9ea657e0ea330ab1855171b4b7777c77084f63308a23f2343437e544b20e1162364e5
+DIST qmapshack-1.20.1.tar.gz 57842834 BLAKE2B 
88c4b2f0c293a8c1e067411f6ad9db64a32d549f189bfdc5fb9e0cb54a8c653b8da1b2e28e77431edb0f082fad2c9da5da312cb5e95c2b87051e0fca464dfea2
 SHA512 
f236431b6944757d12cfa8c4b5af7b43a4b989ce4ede763a5d616f45035dda89a21adb263f82e6e811f0d4f11158be63ed3caac087711fc618afdb770612c41a

diff --git a/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild
new file mode 100644
index 000000000000..ac840a230862
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2026 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