Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/
Date: Sun, 06 Mar 2016 19:41:15
Message-Id: 1457293023.731bd1f2ea7c61ef084868f4b560acb57b6eacc4.jlec@gentoo
1 commit: 731bd1f2ea7c61ef084868f4b560acb57b6eacc4
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Wed Feb 24 19:38:58 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:37:03 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=731bd1f2
7
8 sci-visualization/mricrogl: fixed icon display on GNOME (3)
9
10 Package-Manager: portage-2.2.27
11
12 sci-visualization/mricrogl/mricrogl-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild b/sci-visualization/mricrogl/mricrogl-9999.ebuild
16 index c439682..1b0a0ab 100644
17 --- a/sci-visualization/mricrogl/mricrogl-9999.ebuild
18 +++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild
19 @@ -28,8 +28,8 @@ src_install() {
20 insinto /usr/bin/shaders
21 doins shaders/*.txt
22
23 - doicon mricrogl.ico
24 - make_desktop_entry MRIcroGL MRIcroGL mricrogl
25 + doicon -s scalable mricrogl.svg
26 + make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg
27 }
28
29 pkg_postinst() {