summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/finchtv/finchtv-1.3.1-r3.ebuild')
-rw-r--r--sci-biology/finchtv/finchtv-1.3.1-r3.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
index 09ab304a7a3d..d3634ac607b1 100644
--- a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
+++ b/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils
+inherit desktop
MY_PV="${PV//./_}"
MY_P=${PN}_${MY_PV}
@@ -14,8 +14,7 @@ SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz"
LICENSE="finchtv"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
@@ -26,11 +25,13 @@ src_install() {
doexe finchtv
dodoc ReleaseNotes.txt
- docinto html
- dodoc -r Help/*
- insinto /usr/share/doc/${PN}
- doins -r SampleData
+ docinto examples
+ dodoc -r SampleData/.
+ docompress -x /usr/share/doc/${PF}/examples
+
+ docinto html
+ dodoc -r Help/.
newicon Help/media/FinchTV_Mac_App.png ${PN}.png
}