diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-19 19:18:38 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-19 19:18:38 +0000 |
commit | a9ef17625552df0f76af423ad20a20cde8b12b58 (patch) | |
tree | 5a93fa68fd99e02cb6c4cb78ef13b3e9e2420c9b /x11-libs | |
parent | Revision bump for new genpatches. (diff) | |
download | gentoo-2-a9ef17625552df0f76af423ad20a20cde8b12b58.tar.gz gentoo-2-a9ef17625552df0f76af423ad20a20cde8b12b58.tar.bz2 gentoo-2-a9ef17625552df0f76af423ad20a20cde8b12b58.zip |
Added notification-daemon{,-xfce} in PDEPEND, to make notify-send workable, thank Christoph Mende in bug #253334.
(Portage version: 2.2_rc22/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.5.ebuild | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index 105d45df85f8..16a637e8446f 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.45 2009/01/18 13:19:42 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.46 2009/01/19 19:18:38 pva Exp $ + + 19 Jan 2009; Peter Volkov <pva@gentoo.org> libnotify-0.4.4.ebuild, + libnotify-0.4.5.ebuild: + Added notification-daemon{,-xfce} in PDEPEND, to make notify-send + workable, thank Christoph Mende in bug #253334. 18 Jan 2009; Peter Volkov <pva@gentoo.org> libnotify-0.4.4.ebuild, libnotify-0.4.5.ebuild: diff --git a/x11-libs/libnotify/libnotify-0.4.4.ebuild b/x11-libs/libnotify/libnotify-0.4.4.ebuild index de920504c5b9..a42ec5985d77 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-2009 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.13 2009/01/18 13:19:42 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.14 2009/01/19 19:18:38 pva Exp $ inherit eutils @@ -18,6 +18,8 @@ RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/dbus-glib-0.71" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" +PDEPEND="|| ( x11-misc/notification-daemon + x11-misc/notification-daemon-xfce )" src_install() { emake install DESTDIR="${D}" || die "make install failed" diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild index 1d55d4ae2b3c..b5d1df1fbd93 100644 --- a/x11-libs/libnotify/libnotify-0.4.5.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.3 2009/01/18 13:19:42 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.4 2009/01/19 19:18:38 pva Exp $ inherit eutils @@ -18,6 +18,8 @@ RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/dbus-glib-0.76" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" +PDEPEND="|| ( x11-misc/notification-daemon + x11-misc/notification-daemon-xfce )" src_install() { emake install DESTDIR="${D}" || die "make install failed" |