public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/xplr/
Date: Wed, 28 Aug 2024 10:46:54 +0000 (UTC)	[thread overview]
Message-ID: <1724842004.5c5ba6a755c6642c2fbbdea271dc64cf9b6dfa07.davidroman@gentoo> (raw)

commit:     5c5ba6a755c6642c2fbbdea271dc64cf9b6dfa07
Author:     Ashlen <dev <AT> anthes <DOT> is>
AuthorDate: Tue Aug 27 21:03:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 28 10:46:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c5ba6a7

app-misc/xplr: quote variables

Signed-off-by: Ashlen <dev <AT> anthes.is>
Closes: https://github.com/gentoo/guru/pull/234
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/xplr/xplr-0.21.3.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/xplr/xplr-0.21.3.ebuild b/app-misc/xplr/xplr-0.21.3.ebuild
index 5e47aa720..d594caf7d 100644
--- a/app-misc/xplr/xplr-0.21.3.ebuild
+++ b/app-misc/xplr/xplr-0.21.3.ebuild
@@ -248,12 +248,12 @@ src_compile() {
 src_install() {
 	dodoc README.md
 
-	dobin $(cargo_target_dir)/xplr
-	newicon -s 16 assets/icon/${PN}16.png ${PN}.png
-	newicon -s 32 assets/icon/${PN}32.png ${PN}.png
-	newicon -s 64 assets/icon/${PN}64.png ${PN}.png
-	newicon -s 128 assets/icon/${PN}128.png ${PN}.png
-	doicon -s scalable assets/icon/${PN}.svg
+	dobin "$(cargo_target_dir)/xplr"
+	newicon -s 16 "assets/icon/${PN}16.png" "${PN}.png"
+	newicon -s 32 "assets/icon/${PN}32.png" "${PN}.png"
+	newicon -s 64 "assets/icon/${PN}64.png" "${PN}.png"
+	newicon -s 128 "assets/icon/${PN}128.png" "${PN}.png"
+	doicon -s scalable "assets/icon/${PN}.svg"
 	domenu assets/desktop/xplr.desktop
 }
 


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/
Date: Wed, 28 Aug 2024 10:57:14 +0000 (UTC)	[thread overview]
Message-ID: <1724842004.5c5ba6a755c6642c2fbbdea271dc64cf9b6dfa07.davidroman@gentoo> (raw)
Message-ID: <20240828105714.KgJuqIYk_z00sORRPasjsFYUogFevA_5m4NedtY1zw4@z> (raw)

commit:     5c5ba6a755c6642c2fbbdea271dc64cf9b6dfa07
Author:     Ashlen <dev <AT> anthes <DOT> is>
AuthorDate: Tue Aug 27 21:03:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 28 10:46:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c5ba6a7

app-misc/xplr: quote variables

Signed-off-by: Ashlen <dev <AT> anthes.is>
Closes: https://github.com/gentoo/guru/pull/234
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/xplr/xplr-0.21.3.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/xplr/xplr-0.21.3.ebuild b/app-misc/xplr/xplr-0.21.3.ebuild
index 5e47aa720..d594caf7d 100644
--- a/app-misc/xplr/xplr-0.21.3.ebuild
+++ b/app-misc/xplr/xplr-0.21.3.ebuild
@@ -248,12 +248,12 @@ src_compile() {
 src_install() {
 	dodoc README.md
 
-	dobin $(cargo_target_dir)/xplr
-	newicon -s 16 assets/icon/${PN}16.png ${PN}.png
-	newicon -s 32 assets/icon/${PN}32.png ${PN}.png
-	newicon -s 64 assets/icon/${PN}64.png ${PN}.png
-	newicon -s 128 assets/icon/${PN}128.png ${PN}.png
-	doicon -s scalable assets/icon/${PN}.svg
+	dobin "$(cargo_target_dir)/xplr"
+	newicon -s 16 "assets/icon/${PN}16.png" "${PN}.png"
+	newicon -s 32 "assets/icon/${PN}32.png" "${PN}.png"
+	newicon -s 64 "assets/icon/${PN}64.png" "${PN}.png"
+	newicon -s 128 "assets/icon/${PN}128.png" "${PN}.png"
+	doicon -s scalable "assets/icon/${PN}.svg"
 	domenu assets/desktop/xplr.desktop
 }
 


             reply	other threads:[~2024-08-28 10:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 10:46 David Roman [this message]
2024-08-28 10:57 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-08-28 10:46 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-08-13 16:20 Remigiusz Micielski
2023-08-13 16:14 Remigiusz Micielski
2023-04-21 19:11 Jonas Frei
2023-04-21 19:11 Jonas Frei
2022-05-15  9:58 Luciano Degni
2022-02-25 16:14 Luciano Degni
2022-01-20 19:25 Andrew Ammerlaan
2022-01-17 18:33 Luciano Degni
2022-01-17 18:25 Luciano Degni
2022-01-17 15:28 Luciano Degni
2022-01-04 13:30 Luciano Degni
2022-01-04 13:30 Luciano Degni
2022-01-04 13:28 Luciano Degni
2022-01-02 14:58 Andrew Ammerlaan
2021-12-15 12:22 Luciano Degni
2021-12-15 10:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 10:51 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15  8:25 Luciano Degni
2021-12-15  8:08 Luciano Degni

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=1724842004.5c5ba6a755c6642c2fbbdea271dc64cf9b6dfa07.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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