aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2023-01-24 13:41:21 -0500
committerJoe Kappus <joe@wt.gd>2023-01-24 13:41:29 -0500
commit1b57866cff7ec63e20e874d2e7551e9ba21d0358 (patch)
tree10ed88c43a90d0fcf0a9b9b939debfdef3d0887a /virtual
parentdev-libs/libdbf: remove .la file (diff)
downloadguru-1b57866cff7ec63e20e874d2e7551e9ba21d0358.tar.gz
guru-1b57866cff7ec63e20e874d2e7551e9ba21d0358.tar.bz2
guru-1b57866cff7ec63e20e874d2e7551e9ba21d0358.zip
virtual/notification-daemon: add gui-apps/swaync
We have swaync in GURU, ::gentoo doesn't So update this virtual as swaync provides a working notification-daemon Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/notification-daemon/Manifest1
-rw-r--r--virtual/notification-daemon/notification-daemon-0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/virtual/notification-daemon/Manifest b/virtual/notification-daemon/Manifest
new file mode 100644
index 000000000..5083a1988
--- /dev/null
+++ b/virtual/notification-daemon/Manifest
@@ -0,0 +1 @@
+EBUILD notification-daemon-0.ebuild 779 BLAKE2B 4585d75911ea829167f2f41894b0aad699eb7b254804ecb2f83fd383f882ede51e4043cbc0921cbf81fc469060e323da30d7616194fc947e789b3ce73b272f46 SHA512 074f71dc944825238cec1629e16ef56f536d3d205c099e22bd85eb6fba7cb37547fc8532a52a70f5bf3c86070bc1bd63f8a745d600b8c69b6868e1c796742cd5
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild
new file mode 100644
index 000000000..44040f089
--- /dev/null
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for notification daemon dbus service"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gnome kde"
+
+RDEPEND="
+ gnome? ( || ( x11-misc/notification-daemon
+ gnome-base/gnome-shell ) )
+ kde? ( kde-plasma/plasma-workspace )
+ !gnome? ( !kde? ( || (
+ x11-misc/notification-daemon
+ gnome-extra/cinnamon
+ gui-apps/mako
+ gui-apps/swaync
+ xfce-extra/xfce4-notifyd
+ x11-misc/notify-osd
+ x11-misc/dunst
+ >=x11-wm/awesome-3.4.4[dbus]
+ x11-wm/enlightenment
+ x11-misc/mate-notification-daemon
+ lxqt-base/lxqt-notificationd
+ net-misc/eventd[notification] ) ) )"