diff options
author | Denis Strizhkin <strdenis02@gmail.com> | 2024-04-05 20:39:13 +0300 |
---|---|---|
committer | Denis Strizhkin <strdenis02@gmail.com> | 2024-04-05 20:39:49 +0300 |
commit | 3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de (patch) | |
tree | 029b36e0c1d5e8d0d7bd4b0d2f5e11f95ebc583d /x11-themes | |
parent | dev-lang/uasm: treeclean (moved to ::gentoo) (diff) | |
download | guru-3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de.tar.gz guru-3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de.tar.bz2 guru-3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de.zip |
x11-themes/catppuccin-btop: change DEPEND to RDEPEND & simplify install
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild index 800fb024b..558385c1d 100644 --- a/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild +++ b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild @@ -8,7 +8,7 @@ SRC_URI=" " S="${WORKDIR}/themes" -DEPEND=" +RDEPEND=" sys-process/btop " @@ -18,9 +18,5 @@ KEYWORDS="~amd64" src_install() { insinto "/usr/share/btop/themes" - for f in "${S}"/*.theme; do - if [ -f "$f" ]; then - doins "$f" - fi - done + doins *.theme } |