summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-29 11:27:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-29 14:20:24 +0200
commit1172ab9350bc87adce211fb565c5b872787b8834 (patch)
tree8f8cb5c755149626a74da4f09b8d7634b582e6f9
parentgui-apps/wf-recorder: drop 0.2.1-r1 (diff)
downloadgentoo-1172ab9350bc87adce211fb565c5b872787b8834.tar.gz
gentoo-1172ab9350bc87adce211fb565c5b872787b8834.tar.bz2
gentoo-1172ab9350bc87adce211fb565c5b872787b8834.zip
gui-apps/wf-shell: EAPI 8 bump,switch to media-libs/libpulse
add missing dev-util/wayland-scanner Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--gui-apps/wf-shell/wf-shell-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild
index 08f4995b15b2..0734bbb0cb13 100644
--- a/gui-apps/wf-shell/wf-shell-9999.ebuild
+++ b/gui-apps/wf-shell/wf-shell-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2019-2020 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
"