eva         14/12/23 23:30:23

  Modified:             ChangeLog
  Added:                notification-daemon-3.14.1.ebuild
  Log:
  Version bump for Gnome 3.14.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.99                 x11-misc/notification-daemon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   2 Jun 2014 18:11:06 -0000       1.98
+++ ChangeLog   23 Dec 2014 23:30:22 -0000      1.99
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/notification-daemon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 
1.98 2014/06/02 18:11:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 
1.99 2014/12/23 23:30:22 eva Exp $
+
+*notification-daemon-3.14.1 (23 Dec 2014)
+
+  23 Dec 2014; Gilles Dartiguelongue <[email protected]>
+  +notification-daemon-3.14.1.ebuild:
+  Version bump for Gnome 3.14.
 
   02 Jun 2014; Samuli Suominen <[email protected]>
   notification-daemon-0.7.6.ebuild:



1.1                  
x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild?rev=1.1&content-type=text/plain

Index: notification-daemon-3.14.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild,v
 1.1 2014/12/23 23:30:22 eva Exp $

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