gui-apps/ReGreet: remove old sway and cage config

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2023-12-30 16:28:26 +00:00
parent 1b833f4d2b
commit 2dac0a078a
5 changed files with 0 additions and 38 deletions

View File

@@ -211,9 +211,6 @@ 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 )
"
KEYWORDS="~amd64"
@@ -243,15 +240,6 @@ src_compile() {
src_install() {
newbin "${WORKDIR}/${P}/target/release/regreet" regreet
if use cage; then
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"
echo "Restart cage service to verify if works (Only activate on TTY1)"
fi
}
src_post_install () {

View File

@@ -14,9 +14,6 @@ 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 )
"
RDEPEND="
@@ -49,15 +46,6 @@ src_compile() {
src_install() {
newbin "${WORKDIR}/${P}/target/release/regreet" regreet
if use cage; then
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"
echo "Restart cage service to verify if works (Only activate on TTY1)"
fi
}
src_post_install () {

View File

@@ -1,6 +0,0 @@
[terminal]
vt = 1
[default_session]
command = "cage -s -- regreet"
user = "greetd"

View File

@@ -1,6 +0,0 @@
[terminal]
vt = 1
[default_session]
command = "sway --config /etc/greetd/config-sway"
user = "greetd"

View File

@@ -1,2 +0,0 @@
exec "regreet; swaymsg exit"
include /etc/sway/config.d/*