From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 967A115812D for ; Wed, 01 Jan 2025 16:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C6A7E077F; Wed, 01 Jan 2025 16:48:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C0CFE077F for ; Wed, 01 Jan 2025 16:48:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B67A3409C8 for ; Wed, 01 Jan 2025 16:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50FAC194F for ; Wed, 01 Jan 2025 16:48:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1735750065.501914d6f1c26befc8b3ce4888a0f0d60c76013a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpxsee/gpxsee-13.33-r1.ebuild X-VCS-Directories: sci-geosciences/gpxsee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 501914d6f1c26befc8b3ce4888a0f0d60c76013a X-VCS-Branch: master Date: Wed, 01 Jan 2025 16:48:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a8d199b-a714-41b9-bf4e-5a7513b94b98 X-Archives-Hash: ced67ac6c6b0e7d4c7b79e6901b77336 commit: 501914d6f1c26befc8b3ce4888a0f0d60c76013a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 1 11:47:39 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 1 16:47:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501914d6 sci-geosciences/gpxsee: Drop IUSE qt5 (make Qt6 non-optional), fix deps - Fix entirely missing dev-qt/qtbase:6 USEdeps - Add missing slot op on dev-qt/qtbase:6 (GuiPrivate dependency in .pro file) - Add missing BDEPEND=dev-qt/qttools:6[linguist] USEdep - Run eqmake in src_configure(), not src_compile() dev-qt/qtserialport:6 DEPEND appears to be upstream compensating for a dependency not having defined its link interface properly. Closes: https://bugs.gentoo.org/925596 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/gpxsee/gpxsee-13.33-r1.ebuild | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/sci-geosciences/gpxsee/gpxsee-13.33-r1.ebuild b/sci-geosciences/gpxsee/gpxsee-13.33-r1.ebuild new file mode 100644 index 000000000000..3bdb41535e80 --- /dev/null +++ b/sci-geosciences/gpxsee/gpxsee-13.33-r1.ebuild @@ -0,0 +1,51 @@ +# 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 + +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 +}