commit:     09f3f83a7f012a4a4799df12f514241761ee7469
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  2 16:22:33 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov  2 16:24:13 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=09f3f83a

x11-misc/notification-daemon: 0.7.6 → 3.14.0

---
 x11-misc/notification-daemon/metadata.xml          |  5 +++
 .../notification-daemon-3.14.0.ebuild              | 46 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/notification-daemon/metadata.xml 
b/x11-misc/notification-daemon/metadata.xml
new file mode 100644
index 0000000..8542880
--- /dev/null
+++ b/x11-misc/notification-daemon/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <herd>freedesktop</herd>
+</pkgmetadata>

diff --git a/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild 
b/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild
new file mode 100644
index 0000000..b99028b
--- /dev/null
+++ b/x11-misc/notification-daemon/notification-daemon-3.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit gnome.org
+
+DESCRIPTION="Notification daemon"
+HOMEPAGE="http://git.gnome.org/browse/notification-daemon/";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+       >=dev-libs/glib-2.28
+       >=x11-libs/gtk+-3.8:3
+       sys-apps/dbus
+       media-libs/libcanberra[gtk3]
+       >=x11-libs/libnotify-0.7
+       x11-libs/libX11
+       !x11-misc/notify-osd
+       !x11-misc/qtnotifydaemon
+"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       sys-devel/gettext
+       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
+}

Reply via email to