mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
x11-themes/catppuccin-btop: change DEPEND to RDEPEND & simplify install
Signed-off-by: Denis Strizhkin <strdenis02@gmail.com>
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user