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 CF47E1381F1 for ; Sun, 11 Feb 2018 00:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 013F8E0AC5; Sun, 11 Feb 2018 00:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3FECE0AC5 for ; Sun, 11 Feb 2018 00:59:30 +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 6E1B2335C3C for ; Sun, 11 Feb 2018 00:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F39381D7 for ; Sun, 11 Feb 2018 00:59:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1518310760.87764381cbe850c90f70b458bab29a6df8fb1ae2.kensington@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.12-r1.ebuild media-gfx/mandelbulber/mandelbulber-2.12.ebuild X-VCS-Directories: media-gfx/mandelbulber/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 87764381cbe850c90f70b458bab29a6df8fb1ae2 X-VCS-Branch: master Date: Sun, 11 Feb 2018 00:59:27 +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-Archives-Salt: 88063f57-b137-46bf-a1fb-5200d0acc0d2 X-Archives-Hash: f84ce7ea6cf3785aebee58cd413edaca commit: 87764381cbe850c90f70b458bab29a6df8fb1ae2 Author: Michael Palimaka gentoo org> AuthorDate: Sun Feb 11 00:59:09 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Feb 11 00:59:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87764381 media-gfx/mandelbulber: fix desktop file icon Package-Manager: Portage-2.3.19, Repoman-2.3.6 ...{mandelbulber-2.12.ebuild => mandelbulber-2.12-r1.ebuild} | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/media-gfx/mandelbulber/mandelbulber-2.12.ebuild b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild similarity index 89% rename from media-gfx/mandelbulber/mandelbulber-2.12.ebuild rename to media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild index 7e1c40cc3a6..29199dbef0d 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.12.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_P="${PN}2-${PV}-1" -inherit qmake-utils +inherit desktop gnome2-utils qmake-utils DESCRIPTION="Tool to render 3D fractals" HOMEPAGE="http://www.mandelbulber.com" @@ -68,4 +68,14 @@ src_install() { insinto /usr/share/applications doins ${PN}2.desktop + + newicon -s 256 qt/icons/${PN}.png ${PN}2.png +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update }