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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D344C158014 for ; Sun, 29 Aug 2021 22:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05961E0867; Sun, 29 Aug 2021 22:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBC5BE0867 for ; Sun, 29 Aug 2021 22:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFD1A335C36 for ; Sun, 29 Aug 2021 22:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B5E474 for ; Sun, 29 Aug 2021 22:46:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1630277027.6c32c60da84b778583aaf7227bc9f0b24b15e89d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/josm/josm-99999.ebuild X-VCS-Directories: sci-geosciences/josm/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6c32c60da84b778583aaf7227bc9f0b24b15e89d X-VCS-Branch: master Date: Sun, 29 Aug 2021 22:46:55 +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: f5c88af6-e68c-4730-bd96-7adbb090ebb2 X-Archives-Hash: a1e0dd20856e28d0cec7a3e78cd84165 commit: 6c32c60da84b778583aaf7227bc9f0b24b15e89d Author: Guillaume Castagnino xwing info> AuthorDate: Mon Sep 3 07:51:42 2018 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 29 22:43:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c32c60d sci-geosciences/josm: josm now uses a svg icon PR from the INODE64 Sistemas patch on gentoo bug #648838 Closes: https://github.com/gentoo/gentoo/pull/9771 Closes: https://bugs.gentoo.org/648838 Package-Manager: Portage-2.3.48, Repoman-2.3.10 Signed-off-by: Guillaume Castagnino xwing.info> Signed-off-by: Conrad Kostecki gentoo.org> sci-geosciences/josm/josm-99999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/josm/josm-99999.ebuild b/sci-geosciences/josm/josm-99999.ebuild index fb12e465c39..58def9eb19e 100644 --- a/sci-geosciences/josm/josm-99999.ebuild +++ b/sci-geosciences/josm/josm-99999.ebuild @@ -45,6 +45,6 @@ src_install() { java-pkg_newjar "dist/${PN}-custom-optimized.jar" "${PN}.jar" || die "java-pkg_newjar failed" java-pkg_dolauncher "${PN}" --jar "${PN}.jar" || die "java-pkg_dolauncher failed" - newicon images/logo.png josm.png || die "newicon failed" + newicon images/logo.svg josm.svg || die "newicon failed" make_desktop_entry "${PN}" "Java OpenStreetMap Editor" josm "Utility;Science;Geoscience" }