summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/bpytop')
-rw-r--r--sys-process/bpytop/bpytop-1.0.61-r1.ebuild (renamed from sys-process/bpytop/bpytop-1.0.61.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-process/bpytop/bpytop-1.0.61.ebuild b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
index 0dd9a9cadf0b..95dcdc3f927f 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
+}