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-biology/mricrogl/
Date: Wed, 24 Feb 2016 16:50:03
Message-Id: 1456229631.a487f32236ec068f8478f50e799f91670830dfb2.jlec@gentoo
1 commit: a487f32236ec068f8478f50e799f91670830dfb2
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Feb 23 12:13:36 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 12:13:51 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a487f322
7
8 sci-biology/mricrogl: installing main executable and shaders
9
10 Package-Manager: portage-2.2.27
11
12 sci-biology/mricrogl/mricrogl-9999.ebuild | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-biology/mricrogl/mricrogl-9999.ebuild b/sci-biology/mricrogl/mricrogl-9999.ebuild
16 index 407af9f..fd74f83 100644
17 --- a/sci-biology/mricrogl/mricrogl-9999.ebuild
18 +++ b/sci-biology/mricrogl/mricrogl-9999.ebuild
19 @@ -24,10 +24,13 @@ src_compile() {
20
21 src_install() {
22 dobin MRIcroGL
23 - dobin dcm2niix
24 - dobin dcm2nii/dcm2niigui
25 - doicon icons/mricron.png
26 - make_desktop_entry MRIcroGL MRIcroGL mricrogl.svg
27 +
28 + insinto /usr/bin/shaders
29 + doins shaders/*.txt
30 +
31 + doicon mricrogl.ico
32 + make_desktop_entry MRIcroGL MRIcroGL mricrogl
33 +$
34 }
35
36 pkg_postinst() {