public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-misc/mate-notification-daemon/
@ 2017-03-15 17:05 Ettore Di Giacinto
  0 siblings, 0 replies; only message in thread
From: Ettore Di Giacinto @ 2017-03-15 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5cf7e451052beea4c0b10bf13f6527c874909b66
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:01:42 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 17:01:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5cf7e451

x11-misc/mate-notification-daemon: Version bump to 1.18.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/mate-notification-daemon/Manifest         |  1 +
 .../mate-notification-daemon-1.18.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 db7acf0..053307e 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,3 +1,4 @@
 DIST mate-notification-daemon-1.12.1.tar.xz 304752 SHA256 856bad2bb90e2b7d1124c0ae197c07a321b3cc2767897b3e6b78e59a3096a7dd SHA512 ce9cd1737cc70b0e17fa856730b51747f78bb40639ff58e205a3f1432edf53aba38442d59b7a4fca6ff460cbdc6c611c0a05a46bbf5db92db0ce5e714e19daae WHIRLPOOL b925ac68692f1535bc57bed23f9c19239583c5ca674e5f6493223d31ff6be6ca2bb94b89cdb12baa0eafcaad1cf1c3d6df7ee717b71730b6947be0c0c81a22cd
 DIST mate-notification-daemon-1.14.1.tar.xz 336196 SHA256 8ddefb29d5fe626787fba29d4e76993b5e0efcbd36b2bb9aa2faa1cd64f732fd SHA512 6913e0a7891726fb2f4098b4c7ba578344d29960e6d27a9fa917687f745aedb9482fb65ea9c6d8816a0c8e505ef586f13ac08b010e558b6557e14e8961b1c1f6 WHIRLPOOL ba9fe7f7e30d2a92b93c51a1564414c27ad5533a3dd5d5c5946c697d6d2c3fc0ed586bf051b65a6d06852b08517ca60a262946cfb6f4b415b0a9459307c0ec2a
 DIST mate-notification-daemon-1.16.1.tar.xz 337088 SHA256 dcbb253ecfb6dcd020cb1645cde319d98402c04a0df388834b5144f91e5cb9e6 SHA512 93c9a09801e54f7cd7f3c6542e3593886201bb59a9bca56af7454ff901540ef7fbb236c38786ba9444fe3aaff7598c549c274ce0a90fee27bcf28fc201f64b88 WHIRLPOOL 0053e914960def3f4ce158392a22a9badf1c36139ba11b4df96bb1c2b842f6f874f94180cf55b315c6a389f517685d047a93cbf811a36db760ee6f07dcbfc275
+DIST mate-notification-daemon-1.18.0.tar.xz 340828 SHA256 4c1f08fa348cdba0b7786a4207b0b4a40d06deb878f3d71ca1c7f71b53da1066 SHA512 5405a33dd4f78d22fa5f666b94b74d20c046518d5c631a95b286f370dfd6dc4d1ae6dd2b0676fcf8e01c1d1d40bbfd9055180e1cab869913c3d56a1a5d0872aa WHIRLPOOL 023d4f16b39da554162f463d57fd98b631f7cc900e360f881403bba540ecd98d1494867fe47959d4d4909dd1f80fa413a27d76d28f001d5660fd4ecbb9466ca6

diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.0.ebuild
new file mode 100644
index 0000000..d83471e
--- /dev/null
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 ~x86"
+fi
+
+DESCRIPTION="MATE Notification daemon"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="dev-libs/atk:0
+	>=dev-libs/dbus-glib-0.78:0
+	>=dev-libs/glib-2.36:2
+	>=sys-apps/dbus-1:0
+	x11-libs/cairo:0
+	>=x11-libs/gdk-pixbuf-2.22:2
+	>=x11-libs/libnotify-0.7:0
+	x11-libs/libX11:0
+	virtual/libintl:0
+	>=x11-libs/gtk+-3.14: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:0
+	>=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"
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-15 17:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 17:05 [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-misc/mate-notification-daemon/ Ettore Di Giacinto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox