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, 17 Feb 2024 10:35:22 +0000 (UTC)	[thread overview]
Message-ID: <1708162613.8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2.lanodan@gentoo> (raw)

commit:     8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Feb 17 09:35:48 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Feb 17 09:36:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2dd4f1

gui-apps/ReGreet: remove gtk4 useflasg
* can't be build with gtk3

Closes: https://bugs.gentoo.org/924751
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 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>
 		<flag name="systemd">Use system-tmpfiles to create cache and logs folder</flag>
 		<flag name="openrc">Manually create cache and logs folder</flag>
-		<flag name="gtk4">Compile with gtk4 support</flag>
 	</use>
 	<maintainer type="person">
 		<email>gonegrier.duarte@gmail.com</email>


             reply	other threads:[~2024-02-17 10:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 10:35 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  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
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=1708162613.8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2.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