aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 16:00:02 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 16:00:02 +0100
commit8207b946392c182db4c6dd796c21284352e69932 (patch)
treeb99e66c4d6cfefd989c0641fe71f3d749c5947b3 /sci-visualization/surf-ice/surf-ice-9999.ebuild
parentmedia-libs/libgfx: EAPI bump (diff)
downloadsci-8207b946392c182db4c6dd796c21284352e69932.tar.gz
sci-8207b946392c182db4c6dd796c21284352e69932.tar.bz2
sci-8207b946392c182db4c6dd796c21284352e69932.zip
sci-visualization/surf-ice: version bump 20201102
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-visualization/surf-ice/surf-ice-9999.ebuild')
-rw-r--r--sci-visualization/surf-ice/surf-ice-9999.ebuild23
1 files changed, 7 insertions, 16 deletions
diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
index 6858805e5..b44d7ba62 100644
--- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit git-r3 gnome2-utils
+inherit git-r3 desktop xdg
DESCRIPTION="A surface rendering tool supporting neuroimaging data"
HOMEPAGE="https://github.com/neurolabusc/surf-ice"
-SRC_URI=""
EGIT_REPO_URI="https://github.com/neurolabusc/surf-ice.git"
LICENSE="BSD"
SLOT="0"
RDEPEND=""
-DEPEND="dev-lang/fpc
- >=dev-lang/lazarus-1.6.2"
+DEPEND="${RDEPEND}
+ dev-lang/fpc
+ >=dev-lang/lazarus-1.6.2[python(-)]
+"
src_compile() {
# Python support will only be vaialable for the default implementation:
@@ -27,16 +28,6 @@ src_compile() {
src_install() {
dobin surfice
- insinto /usr/share/surfice
- doins -r lut script shaders shadersOld
-
doicon -s scalable Surfice.jpg
make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-pkg_postrm() {
- gnome2_icon_cache_update
-}