commit: bf03ad3937677c61296bd8427469435e624e5f8b
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri Mar 31 07:49:54 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Mar 31 07:49:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf03ad39
sci-visualization/mricrogl: more appropriate path for application libraries
(#765)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
sci-visualization/mricrogl/mricrogl-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild
b/sci-visualization/mricrogl/mricrogl-9999.ebuild
index c1edf4138..6b078f368 100644
--- a/sci-visualization/mricrogl/mricrogl-9999.ebuild
+++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,9 @@ SLOT="0"
RDEPEND=""
DEPEND="dev-lang/fpc
- >=dev-lang/lazarus-1.6.2"
+ >=dev-lang/lazarus-1.6.2
+ media-libs/mesa
+ "
src_compile() {
lazbuild -B --lazarusdir="/usr/share/lazarus/" simplelaz.lpi || die
@@ -24,8 +26,8 @@ src_compile() {
src_install() {
dobin MRIcroGL
- insinto /usr/bin/shaders
- doins shaders/*.txt
+ insinto /usr/share/mricrogl
+ doins lut/* script/* shaders/*
doicon -s scalable mricrogl.svg
make_desktop_entry MRIcroGL MRIcroGL
/usr/share/icons/hicolor/scalable/apps/mricrogl.svg