Skip to content

Commit

Permalink
gui-apps/wf-shell: EAPI 8 bump,switch to media-libs/libpulse
Browse files Browse the repository at this point in the history
add missing dev-util/wayland-scanner

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 29, 2023
1 parent 8d221a0 commit 1172ab9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gui-apps/wf-shell/wf-shell-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
"

Expand Down

0 comments on commit 1172ab9

Please sign in to comment.