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 40CB0158041 for ; Mon, 26 Feb 2024 13:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F488E2AE0; Mon, 26 Feb 2024 13:04:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3D61BE2AE0 for ; Mon, 26 Feb 2024 13:04:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00A6833BEE8 for ; Mon, 26 Feb 2024 13:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9064A14D4 for ; Mon, 26 Feb 2024 13:04:27 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1708952649.fd9f94f5973ae308d710493a830df56c248b1d66.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waybar/waybar-9999.ebuild X-VCS-Directories: gui-apps/waybar/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: fd9f94f5973ae308d710493a830df56c248b1d66 X-VCS-Branch: master Date: Mon, 26 Feb 2024 13:04:27 +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: 095805d8-34d2-4b43-a504-66fed21c8cfd X-Archives-Hash: 0c96b13c52e9a09bc76844296b51a8c2 commit: fd9f94f5973ae308d710493a830df56c248b1d66 Author: brettalcox gmail com> AuthorDate: Sat Feb 24 14:14:15 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Feb 26 13:04:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9f94f5 gui-apps/waybar: fix 9999 compile fail requiring gtk-layer-shell in 9999 as it is now unconditionally required as a dependency. See https://github.com/Alexays/Waybar/pull/2836 Closes: https://bugs.gentoo.org/925017 Closes: https://github.com/gentoo/gentoo/pull/35514 Signed-off-by: brettalcox gmail.com> Acked-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> gui-apps/waybar/waybar-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index bf1a1e03d3d5..9878369eda3e 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="evdev experimental jack +libinput +logind mpd mpris network +popups pipewire pulseaudio sndio systemd test tray +udev upower wifi" +IUSE="evdev experimental jack +libinput +logind mpd mpris network pipewire pulseaudio sndio systemd test tray +udev upower wifi" REQUIRED_USE=" mpris? ( logind ) upower? ( logind ) @@ -44,6 +44,7 @@ RDEPEND=" >=dev-libs/spdlog-1.10.0:= dev-libs/date:= dev-libs/wayland + >=gui-libs/gtk-layer-shell-0.6.0:= gui-libs/wlroots:= x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon @@ -57,7 +58,6 @@ RDEPEND=" mpd? ( media-libs/libmpdclient ) mpris? ( >=media-sound/playerctl-2 ) network? ( dev-libs/libnl:3 ) - popups? ( gui-libs/gtk-layer-shell ) pipewire? ( media-video/wireplumber:0/0.4 ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) @@ -86,7 +86,6 @@ src_configure() { $(meson_feature mpd) $(meson_feature mpris) $(meson_feature network libnl) - $(meson_feature popups gtk-layer-shell) $(meson_feature pulseaudio) $(meson_feature pipewire wireplumber) $(meson_feature sndio)