summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2021-01-29 10:53:17 -0800
committerPatrick McLean <chutzpah@gentoo.org>2021-01-29 10:53:33 -0800
commit56309566ec45fcdc54ed0e77c0c3cbd8dcf86554 (patch)
tree6a68ba4e7956c8b586a8fccf6bcc3341314c5392
parentdev-util/github-cli: remove old versions (diff)
downloadgentoo-56309566ec45fcdc54ed0e77c0c3cbd8dcf86554.tar.gz
gentoo-56309566ec45fcdc54ed0e77c0c3cbd8dcf86554.tar.bz2
gentoo-56309566ec45fcdc54ed0e77c0c3cbd8dcf86554.zip
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@gentoo.org>
-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
+}