summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-09 09:41:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-09 09:41:47 +0000
commit8053a87bcd4385eb9f378129bde9b60c7e675a3a (patch)
tree0ed2208e87d978e0c4a64a40edb95cd36a4da29c /xfce-extra
parentFix S (thanks Alessio De Marchi, bug 469064) (diff)
downloadgentoo-2-8053a87bcd4385eb9f378129bde9b60c7e675a3a.tar.gz
gentoo-2-8053a87bcd4385eb9f378129bde9b60c7e675a3a.tar.bz2
gentoo-2-8053a87bcd4385eb9f378129bde9b60c7e675a3a.zip
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index 4bcc063f3a43..2594aabb2309 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.19 2013/04/21 09:32:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.20 2013/05/09 09:41:47 ssuominen Exp $
+
+*xfce4-notifyd-0.2.4 (09 May 2013)
+
+ 09 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.2.4.ebuild:
+ Version bump.
*xfce4-notifyd-0.2.3 (21 Apr 2013)
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
new file mode 100644
index 000000000000..c2be990be104
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 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.4.ebuild,v 1.1 2013/05/09 09:41:47 ssuominen Exp $
+
+EAPI=5
+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}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/dbus-glib-0.100
+ >=sys-apps/dbus-1.6
+ >=x11-libs/gtk+-2.14:2
+ >=x11-libs/libnotify-0.7
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfconf-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS NEWS README TODO )
+}