summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-19 02:14:33 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-19 02:14:33 +0000
commitf3b030ef02ec2ab553e83efafe64fa4b180d471f (patch)
tree678b7c6bd2a6bac94a6fadffc8ad4afeda4ba615 /x11-misc/notification-daemon
parentold (diff)
downloadgentoo-2-f3b030ef02ec2ab553e83efafe64fa4b180d471f.tar.gz
gentoo-2-f3b030ef02ec2ab553e83efafe64fa4b180d471f.tar.bz2
gentoo-2-f3b030ef02ec2ab553e83efafe64fa4b180d471f.zip
Install org.freedesktop.Notifications.service like it was in 0.5.0.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r--x11-misc/notification-daemon/ChangeLog6
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild15
2 files changed, 19 insertions, 2 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog
index b098b13848f8..1f4ed2a50c11 100644
--- a/x11-misc/notification-daemon/ChangeLog
+++ b/x11-misc/notification-daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/notification-daemon
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.83 2011/10/19 02:06:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.84 2011/10/19 02:14:33 ssuominen Exp $
+
+ 19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ notification-daemon-0.7.3.ebuild:
+ Install org.freedesktop.Notifications.service like it was in 0.5.0.
19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
-notification-daemon-0.7.1.ebuild:
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild
index d54828c3b91a..306e15270345 100644
--- a/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild
+++ b/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild,v 1.1 2011/10/19 02:05:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.3.ebuild,v 1.2 2011/10/19 02:14:33 ssuominen Exp $
EAPI=4
inherit gnome.org
@@ -26,3 +26,16 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
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
+}