mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
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:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit meson vala gnome2-utils
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
inherit meson vala gnome2-utils python-any-r1
|
||||||
|
|
||||||
MY_PN="SwayNotificationCenter"
|
MY_PN="SwayNotificationCenter"
|
||||||
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
||||||
@@ -18,23 +19,22 @@ IUSE="pulseaudio"
|
|||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-lang/sassc
|
dev-lang/sassc
|
||||||
dev-libs/granite
|
|
||||||
dev-libs/libgee
|
|
||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
|
dev-libs/granite:=
|
||||||
dev-libs/json-glib
|
dev-libs/json-glib
|
||||||
pulseaudio? (
|
dev-libs/libgee:0.8=
|
||||||
media-libs/libpulse
|
|
||||||
)
|
|
||||||
dev-libs/wayland
|
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
|
gui-libs/libhandy:1
|
||||||
sys-apps/dbus
|
sys-apps/dbus
|
||||||
x11-libs/gdk-pixbuf:2
|
x11-libs/gdk-pixbuf:2
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
|
pulseaudio? ( media-libs/libpulse )
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
${PYTHON_DEPS}
|
||||||
$(vala_depend)
|
$(vala_depend)
|
||||||
app-text/scdoc
|
app-text/scdoc
|
||||||
"
|
"
|
||||||
Reference in New Issue
Block a user