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 0F578138335 for ; Mon, 4 Nov 2019 08:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 421AAE0AD3; Mon, 4 Nov 2019 08:35:37 +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 25FA7E0AD0 for ; Mon, 4 Nov 2019 08:35:37 +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 2B54834C854 for ; Mon, 4 Nov 2019 08:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A20138A8 for ; Mon, 4 Nov 2019 08:35:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572856530.56909fc01632ec57bed6097abb5331d742023d28.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpxsee/gpxsee-7.17.ebuild X-VCS-Directories: sci-geosciences/gpxsee/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56909fc01632ec57bed6097abb5331d742023d28 X-VCS-Branch: master Date: Mon, 4 Nov 2019 08:35:34 +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: 1d7df48b-5530-4b57-980d-551ef7bc5078 X-Archives-Hash: 5c9520d199440beff6dec1e400cfeec1 commit: 56909fc01632ec57bed6097abb5331d742023d28 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 4 08:15:45 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 4 08:35:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56909fc0 sci-geosciences/gpxsee: [QA] Fix BadInsIntoDir Signed-off-by: Michał Górny gentoo.org> sci-geosciences/gpxsee/gpxsee-7.17.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sci-geosciences/gpxsee/gpxsee-7.17.ebuild b/sci-geosciences/gpxsee/gpxsee-7.17.ebuild index 3b81f7fe5b9..b7ebc18f0f5 100644 --- a/sci-geosciences/gpxsee/gpxsee-7.17.ebuild +++ b/sci-geosciences/gpxsee/gpxsee-7.17.ebuild @@ -4,7 +4,7 @@ EAPI=7 PLOCALES="cs da de en es fi fr nb pl pt_BR pt_PT ru sv tr" -inherit qmake-utils l10n xdg +inherit desktop qmake-utils l10n xdg MY_PN="GPXSee" MY_P="${MY_PN}-${PV}" @@ -59,10 +59,8 @@ src_install() { [ -f "${lang}" ] && doins "${lang}" done - insinto /usr/share/applications - doins pkg/${PN}.desktop + domenu pkg/${PN}.desktop insinto /usr/share/mime/packages doins pkg/${PN}.xml - insinto /usr/share/pixmaps - doins icons/${PN}.png + doicon icons/${PN}.png }