diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
commit | 677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch) | |
tree | 6c418a1546fff5becab5d8b9ed6803323e7f316e /x11-misc/notification-daemon | |
parent | fbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff) |
gentoo resync : 10.09.2021
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r-- | x11-misc/notification-daemon/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest index f3f15ee45330..13a10e2b8114 100644 --- a/x11-misc/notification-daemon/Manifest +++ b/x11-misc/notification-daemon/Manifest @@ -1,4 +1,3 @@ DIST notification-daemon-3.20.0.tar.xz 340752 BLAKE2B 9ded1efdb38de0097495ff570b9b91eb151e5eb030fcb9364a5ac04a4a5631c0a8483dc4068dd806d54ef0a096062ca92f9783f2030edb57f681b82015cf8584 SHA512 d9311c71a2915cb6e55bd1408e60b4d7b7fc24114410b8bd8cb358fe86c100198567099843b967f7e01ca03c91afe3f3980fb30b7f2c138bdab949e0e196a0f8 EBUILD notification-daemon-3.20.0-r1.ebuild 849 BLAKE2B 217199a1e274edf598d59c17c6f65f8a17b84ab0ab750fecadfc5575f5750042882d00424e2d0b84a6192d05bd91d54e9ec12179a4f6eac8994cd2795666f03f SHA512 2049a8f8f3cdd1627f3c16f2ca17ee83f0d434afd46cc7fa4cdbc129e267fe458eedd954804834f0d799f593a3a4d3a261c5e4bf7deec39f5553fe8d0487cece -EBUILD notification-daemon-3.20.0.ebuild 922 BLAKE2B 82a6de852b65ea70b4516c41d6fe6521809a926f7eaa1e92905fc6113c0c14a22306a670666d7c7a3fdc8be7396034860636080efe55e8f3eeb4ddf87bb3bda3 SHA512 e08f853f4246530fb81e81ff431b9f95af71a28de6bcce35621995267ae68cf4e4cc3176c97fac6bb26dd5fe76117bcdd78464b2f3e1d22ba61a81f18ed6a319 MISC metadata.xml 270 BLAKE2B 9c2dafa0390cfc7b94b5c44505d72021bf57cf8ffb35be7a3327f4316c3e4b2dbbfa0325d97243a8ea933440a5678cc5d35c639f5aa210b1d5ceb8ab65eb5d90 SHA512 92c366ec57074ced42e6f9960f97d1cd1a022dba7450b51f3617a6a5e00c755496dfa84aa4ac259f4b00c676366b1eaa3ec30eeb9bcb0bf41253d1910005db2f diff --git a/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild b/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild deleted file mode 100644 index 9a03ffc1902a..000000000000 --- a/x11-misc/notification-daemon/notification-daemon-3.20.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome.org - -DESCRIPTION="Notification daemon" -HOMEPAGE="https://gitlab.gnome.org/GNOME/notification-daemon/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=x11-libs/gtk+-3.19.5:3[X] - sys-apps/dbus - x11-libs/libX11 - !x11-misc/notify-osd - !x11-misc/qtnotifydaemon -" -DEPEND="${RDEPEND} - dev-util/gdbus-codegen - >=sys-devel/gettext-0.19.4 - virtual/pkgconfig -" - -DOCS=( AUTHORS ChangeLog NEWS ) - -src_install() { - default - - cat <<-EOF > "${T}"/org.freedesktop.Notifications.service - [D-BUS Service] - Name=org.freedesktop.Notifications - Exec=/usr/libexec/notification-daemon - EOF - - insinto /usr/share/dbus-1/services - doins "${T}"/org.freedesktop.Notifications.service -} |