diff options
author | 2011-05-01 09:29:58 +0000 | |
---|---|---|
committer | 2011-05-01 09:29:58 +0000 | |
commit | e91f4c02efb056b549fc01a0be41691c0f82827d (patch) | |
tree | 110d13022494914413fc4c84eb76b81e1165c520 /xfce-extra/xfce4-notifyd | |
parent | Version BUmp, #354925 (diff) | |
download | gentoo-2-e91f4c02efb056b549fc01a0be41691c0f82827d.tar.gz gentoo-2-e91f4c02efb056b549fc01a0be41691c0f82827d.tar.bz2 gentoo-2-e91f4c02efb056b549fc01a0be41691c0f82827d.zip |
New snapshot and remove blockers on other notification daemons because of the new unique dbus service filename.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r-- | xfce-extra/xfce4-notifyd/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild | 37 |
2 files changed, 45 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog index cfc5ebbad546..4c1c34c00ad2 100644 --- a/xfce-extra/xfce4-notifyd/ChangeLog +++ b/xfce-extra/xfce4-notifyd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for xfce-extra/xfce4-notifyd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.11 2011/03/22 10:47:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.12 2011/05/01 09:29:58 ssuominen Exp $ + +*xfce4-notifyd-0.2.1_p20110501 (01 May 2011) + + 01 May 2011; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-notifyd-0.2.1_p20110501.ebuild: + New snapshot and remove blockers on other notification daemons because of the + new unique dbus service filename. 22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-notifyd-0.2.1.ebuild: x86 stable per bug 358407 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild new file mode 100644 index 000000000000..068bef684351 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1_p20110501.ebuild,v 1.1 2011/05/01 09:29:58 ssuominen Exp $ + +EAPI=4 +EAUTORECONF=yes +inherit xfconf + +DESCRIPTION="Notification daemon for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" +SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" +#SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4util-4.8 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/xfconf-4.8 + >=x11-libs/gtk+-2.14:2 + >=sys-apps/dbus-1.4.1 + >=dev-libs/dbus-glib-0.88" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=( + --enable-maintainer-mode + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS NEWS README TODO ) +} |