sci-geosciences/gpxsee: remove old version

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
Andrey Grozin
2026-08-18 21:29:53 +07:00
parent 6b2716132e
commit 82ff5eb291
2 changed files with 0 additions and 57 deletions

View File

@@ -1,3 +1,2 @@
DIST gpxsee-15.10.tar.gz 6570277 BLAKE2B 0c6f59ab7ae121b36cfa1f17f2d13632f8ec21431ac423d11aff40918c2f0ee5425238a84ed8f605d801bf139d3c33196c6f791d020d2de101e90e3c9a67dbf7 SHA512 2844d7e41430c966bc75f4c6847c557adfdcff86655ea268d83253f3f0a16e18d20bb52552a57479106aecc011e166b8feb6bcf2ecd0c0e9d32dfbbe8c18acbe
DIST gpxsee-16.11.tar.gz 6481773 BLAKE2B 99975fe8f7480df80002aa8cb3ed1db3e0cf3a2834b7bea91fd5353a72d5c4ee62db8c151c0aba70c48b917bd37e5b795c191058d586d4099f611ddf0cae9ad3 SHA512 adca2ec3570ddc10195621b64d85aef3d75305b59a225a2faf8e813e3450cfc6323ee936f70f179b86d8e6253a98f17af9fc11bcc2a0083cfc17e448a647ff7c
DIST gpxsee-16.12.tar.gz 6471515 BLAKE2B 63c2b352a0b08f09bf20ff9e13aa990dc63921ed7fc64ccaae7d41393a7628d055e1edcfdf8c0cb2adb261a5e7c7a9cbadba440914849005cae8479f23afe999 SHA512 a1c7d7da8045e6228d9c6ea89ce7ce44d839eebea90df7cc579d68e2e8d780ec7bb703ebed99e15fc849ae91429862dbc78c93e0bc8b5d2851f6d042e20d25be

View File

@@ -1,56 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="GPXSee"
PLOCALES="ca cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh_CN"
inherit plocale qmake-utils xdg optfeature
DESCRIPTION="Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files"
HOMEPAGE="https://www.gpxsee.org/ https://github.com/tumic0/GPXSee"
SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 ~x86"
RDEPEND="
dev-qt/qtbase:6=[concurrent,gui,network,opengl,sql,widgets]
dev-qt/qtpositioning:6
dev-qt/qtsvg:6
"
DEPEND="${RDEPEND}
dev-qt/qtserialport:6
"
BDEPEND="dev-qt/qttools:6[linguist]"
PATCHES=( "${FILESDIR}"/${PN}-7.33.patch )
src_prepare() {
default
plocale_find_changes lang "${PN}_" '.ts'
rm_ts() {
sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
}
plocale_for_each_disabled_locale rm_ts
}
src_configure() {
$(qt6_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
eqmake6 gpxsee.pro
}
src_install() {
emake INSTALL_ROOT="${D}" install
dodoc README.md
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "OpenFreeMap support" dev-qt/qtpbfimageplugin
}