summaryrefslogtreecommitdiff
path: root/gui-apps/wf-shell/wf-shell-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-25 14:56:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-25 14:56:25 +0100
commit5c42677148c717eb9f4673237db807f74740b4e9 (patch)
treeee9f721e91477693459f31721790f2f41839a74c /gui-apps/wf-shell/wf-shell-9999.ebuild
parentc9b5a916efac64df2a39870a92cc6b67116d1b9f (diff)
gentoo auto-resync : 25:08:2024 - 14:56:25
Diffstat (limited to 'gui-apps/wf-shell/wf-shell-9999.ebuild')
-rw-r--r--gui-apps/wf-shell/wf-shell-9999.ebuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild
index 11f4142ea117..1be6243f8563 100644
--- a/gui-apps/wf-shell/wf-shell-9999.ebuild
+++ b/gui-apps/wf-shell/wf-shell-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/WayfireWM/wf-shell"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/wf-shell.git"
- SLOT="0/0.8"
+ SLOT="0/0.10"
else
SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64"
@@ -25,14 +25,22 @@ IUSE="+pulseaudio"
RESTRICT="test"
DEPEND="
+ dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0[wayland]
+ dev-libs/glib:2
dev-libs/gobject-introspection
+ dev-libs/libsigc++:2
dev-libs/libdbusmenu[gtk3]
>=gui-libs/gtk-layer-shell-0.6
dev-libs/wayland
- >=gui-libs/wf-config-0.7.0
+ >=gui-libs/wf-config-0.7.0:=
gui-wm/wayfire
- pulseaudio? ( media-libs/libpulse )
+ x11-libs/cairo
+ x11-libs/gtk+:3
+ pulseaudio? (
+ media-libs/alsa-lib
+ media-libs/libpulse
+ )
"
RDEPEND="${DEPEND}
gui-apps/wayland-logout