public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ReGreet/
Date: Sat,  8 Jul 2023 02:43:13 +0000 (UTC)	[thread overview]
Message-ID: <1688726106.3cf6c1f189b1c0132cc8a3ffd3627623b794005a.lanodan@gentoo> (raw)

commit:     3cf6c1f189b1c0132cc8a3ffd3627623b794005a
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Fri Jul  7 10:35:06 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul  7 10:35:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cf6c1f1

gui-apps/ReGreet: fix spacing and metadata

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-apps/ReGreet/ReGreet-9999.ebuild | 16 ++++++++--------
 gui-apps/ReGreet/metadata.xml        |  7 ++++---
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild
index 495666263..1f0457a68 100644
--- a/gui-apps/ReGreet/ReGreet-9999.ebuild
+++ b/gui-apps/ReGreet/ReGreet-9999.ebuild
@@ -19,11 +19,11 @@ DEPEND="x11-libs/gtk+:3
     || ( gui-wm/cage gui-wm/sway )
 "
 RDEPEND="
-	${DEPEND}
-	gui-libs/greetd
+    ${DEPEND}
+    gui-libs/greetd
 "
 BDEPEND="
-	virtual/rust
+    virtual/rust
 "
 IUSE="gtk4 logs cage sway"
 REQUIRED_USE="|| ( cage sway ) cage? ( !sway ) sway? ( !cage )"
@@ -48,21 +48,21 @@ src_compile() {
 }
 
 src_install() {
-    newbin ${WORKDIR}/${P}/target/release/regreet regreet
+    newbin "${WORKDIR}/${P}/target/release/regreet regreet"
     if use cage; then
-        insinto /etc/greetd/ && newins ${FILESDIR}/config-cage.toml config.toml
+        insinto /etc/greetd/ && newins "${FILESDIR}/config-cage.toml config.toml"
         echo "Restart cage service to verify if works (Only activate on TTY1)"
     fi
     if use sway; then
-        insinto /etc/greetd/ && newins ${FILESDIR}/config-sway.toml config.toml
-        insinto /etc/greetd/ && doins ${FILESDIR}/sway-config
+        insinto /etc/greetd/ && newins "${FILESDIR}/config-sway.toml config.toml"
+        insinto /etc/greetd/ && doins "${FILESDIR}/sway-config"
         echo "Restart cage service to verify if works (Only activate on TTY1)"
     fi
 }
 
 src_post_install () {
     if use logs; then
-        insinto /etc/tmpfiles.d/ && newins ${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf
+        insinto /etc/tmpfiles.d/ && newins "${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf"
         systemd-tmpfiles --create "$PWD/systemd-tmpfiles.conf"
     fi
 }
\ No newline at end of file

diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml
index 23d69ba06..5cac65605 100644
--- a/gui-apps/ReGreet/metadata.xml
+++ b/gui-apps/ReGreet/metadata.xml
@@ -5,8 +5,9 @@
 		<flag name="gtk4">Compile with support for gtk4</flag>
 		<flag name="cage">Use cage to start ReGreet</flag>
 		<flag name="sway">Use sway to start ReGreet</flag>
+		<flag name="logs">Compile ReGreet with logs enable (debug)</flag>
 	</use>
-    <upstream>
-        <remote-id type="github">rharish101/ReGreet</remote-id>
-    </upstream>
+	<upstream>
+		<remote-id type="github">rharish101/ReGreet</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2023-07-08  2:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-08  2:43 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 23:46 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ReGreet/ Haelwenn Monnier
2024-09-06  8:52 David Roman
2024-07-25 10:10 David Roman
2024-05-25 13:01 Julien Roy
2024-05-23 10:36 David Roman
2024-02-23  1:36 David Roman
2024-02-17 10:35 Haelwenn Monnier
2024-02-17  2:40 Rui Huang
2024-02-16  6:38 Viorel Munteanu
2024-02-16  6:38 Viorel Munteanu
2024-02-16  6:38 Viorel Munteanu
2024-01-25 10:49 David Roman
2024-01-20 22:13 David Roman
2024-01-19 10:31 Arthur Zamarin
2023-12-14 22:21 David Roman
2023-07-27 12:04 David Roman
2023-07-27 12:04 David Roman
2023-07-08  2:43 Haelwenn Monnier
2023-07-08  2:43 Haelwenn Monnier

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=1688726106.3cf6c1f189b1c0132cc8a3ffd3627623b794005a.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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