commit:     abac2751fc8bfbd5b6ea78c2e8c9c1740bdf1e16
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 09:19:36 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 11:11:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abac2751

x11-misc/mate-notification-daemon: Version bump (v1.22.0)

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-misc/mate-notification-daemon/Manifest         |  1 +
 .../mate-notification-daemon-1.22.0.ebuild         | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index fda72b8ba46..af8f8c6c18c 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1 +1,2 @@
 DIST mate-notification-daemon-1.18.1.tar.xz 330940 BLAKE2B 
e05d2b69a66037a49cf0a1aa44a417d9fb55fecc1dd713861907b38d0361d6a9d79faa95094027add0d0e549a979eb237e8e71e1e2102664813b7745f34316f3
 SHA512 
92edb738e38b879a94985d97c961fd900853e330cc49024cf33a1b564734e86c076b47a05c64ec7ea34a170425b97f80aedb60ad14db98718c4609c464e091e4
+DIST mate-notification-daemon-1.22.0.tar.xz 360676 BLAKE2B 
0eb50a6179b5b90243e8206bbbb6c3ce1bf65cf3b2969e0c259e4bdebdf6e86d769f74020509cc170b087a02c6295007f83efc950407f803be6e717b0fc900ae
 SHA512 
1345604dee1315843ad5a6920aab7cbe1544c8f7c7ccea686e5684c7ea5272fa09d27edbcc996f6a568f8b3760f561b84901c44f93f1b3ae2d5ddcd3c3ce86fc

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild
new file mode 100644
index 00000000000..f9f44a9d3f4
--- /dev/null
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE Notification daemon"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="dev-libs/atk
+       >=dev-libs/dbus-glib-0.78
+       >=dev-libs/glib-2.50:2
+       >=sys-apps/dbus-1
+       x11-libs/cairo
+       >=x11-libs/gdk-pixbuf-2.22:2
+       >=x11-libs/libnotify-0.7
+       x11-libs/libX11
+       virtual/libintl
+       >=x11-libs/gtk+-3.22:3
+       >=x11-libs/libwnck-3:3
+       >=media-libs/libcanberra-0.4:0[gtk3]
+       !x11-misc/notify-osd
+       !x11-misc/qtnotifydaemon
+       !x11-misc/notification-daemon"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+       app-arch/xz-utils
+       >=dev-util/intltool-0.50.1
+       sys-devel/gettext:*
+       >=sys-devel/libtool-2.2.6:2
+       virtual/pkgconfig:*"
+
+src_configure() {
+       mate_src_configure
+}
+
+src_install() {
+       mate_src_install
+
+       insinto /usr/share/dbus-1/services
+       doins "${FILESDIR}/org.freedesktop.Notifications.service"
+}

Reply via email to