public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gonçalo Negrier Duarte" <gonegrier.duarte@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/
Date: Fri,  7 Jul 2023 10:38:38 +0000 (UTC)	[thread overview]
Message-ID: <1688726106.3cf6c1f189b1c0132cc8a3ffd3627623b794005a.gonegrier.duarte@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:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
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-07 10:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07 10:38 Gonçalo Negrier Duarte [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 11:37 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/ Gonçalo Negrier Duarte
2024-09-05 19:21 Gonçalo Negrier Duarte
2024-07-23 21:00 Gonçalo Negrier Duarte
2024-05-25 12:40 Alexander Weber
2024-05-23  9:37 Gonçalo Negrier Duarte
2024-02-22  8:16 Alexander Weber
2024-02-17  9:36 Gonçalo Negrier Duarte
2024-02-16  8:29 Alexander Weber
2024-02-16  6:38 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-16  6:19 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-15 19:24 Gonçalo Negrier Duarte
2024-02-15 19:17 Gonçalo Negrier Duarte
2024-01-23 11:54 Alexander Weber
2024-01-20  3:53 Takuya Wakazono
2024-01-19 14:37 Gonçalo Negrier Duarte
2024-01-19 14:34 Gonçalo Negrier Duarte
2024-01-18 18:10 Gonçalo Negrier Duarte
2024-01-06 21:43 Gonçalo Negrier Duarte
2023-12-14 20:10 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-08 12:52 Gonçalo Negrier Duarte
2023-07-07 22:47 Gonçalo Negrier Duarte
2023-07-07 10:38 Gonçalo Negrier Duarte
2023-07-05 15:10 Gonçalo Negrier Duarte

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.gonegrier.duarte@gentoo \
    --to=gonegrier.duarte@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