mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-geosciences/gpxsee: bump to 15.4
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST gpxsee-13.46.tar.gz 5913501 BLAKE2B 2d4ea8cdeded346df570730e6f7a2ef07b3ee2b94676e5e14bf111d7f14bf2cb91a1228c86db9d6086943bacc2fdab8c57740efa7babc9be9d3ef3db67546783 SHA512 872dff132e0e3a46adc45935887f2f161b4f38c5ed73ad07f6429bf9d0bd148bc1ed177f7e204986c72a018d7f6fb46287614e7d271768b6e6bdbdb5c1984327
|
||||
DIST gpxsee-15.0.tar.gz 6556806 BLAKE2B 448ac006d1027b869b1d6320cb67913a480d3cc705de1b60f36aec98c45943ef0348a81f074a19b5b68e1c613888c9d68bc22d1915247ec3cba84c48e173a4c2 SHA512 2bbbe51c5eff27ade463446b96d7a754d199b6b0354cba015918ca2d49e62869809e1d59c9c231fc5f6327d1dbaa11ab7d7619bd83b145eb331bd9fb1a6d18c6
|
||||
DIST gpxsee-15.3.tar.gz 6558953 BLAKE2B c4df5375b98cf66f0f2125830bd8c811f906662bf8f1c053ff0deeba203f0afb881a4321e1fa38296293920b4830e29e7aeb5bdaf3c90bd2affbb47dcd342ee0 SHA512 d3fa2e732c4df23cb57b92162bad118b5efe8675588754d3a72b2551cb23274796133b1d4f8d349c419239cda62224913e638f4ef10ecba03c5fa3dd27efa4f4
|
||||
DIST gpxsee-15.4.tar.gz 6559428 BLAKE2B 1339949edb0c3c83ae7682fe19e129ea7a208aa413c605c1a870174015a0e5f9d3b391128e6e6cce6df40b9674105698ad7664c85685f088f1705bfca17ec5ef SHA512 653050744fcc53134fb53d28c755d3323188c47a0057de10a805f641272e99256511b7e91bea26f5d992a346195abe12300dcf20208a2eefffbafbb0c6cd72bb
|
||||
|
||||
56
sci-geosciences/gpxsee/gpxsee-15.4.ebuild
Normal file
56
sci-geosciences/gpxsee/gpxsee-15.4.ebuild
Normal file
@@ -0,0 +1,56 @@
|
||||
# Copyright 1999-2025 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
|
||||
}
|
||||
Reference in New Issue
Block a user