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 795AF158086 for ; Wed, 6 Oct 2021 03:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5061E091F; Wed, 6 Oct 2021 03:34:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F367E091F for ; Wed, 6 Oct 2021 03:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC26434329C for ; Wed, 6 Oct 2021 03:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C33E138 for ; Wed, 6 Oct 2021 03:34:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633491164.c36f29e049835c2d93d9938b420a8d0488fbcb8b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mandelbulber/mandelbulber-2.26.ebuild X-VCS-Directories: media-gfx/mandelbulber/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c36f29e049835c2d93d9938b420a8d0488fbcb8b X-VCS-Branch: master Date: Wed, 6 Oct 2021 03:34:36 +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: 4d83994d-79a6-40a6-8f39-cf0d44e3a7c5 X-Archives-Hash: 396ed8df892bf4f15d3bbdd2792439b0 commit: c36f29e049835c2d93d9938b420a8d0488fbcb8b Author: Alexander Miller gmx de> AuthorDate: Tue Oct 5 13:23:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 6 03:32:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f29e0 media-gfx/mandelbulber: Use domenu to install desktop file Signed-off-by: Alexander Miller gmx.de> Closes: https://github.com/gentoo/gentoo/pull/22495 Signed-off-by: Sam James gentoo.org> media-gfx/mandelbulber/mandelbulber-2.26.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild index 59adb85693f..4995aa764c6 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild @@ -79,8 +79,7 @@ src_install() { insinto /usr/share/${PN}2 doins -r usr/share/${PN}2/* - insinto /usr/share/applications - doins ${PN}2.desktop + domenu ${PN}2.desktop newicon -s 256 qt/icons/${PN}.png ${PN}2.png }