x11-themes/catppuccin-btop: change DEPEND to RDEPEND & simplify install

Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
Denis Strizhkin
2024-04-05 20:39:13 +03:00
parent 9635805b6e
commit 3dfca8dcb1

View File

@@ -8,7 +8,7 @@ SRC_URI="
" "
S="${WORKDIR}/themes" S="${WORKDIR}/themes"
DEPEND=" RDEPEND="
sys-process/btop sys-process/btop
" "
@@ -18,9 +18,5 @@ KEYWORDS="~amd64"
src_install() { src_install() {
insinto "/usr/share/btop/themes" insinto "/usr/share/btop/themes"
for f in "${S}"/*.theme; do doins *.theme
if [ -f "$f" ]; then
doins "$f"
fi
done
} }