From c4b09bbed4207747d57b1281253887e02f59d30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Fri, 7 Jul 2023 23:41:32 +0100 Subject: [PATCH] gui-apps/ReGreet: improve ebuild and fix metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- gui-apps/ReGreet/ReGreet-9999.ebuild | 16 ++++++++-------- gui-apps/ReGreet/metadata.xml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild index f64a16ab8d..f546474cee 100644 --- a/gui-apps/ReGreet/ReGreet-9999.ebuild +++ b/gui-apps/ReGreet/ReGreet-9999.ebuild @@ -13,22 +13,22 @@ HOMEPAGE="https://github.com/rharish101/ReGreet" LICENSE="GPL-3" SLOT="0" DEPEND="x11-libs/gtk+:3 - gtk4? ( gui-libs/gtk ) - cage? ( gui-wm/cage ) - sway? ( gui-wm/sway ) - || ( gui-wm/cage gui-wm/sway ) + gtk4? ( gui-libs/gtk ) + cage? ( gui-wm/cage ) + sway? ( gui-wm/sway ) + || ( 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 )" - src_unpack() { git-r3_src_unpack cargo_live_src_unpack diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml index 5cac656059..fcf77a1fa9 100644 --- a/gui-apps/ReGreet/metadata.xml +++ b/gui-apps/ReGreet/metadata.xml @@ -5,7 +5,7 @@ Compile with support for gtk4 Use cage to start ReGreet Use sway to start ReGreet - Compile ReGreet with logs enable (debug) + Compile logs support ReGreet (debug) rharish101/ReGreet