diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-03-14 13:44:41 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-16 21:18:10 +0200 |
commit | 09aa05a51c3cab2b20c0eadebccae850368218a1 (patch) | |
tree | e96b1fc394f3c7fc89bb3c801980c080d4236ae0 /gui-apps | |
parent | gui-apps/wf-shell: add 0.8.1 (diff) | |
download | gentoo-09aa05a51c3cab2b20c0eadebccae850368218a1.tar.gz gentoo-09aa05a51c3cab2b20c0eadebccae850368218a1.tar.bz2 gentoo-09aa05a51c3cab2b20c0eadebccae850368218a1.zip |
gui-apps/wf-shell: update live ebuild
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-9999.ebuild | 10 |
1 files 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} |