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 CD756158041 for ; Tue, 19 Mar 2024 10:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7567E29AA; Tue, 19 Mar 2024 10:06:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53317E29A7 for ; Tue, 19 Mar 2024 10:06:55 +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 8A55133BEF1 for ; Tue, 19 Mar 2024 10:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C103A1512 for ; Tue, 19 Mar 2024 10:06:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710842738.ddd0ffa7c79197145f42e4499a8b68ef3a3966d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/metadata.xml gui-wm/wayfire/wayfire-0.8.0-r2.ebuild gui-wm/wayfire/wayfire-0.8.1-r1.ebuild gui-wm/wayfire/wayfire-9999.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ddd0ffa7c79197145f42e4499a8b68ef3a3966d3 X-VCS-Branch: master Date: Tue, 19 Mar 2024 10:06:52 +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: 42a466e5-b4e6-401b-a770-fb16ccd5a643 X-Archives-Hash: e9e95358761c31ce257ff426cda45102 commit: ddd0ffa7c79197145f42e4499a8b68ef3a3966d3 Author: Alfred Wingate protonmail com> AuthorDate: Tue Mar 19 10:00:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 19 10:05:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd0ffa7 gui-wm/wayfire: reword local use flags Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35828 Signed-off-by: Sam James gentoo.org> gui-wm/wayfire/metadata.xml | 6 ++++-- gui-wm/wayfire/wayfire-0.8.0-r2.ebuild | 4 ++-- gui-wm/wayfire/wayfire-0.8.1-r1.ebuild | 4 ++-- gui-wm/wayfire/wayfire-9999.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/gui-wm/wayfire/metadata.xml b/gui-wm/wayfire/metadata.xml index b7ebd8524caf..fb1df8affac5 100644 --- a/gui-wm/wayfire/metadata.xml +++ b/gui-wm/wayfire/metadata.xml @@ -9,8 +9,10 @@ use libglvnd to do animations more efficiently - use the system-wide wf-config, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING. - use the system wide wlroots, else build it as a submodule. DO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING. + Enable OpenGL ES 3.x Features. + Use the system-wide gui-libs/wf-config instead of building as a submodule. It will block system-wide gui-libs/wf-config from being installed. + Use the system-wide gui-libs/wlroots instead of building as a submodule. It will block system-wide gui-libs/wlroots from being installed. + Enable support for X11 applications (XWayland). WayfireWM/wayfire diff --git a/gui-wm/wayfire/wayfire-0.8.0-r2.ebuild b/gui-wm/wayfire/wayfire-0.8.0-r2.ebuild index c6ed5fedef88..d2c8b090436a 100644 --- a/gui-wm/wayfire/wayfire-0.8.0-r2.ebuild +++ b/gui-wm/wayfire/wayfire-0.8.0-r2.ebuild @@ -19,7 +19,7 @@ else fi LICENSE="MIT" -IUSE="+gles +system-wfconfig +system-wlroots test X" +IUSE="+gles3 +system-wfconfig +system-wlroots test X" RESTRICT="!test? ( test )" # bundled wlroots has the following dependency string according to included headers. @@ -128,7 +128,7 @@ src_configure() { $(meson_feature system-wlroots use_system_wlroots) $(meson_feature test tests) $(meson_feature X xwayland) - $(meson_use gles enable_gles32) + $(meson_use gles3 enable_gles32) ) meson_src_configure diff --git a/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild b/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild index 094395b5b72e..82d800484181 100644 --- a/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild +++ b/gui-wm/wayfire/wayfire-0.8.1-r1.ebuild @@ -19,7 +19,7 @@ else fi LICENSE="MIT" -IUSE="+gles test X" +IUSE="+gles3 test X" RESTRICT="!test? ( test )" # bundled wlroots has the following dependency string according to included headers. @@ -77,7 +77,7 @@ src_configure() { local emesonargs=( $(meson_feature test tests) $(meson_feature X xwayland) - $(meson_use gles enable_gles32) + $(meson_use gles3 enable_gles32) -Duse_system_wfconfig=enabled -Duse_system_wlroots=enabled ) diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index 0666f1cd607d..6a2f5696709d 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -19,7 +19,7 @@ else fi LICENSE="MIT" -IUSE="+gles test X" +IUSE="+gles3 test X" RESTRICT="!test? ( test )" # bundled wlroots has the following dependency string according to included headers. @@ -73,7 +73,7 @@ src_configure() { local emesonargs=( $(meson_feature test tests) $(meson_feature X xwayland) - $(meson_use gles enable_gles32) + $(meson_use gles3 enable_gles32) -Duse_system_wfconfig=enabled -Duse_system_wlroots=enabled )