commit:     d792f10e6cf3ff4bf6609f0e16ebe0b5798ffba2
Author:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Mon Oct 28 06:19:44 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 07:25:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d792f10e

gui-apps/waybar: update live ebuild

Drop wlroots dependency from live ebuild.

Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39025
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-apps/waybar/waybar-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gui-apps/waybar/waybar-9999.ebuild 
b/gui-apps/waybar/waybar-9999.ebuild
index 8429c9c6fddb..544911c57e8a 100644
--- a/gui-apps/waybar/waybar-9999.ebuild
+++ b/gui-apps/waybar/waybar-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/Alexays/${PN^}.git";
 else
        SRC_URI="https://github.com/Alexays/${PN^}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
+       KEYWORDS="~amd64 ~arm64"
        S="${WORKDIR}/${PN^}-${PV}"
 fi
 
@@ -29,6 +29,7 @@ RESTRICT="!test? ( test )"
 BDEPEND="
        >=app-text/scdoc-1.9.2
        dev-util/gdbus-codegen
+       dev-util/wayland-scanner
        virtual/pkgconfig
 "
 RDEPEND="
@@ -37,17 +38,16 @@ RDEPEND="
        dev-cpp/gtkmm:3.0
        dev-libs/glib:2
        dev-libs/jsoncpp:=
-       dev-libs/libinput:=
        dev-libs/libsigc++:2
        >=dev-libs/libfmt-8.1.1:=
        >=dev-libs/spdlog-1.10.0:=
        dev-libs/date:=
        dev-libs/wayland
        gui-libs/gtk-layer-shell
-       gui-libs/wlroots:=
+       media-video/pipewire:=
        x11-libs/gtk+:3[wayland]
        x11-libs/libxkbcommon
-       evdev? ( dev-libs/libevdev:= )
+       evdev? ( dev-libs/libevdev )
        jack? ( virtual/jack )
        libinput? ( dev-libs/libinput:= )
        logind? (
@@ -62,11 +62,11 @@ RDEPEND="
        sndio? ( media-sound/sndio:= )
        systemd? ( sys-apps/systemd:= )
        tray? (
-               dev-libs/libdbusmenu[gtk3]
                dev-libs/libayatana-appindicator
+               dev-libs/libdbusmenu[gtk3]
        )
        udev? ( virtual/libudev:= )
-       upower? ( sys-power/upower )
+       upower? ( sys-power/upower:= )
        wifi? ( sys-apps/util-linux )
 "
 DEPEND="${RDEPEND}

Reply via email to