* [gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/
@ 2023-01-25 10:34 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-01-25 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 1b57866cff7ec63e20e874d2e7551e9ba21d0358
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Jan 24 18:41:21 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:41:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b57866c
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 <AT> wt.gd>
virtual/notification-daemon/Manifest | 1 +
.../notification-daemon-0.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
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] ) ) )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/
@ 2023-01-25 10:34 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-01-25 10:34 UTC (permalink / raw
To: gentoo-commits
commit: dc8ceaacf6240d5f430be61fd89ce1450ac874db
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Jan 24 18:55:39 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:56:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc8ceaac
virtual/notification-daemon: revbump, EAPI8
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
virtual/notification-daemon/Manifest | 1 -
.../{notification-daemon-0.ebuild => notification-daemon-0-r1.ebuild} | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/virtual/notification-daemon/Manifest b/virtual/notification-daemon/Manifest
deleted file mode 100644
index 5083a1988..000000000
--- a/virtual/notification-daemon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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-r1.ebuild
similarity index 94%
rename from virtual/notification-daemon/notification-daemon-0.ebuild
rename to virtual/notification-daemon/notification-daemon-0-r1.ebuild
index 44040f089..86af78474 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DESCRIPTION="Virtual for notification daemon dbus service"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/
@ 2023-01-25 10:34 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2023-01-25 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 2adbf6778aeaf07311cb03da76ce5555f78128c5
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jan 25 01:42:07 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 01:42:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2adbf677
Revert "virtual/notification-daemon: add gui-apps/swaync"
Adding to GURU is against rules since overwrites ::gentoo package.
Instead going to upstream gui-apps/swaync and add to ::gentoo.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
.../notification-daemon-0-r1.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/virtual/notification-daemon/notification-daemon-0-r1.ebuild b/virtual/notification-daemon/notification-daemon-0-r1.ebuild
deleted file mode 100644
index 86af78474..000000000
--- a/virtual/notification-daemon/notification-daemon-0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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] ) ) )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-25 10:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 10:34 [gentoo-commits] repo/proj/guru:master commit in: virtual/notification-daemon/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-01-25 10:34 Florian Schmaus
2023-01-25 10:34 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox