Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/
Date: Mon, 03 Apr 2017 14:55:39
Message-Id: 1490946594.bf03ad3937677c61296bd8427469435e624e5f8b.marbre@gentoo
1 commit: bf03ad3937677c61296bd8427469435e624e5f8b
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Fri Mar 31 07:49:54 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Mar 31 07:49:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf03ad39
7
8 sci-visualization/mricrogl: more appropriate path for application libraries (#765)
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 sci-visualization/mricrogl/mricrogl-9999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild b/sci-visualization/mricrogl/mricrogl-9999.ebuild
16 index c1edf4138..6b078f368 100644
17 --- a/sci-visualization/mricrogl/mricrogl-9999.ebuild
18 +++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,7 +15,9 @@ SLOT="0"
26
27 RDEPEND=""
28 DEPEND="dev-lang/fpc
29 - >=dev-lang/lazarus-1.6.2"
30 + >=dev-lang/lazarus-1.6.2
31 + media-libs/mesa
32 + "
33
34 src_compile() {
35 lazbuild -B --lazarusdir="/usr/share/lazarus/" simplelaz.lpi || die
36 @@ -24,8 +26,8 @@ src_compile() {
37 src_install() {
38 dobin MRIcroGL
39
40 - insinto /usr/bin/shaders
41 - doins shaders/*.txt
42 + insinto /usr/share/mricrogl
43 + doins lut/* script/* shaders/*
44
45 doicon -s scalable mricrogl.svg
46 make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg