summaryrefslogtreecommitdiff
path: root/sci-geosciences/qmapshack
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /sci-geosciences/qmapshack
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'sci-geosciences/qmapshack')
-rw-r--r--sci-geosciences/qmapshack/Manifest3
-rw-r--r--sci-geosciences/qmapshack/metadata.xml19
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild46
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.20.1.ebuild46
-rw-r--r--sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild46
5 files changed, 160 insertions, 0 deletions
diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest
new file mode 100644
index 000000000000..c93040b25386
--- /dev/null
+++ b/sci-geosciences/qmapshack/Manifest
@@ -0,0 +1,3 @@
+DIST qmapshack-1.19.0.tar.gz 58382506 BLAKE2B 5280480d09ce70bd96fc9e96e36b2a2da412f3938230cb21921270d88cb5885b53517251afbe29c597a709d84c2db5e5c34d6fbaf43f3f3e8ac7a3592996ed07 SHA512 a3da5396d9f1c7773a06f1edfdfce627249ab892e0386d804cd974cd88f9ea657e0ea330ab1855171b4b7777c77084f63308a23f2343437e544b20e1162364e5
+DIST qmapshack-1.20.1.tar.gz 57842834 BLAKE2B 88c4b2f0c293a8c1e067411f6ad9db64a32d549f189bfdc5fb9e0cb54a8c653b8da1b2e28e77431edb0f082fad2c9da5da312cb5e95c2b87051e0fca464dfea2 SHA512 f236431b6944757d12cfa8c4b5af7b43a4b989ce4ede763a5d616f45035dda89a21adb263f82e6e811f0d4f11158be63ed3caac087711fc618afdb770612c41a
+DIST qmapshack-1.20.2.tar.gz 57864693 BLAKE2B b827982b27f1e34891abe5d64348295add98995e10a9d42b5ffe09b2d6ccf0104bba44b45e8d073d55081888c27bd1403bdea054afbba300dc59343d678e4fde SHA512 73c4bd9f2063e520d717f5414926fdd19b961b59b4701911de957f1003287a4e0819e64e8ce37cbd4aa10c4389decc6304127e02af74b64a258a86b20eff2d4b
diff --git a/sci-geosciences/qmapshack/metadata.xml b/sci-geosciences/qmapshack/metadata.xml
new file mode 100644
index 000000000000..6d34847b2589
--- /dev/null
+++ b/sci-geosciences/qmapshack/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Use QMapShack to plan your next outdoor trip or to visualize and archive
+ all the GPS recordings of your past exciting adventures.
+ QMapShack is the next generation of the famous QLandkarte GT application.
+ And of course it's even better and easier to use.
+ </longdescription>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.19.0.ebuild
new file mode 100644
index 000000000000..ca672c9216af
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.19.0.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"
+}
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"
+}
diff --git a/sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.20.2.ebuild
new file mode 100644
index 000000000000..ac840a230862
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.20.2.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"
+}