commit:     09aa05a51c3cab2b20c0eadebccae850368218a1
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Mar 14 11:44:41 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 19:18:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa05a5

gui-apps/wf-shell: update live ebuild

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-apps/wf-shell/wf-shell-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild 
b/gui-apps/wf-shell/wf-shell-9999.ebuild
index fb42dad6fb61..66866e0f3420 100644
--- a/gui-apps/wf-shell/wf-shell-9999.ebuild
+++ b/gui-apps/wf-shell/wf-shell-9999.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell";
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git";
-       SLOT="0/9999"
+       EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git";
+       SLOT="0/0.8"
 else
-       
SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz";
+       
SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm64 ~x86"
        SLOT="0/$(ver_cut 1-2)"
 fi
@@ -30,8 +30,8 @@ DEPEND="
        dev-libs/libdbusmenu[gtk3]
        >=gui-libs/gtk-layer-shell-0.6
        dev-libs/wayland
-       gui-libs/wf-config:${SLOT}
-       gui-wm/wayfire:${SLOT}
+       >=gui-libs/wf-config-0.7.0
+       gui-wm/wayfire
        pulseaudio? ( media-libs/libpulse )
 "
 RDEPEND="${DEPEND}

Reply via email to