mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user