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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B2F415801B for ; Sun, 20 Aug 2023 18:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 965872BC015; Sun, 20 Aug 2023 18:57:35 +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 7BBF42BC015 for ; Sun, 20 Aug 2023 18:57:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FD88335CAF for ; Sun, 20 Aug 2023 18:57:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9D3DB9 for ; Sun, 20 Aug 2023 18:57:32 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1692557820.c20253a18310eec1e74f8e55e1ad0cef7d6b41fc.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsprune-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsprune-bin/Manifest sci-geosciences/gpsprune-bin/gpsprune-bin-23.1.ebuild X-VCS-Directories: sci-geosciences/gpsprune-bin/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: c20253a18310eec1e74f8e55e1ad0cef7d6b41fc X-VCS-Branch: master Date: Sun, 20 Aug 2023 18:57:32 +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: f7abc75b-34c5-455d-9fe4-570c0df186a1 X-Archives-Hash: d90e7e93091cfeadef21999102530f05 commit: c20253a18310eec1e74f8e55e1ad0cef7d6b41fc Author: Rick Farina gentoo org> AuthorDate: Sun Aug 20 18:57:00 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun Aug 20 18:57:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20253a1 sci-geosciences/gpsprune-bin: add 23.1 Signed-off-by: Rick Farina gentoo.org> sci-geosciences/gpsprune-bin/Manifest | 1 + .../gpsprune-bin/gpsprune-bin-23.1.ebuild | 65 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/sci-geosciences/gpsprune-bin/Manifest b/sci-geosciences/gpsprune-bin/Manifest index bac1d5dc6ebf..e9eeb5495f6e 100644 --- a/sci-geosciences/gpsprune-bin/Manifest +++ b/sci-geosciences/gpsprune-bin/Manifest @@ -1 +1,2 @@ DIST gpsprune_20.4.jar 1269002 BLAKE2B 616e19f69ce81d26c68714240beae154d66e181067385fa35e0c790c7614d9ec6a1a672d67494c96c443d4c30b20fc7122d2a88f8608ca407f5f5b22fa0cf8e6 SHA512 78347793982e8e39f9747a20d1f366376bed93099c84f2e168dc3ffdee041ff7c3e90e48d3f076637d83f8f5f1e84bd18dbe2a35bef68ce972a4f541315a2f64 +DIST gpsprune_23.1.jar 1201224 BLAKE2B 829383d8fdc5406b4bbddfb224d48142cee910b478db8e67029592c9a8382b78f0286b3850b484801688254455d043e6409e3af21d3fb4956fc284a6f2e3685d SHA512 45b285bd6f940619c2e6f73f29f377a8db01e29435833c07286261d57eee2b5584193b040ed4ce15fe1c0cfae15f629a3b95c0a25af74cf51af64cfa7fc19183 diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-23.1.ebuild b/sci-geosciences/gpsprune-bin/gpsprune-bin-23.1.ebuild new file mode 100644 index 000000000000..af6ab8ead830 --- /dev/null +++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-23.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop + +DESCRIPTION="An application for viewing, editing and converting GPS data" +HOMEPAGE="http://activityworkshop.net/software/gpsprune/index.html" +SRC_URI="http://activityworkshop.net/software/gpsprune/gpsprune_${PV}.jar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/jre:*" +RDEPEND="${DEPEND}" + +gpsprune_bin="${WORKDIR}/gpsprune" +gpsprune_desktop="${WORKDIR}/gpsprune.desktop" + +S="${WORKDIR}" + +src_prepare() { + default + + # Provide the necessary files + cp "${DISTDIR}/${A}" "${WORKDIR}" || die + for size in 128 96 72 64 48 36 32 24 22 16; do + mkdir -p "${WORKDIR}/icons/$size" + cp "${WORKDIR}/tim/prune/gui/images/window_icon_${size}.png" "${WORKDIR}/icons/$size/gpsprune.png" || die + done + + # Generate an executable + cat <<-EOF > "${gpsprune_bin}" || die + #!/bin/sh + java -jar /opt/gpsprune/gpsprune_${PV}.jar \$@ + EOF + + # Generate a .desktop file + cat <<-EOF > "${gpsprune_desktop}" || die + [Desktop Entry] + Name=GpsPrune + Type=Application + Comment=Application for viewing, editing and converting coordinate data from GPS systems + Exec=gpsprune + Icon=gpsprune + Categories=Science;Geoscience; + EOF +} + +src_install() { + insinto /opt/gpsprune + doins "gpsprune_${PV}.jar" + exeinto /usr/bin + doexe "${gpsprune_bin}" + + for size in 128 96 72 64 48 36 32 24 22 16; do + insinto "/usr/share/icons/hicolor/${size}x${size}/apps" + doins "icons/${size}/gpsprune.png" + done + + domenu gpsprune.desktop +}