From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C53015808B for ; Sat, 17 Feb 2024 09:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C260CE299F; Sat, 17 Feb 2024 09:37:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7AA4E299F for ; Sat, 17 Feb 2024 09:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B27B833BEEB for ; Sat, 17 Feb 2024 09:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2264B1065 for ; Sat, 17 Feb 2024 09:36:59 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1708162613.8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild gui-apps/ReGreet/ReGreet-9999.ebuild gui-apps/ReGreet/metadata.xml X-VCS-Directories: gui-apps/ReGreet/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2 X-VCS-Branch: dev Date: Sat, 17 Feb 2024 09:36:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92a8ae11-6d18-4eee-8b81-e4654c5f715f X-Archives-Hash: 0cb85c52bbf8bb6be016e720b3e4da06 commit: 8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sat Feb 17 09:35:48 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> 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 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 system-tmpfiles to create cache and logs folder Manually create cache and logs folder - Compile with gtk4 support gonegrier.duarte@gmail.com