commit: 6a632acebf12104f881c4672b568c9955b278395
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 19:53:50 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 18:38:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a632ace
xfce-extra/xfce4-notifyd: Depend on libcanberra-gtk3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{xfce4-notifyd-0.9.6.ebuild => xfce4-notifyd-0.9.6-r1.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild
similarity index 93%
rename from xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
rename to xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild
index 0670bff5128f..c15c4c5bc442 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild
@@ -27,9 +27,10 @@ DEPEND="
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.14.0:=
>=xfce-base/xfconf-4.10:=
- sound? (
- >=media-libs/libcanberra-0.30[gtk3]
- )
+ sound? ( || (
+ media-libs/libcanberra-gtk3
+ >=media-libs/libcanberra-0.30[gtk3(-)]
+ ) )
wayland? (
>=gui-libs/gtk-layer-shell-0.7.0
)