summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-08-24 19:52:54 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-08-24 20:06:25 +0300
commitcaac0e63f98d13f48ba4e303a1934c60f93b9617 (patch)
tree3c09b2b1ccc8a0c3663485f615f11c6001716a99 /gui-apps
parentgui-wm/wayfire: sync live ebuild (diff)
downloadgentoo-caac0e63f98d13f48ba4e303a1934c60f93b9617.tar.gz
gentoo-caac0e63f98d13f48ba4e303a1934c60f93b9617.tar.bz2
gentoo-caac0e63f98d13f48ba4e303a1934c60f93b9617.zip
gui-apps/wf-shell: sync live ebuild
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'gui-apps')
-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