mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/swaync: Fixed BDEPEND
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -5,6 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
PYTHON_COMPAT=( python3_{12..14} )
|
||||||
inherit meson vala gnome2-utils python-any-r1
|
inherit meson vala gnome2-utils python-any-r1
|
||||||
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
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"
|
||||||
@@ -22,15 +23,14 @@ DEPEND="
|
|||||||
dev-libs/glib:2
|
dev-libs/glib:2
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
>=dev-libs/granite-7.0.0:=
|
>=dev-libs/granite-7.0.0:=
|
||||||
dev-util/blueprint-compiler
|
|
||||||
dev-libs/json-glib
|
dev-libs/json-glib
|
||||||
dev-libs/libgee:0.8=
|
dev-libs/libgee:0.8=
|
||||||
gui-libs/gtk4-layer-shell[introspection,vala]
|
gui-libs/gtk4-layer-shell[introspection,vala]
|
||||||
|
gui-libs/gtk:4[introspection,wayland]
|
||||||
gui-libs/libhandy:1
|
gui-libs/libhandy:1
|
||||||
|
pulseaudio? ( media-libs/libpulse )
|
||||||
sys-apps/dbus
|
sys-apps/dbus
|
||||||
x11-libs/gdk-pixbuf:2
|
x11-libs/gdk-pixbuf:2
|
||||||
gui-libs/gtk:4[introspection,wayland]
|
|
||||||
pulseaudio? ( media-libs/libpulse )
|
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
@@ -41,6 +41,7 @@ BDEPEND="
|
|||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
$(vala_depend)
|
$(vala_depend)
|
||||||
app-text/scdoc
|
app-text/scdoc
|
||||||
|
dev-util/blueprint-compiler
|
||||||
"
|
"
|
||||||
# https://bugs.gentoo.org/961696
|
# https://bugs.gentoo.org/961696
|
||||||
BDEPEND+=">=dev-build/meson-1.8.2"
|
BDEPEND+=">=dev-build/meson-1.8.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user