commit: 56309566ec45fcdc54ed0e77c0c3cbd8dcf86554
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Jan 29 18:53:17 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 18:53:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56309566
sys-process/bpytop-1.0.61-r1: revbump, fix theme installation again
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
.../bpytop/{bpytop-1.0.61.ebuild => bpytop-1.0.61-r1.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-process/bpytop/bpytop-1.0.61.ebuild
b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
similarity index 84%
rename from sys-process/bpytop/bpytop-1.0.61.ebuild
rename to sys-process/bpytop/bpytop-1.0.61-r1.ebuild
index 0dd9a9cadf0..95dcdc3f927 100644
--- a/sys-process/bpytop/bpytop-1.0.61.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
@@ -25,3 +25,9 @@ distutils_enable_tests pytest
PATCHES=(
"${FILESDIR}/bpytop-1.0.61-tests.patch"
)
+
+src_install() {
+ insinto "/usr/share/${PN}/themes"
+ doins bpytop-themes/*.theme
+ distutils-r1_src_install
+}