From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 27AC759CA4 for ; Sun, 6 Mar 2016 19:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C6521C04D; Sun, 6 Mar 2016 19:41:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCF0821C089 for ; Sun, 6 Mar 2016 19:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC21C340955 for ; Sun, 6 Mar 2016 19:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BDFE2099 for ; Sun, 6 Mar 2016 19:41:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1457293023.731bd1f2ea7c61ef084868f4b560acb57b6eacc4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mricrogl/mricrogl-9999.ebuild X-VCS-Directories: sci-visualization/mricrogl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 731bd1f2ea7c61ef084868f4b560acb57b6eacc4 X-VCS-Branch: master Date: Sun, 6 Mar 2016 19:41:09 +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: 838d7dc9-d066-40b1-8972-25246ad7e4e5 X-Archives-Hash: 37dfe03710eb01cc0bc5b4478c74ebda commit: 731bd1f2ea7c61ef084868f4b560acb57b6eacc4 Author: Horea Christian yandex com> AuthorDate: Wed Feb 24 19:38:58 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 6 19:37:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=731bd1f2 sci-visualization/mricrogl: fixed icon display on GNOME (3) Package-Manager: portage-2.2.27 sci-visualization/mricrogl/mricrogl-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild b/sci-visualization/mricrogl/mricrogl-9999.ebuild index c439682..1b0a0ab 100644 --- a/sci-visualization/mricrogl/mricrogl-9999.ebuild +++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild @@ -28,8 +28,8 @@ src_install() { insinto /usr/bin/shaders doins shaders/*.txt - doicon mricrogl.ico - make_desktop_entry MRIcroGL MRIcroGL mricrogl + doicon -s scalable mricrogl.svg + make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg } pkg_postinst() {