diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-05-26 18:47:11 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-05-26 18:47:11 +0000 |
commit | b1b3cc15908eff2670ffb52b72d4dd7776f26981 (patch) | |
tree | 6242538dba9d85b31e9f6fddb326d9f6a00c1931 /x11-libs/libnotify | |
parent | Version bump, ocaml 3.10 ready (diff) | |
download | gentoo-2-b1b3cc15908eff2670ffb52b72d4dd7776f26981.tar.gz gentoo-2-b1b3cc15908eff2670ffb52b72d4dd7776f26981.tar.bz2 gentoo-2-b1b3cc15908eff2670ffb52b72d4dd7776f26981.zip |
Add notification-daemon-xfce as second alternative to notification-daemon.
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index f7c51efe72d8..113c10888495 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.30 2007/02/28 23:06:29 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.31 2007/05/26 18:47:11 drac Exp $ + + 26 May 2007; Samuli Suominen <drac@gentoo.org> libnotify-0.4.3.ebuild, + libnotify-0.4.4.ebuild: + Add notification-daemon-xfce as second alternative to notification-daemon. *libnotify-0.4.4 (28 Feb 2007) diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild index 37aa8b3b55c7..ea97a4688b4f 100644 --- a/x11-libs/libnotify/libnotify-0.4.3.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.9 2007/02/05 23:30:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.10 2007/05/26 18:47:11 drac Exp $ inherit eutils @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.6 ( >=dev-libs/dbus-glib-0.71 ) ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) ) - x11-misc/notification-daemon" + || ( x11-misc/notification-daemon xfce-extra/notification-daemon-xfce )" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" diff --git a/x11-libs/libnotify/libnotify-0.4.4.ebuild b/x11-libs/libnotify/libnotify-0.4.4.ebuild index 0cb058fde914..c9e0fa6ebca2 100644 --- a/x11-libs/libnotify/libnotify-0.4.4.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.1 2007/02/28 23:06:29 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.2 2007/05/26 18:47:11 drac Exp $ inherit eutils @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.6 ( >=dev-libs/dbus-glib-0.71 ) ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) ) - x11-misc/notification-daemon" + || ( x11-misc/notification-daemon xfce-extra/notification-daemon-xfce )" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" |