commit: 997ca972039d97e16955ce139424158fa5fa926f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:08:53 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:21:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997ca972
gui-apps/wf-shell: 0.7.0: EAPI 8 bump, switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../wf-shell/{wf-shell-0.7.0.ebuild => wf-shell-0.7.0-r1.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gui-apps/wf-shell/wf-shell-0.7.0.ebuild
b/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild
similarity index 83%
rename from gui-apps/wf-shell/wf-shell-0.7.0.ebuild
rename to gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild
index 34f21083a082..c96b88373728 100644
--- a/gui-apps/wf-shell/wf-shell-0.7.0.ebuild
+++ b/gui-apps/wf-shell/wf-shell-0.7.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
-DESCRIPTION="A compiz like 3D wayland compositor"
+DESCRIPTION="Compiz like 3D wayland compositor"
HOMEPAGE="https://github.com/WayfireWM/wf-shell"
if [[ ${PV} == 9999 ]]; then
@@ -25,13 +25,14 @@ DEPEND="
dev-libs/gobject-introspection
gui-libs/gtk-layer-shell
>=gui-wm/wayfire-${PV%.*}
- pulseaudio? ( media-sound/pulseaudio )
+ pulseaudio? ( media-libs/libpulse )
"
RDEPEND="${DEPEND}
gui-apps/wayland-logout
"
BDEPEND="
dev-libs/wayland-protocols
+ dev-util/wayland-scanner
virtual/pkgconfig
"