notification-daemon-0.ebuild 772 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2022 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Virtual for notification daemon dbus service"
  5. SLOT="0"
  6. KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
  7. IUSE="gnome kde"
  8. RDEPEND="
  9. gnome? ( || ( x11-misc/notification-daemon
  10. gnome-base/gnome-shell ) )
  11. kde? ( kde-plasma/plasma-workspace )
  12. !gnome? ( !kde? ( || (
  13. x11-misc/notification-daemon
  14. gnome-extra/cinnamon
  15. gui-apps/mako
  16. gui-apps/fnott
  17. xfce-extra/xfce4-notifyd
  18. x11-misc/notify-osd
  19. x11-misc/dunst
  20. >=x11-wm/awesome-3.4.4[dbus]
  21. x11-wm/enlightenment
  22. x11-misc/mate-notification-daemon
  23. lxqt-base/lxqt-notificationd
  24. net-misc/eventd[notification] ) ) )"