gui-apps/swaync: inherit python-any-r1

Closes: https://bugs.gentoo.org/872464
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-03-18 20:33:25 +09:00
parent 22f6787526
commit b3bf1ae0a3

View File

@@ -1,9 +1,10 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson vala gnome2-utils
PYTHON_COMPAT=( python3_{10..12} )
inherit meson vala gnome2-utils python-any-r1
MY_PN="SwayNotificationCenter"
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
@@ -18,23 +19,22 @@ IUSE="pulseaudio"
DEPEND="
dev-lang/sassc
dev-libs/granite
dev-libs/libgee
dev-libs/glib:2
dev-libs/gobject-introspection
dev-libs/granite:=
dev-libs/json-glib
pulseaudio? (
media-libs/libpulse
)
dev-libs/libgee:0.8=
dev-libs/wayland
>=gui-libs/gtk-layer-shell-0.7.0[introspection,vala]
>=gui-libs/gtk-layer-shell-0.8.0[introspection,vala]
gui-libs/libhandy:1
sys-apps/dbus
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
pulseaudio? ( media-libs/libpulse )
"
RDEPEND="${DEPEND}"
BDEPEND="
${PYTHON_DEPS}
$(vala_depend)
app-text/scdoc
"