diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-08-06 18:16:06 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-08-06 18:16:06 +0000 |
commit | bea39f5edb7b8f51d6da07bacf44f2c6a3e30395 (patch) | |
tree | 6be60a76e1e9b5d0d38e6fa24f950206b8dad6c9 /xfce-extra | |
parent | media-sound/lltag: Bump to 0.14.4 (diff) | |
download | gentoo-2-bea39f5edb7b8f51d6da07bacf44f2c6a3e30395.tar.gz gentoo-2-bea39f5edb7b8f51d6da07bacf44f2c6a3e30395.tar.bz2 gentoo-2-bea39f5edb7b8f51d6da07bacf44f2c6a3e30395.zip |
Version bump
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-notifyd/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog index 4c1c34c00ad2..35d8a4993454 100644 --- a/xfce-extra/xfce4-notifyd/ChangeLog +++ b/xfce-extra/xfce4-notifyd/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2011/05/01 09:29:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.13 2011/08/06 18:16:06 angelos Exp $ + +*xfce4-notifyd-0.2.2 (06 Aug 2011) + + 06 Aug 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-notifyd-0.2.2.ebuild: + Version bump *xfce4-notifyd-0.2.1_p20110501 (01 May 2011) diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild new file mode 100644 index 000000000000..8a12c98c17c6 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.2.ebuild @@ -0,0 +1,31 @@ +# 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.2.ebuild,v 1.1 2011/08/06 18:16:06 angelos Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="Notification daemon for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd" +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=( $(xfconf_use_debug) ) + DOCS=( AUTHORS NEWS README TODO ) +} |