public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-btop/
Date: Fri,  5 Apr 2024 18:48:23 +0000 (UTC)	[thread overview]
Message-ID: <1712338789.3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de.julien@gentoo> (raw)

commit:     3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Fri Apr  5 17:39:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr  5 17:39:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dfca8dc

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

Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>

 x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild | 8 ++------
 1 file 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 800fb024b0..558385c1d7 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
 }


             reply	other threads:[~2024-04-05 18:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-05 18:48 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29 17:45 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/catppuccin-btop/ Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712338789.3dfca8dcb13ea5f02cfbef4ee2dfe59fafd7f0de.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox