From 8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Sat, 17 Feb 2024 09:35:48 +0000 Subject: [PATCH] gui-apps/ReGreet: remove gtk4 useflasg * can't be build with gtk3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/924751 Signed-off-by: Gonçalo Negrier Duarte --- gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild | 4 ++-- gui-apps/ReGreet/ReGreet-9999.ebuild | 4 ++-- gui-apps/ReGreet/metadata.xml | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild index 580e87dd64..1e466f52f3 100644 --- a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild +++ b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild @@ -228,14 +228,14 @@ RDEPEND=" || ( gui-wm/sway gui-wm/cage ) systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) - gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ ) + gui-libs/gtk gui-libs/greetd " BDEPEND=" virtual/rust media-libs/graphene " -IUSE="systemd openrc gtk4" +IUSE="systemd openrc" PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff" diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild index 4aeff04e33..b91e4cea79 100644 --- a/gui-apps/ReGreet/ReGreet-9999.ebuild +++ b/gui-apps/ReGreet/ReGreet-9999.ebuild @@ -25,14 +25,14 @@ RDEPEND=" || ( gui-wm/sway gui-wm/cage ) systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) - gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ ) + gui-libs/gtk gui-libs/greetd " BDEPEND=" virtual/rust media-libs/graphene " -IUSE="systemd openrc gtk4" +IUSE="systemd openrc" src_configure() { local myfeatures=( diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml index de3360d81b..8d5cf3608c 100644 --- a/gui-apps/ReGreet/metadata.xml +++ b/gui-apps/ReGreet/metadata.xml @@ -4,7 +4,6 @@ Use system-tmpfiles to create cache and logs folder Manually create cache and logs folder - Compile with gtk4 support gonegrier.duarte@gmail.com