summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-03 18:39:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-03 18:39:37 +0000
commitec305bbb7a89c8b582f2a974b44b25b0f56657d2 (patch)
treea69c9a2049dde8ea1627489f0e5c0227e01f771b /xfce-extra/xfce4-notifyd
parentAdded ~ppc/~ppc64 wrt #341149 (diff)
downloadgentoo-2-ec305bbb7a89c8b582f2a974b44b25b0f56657d2.tar.gz
gentoo-2-ec305bbb7a89c8b582f2a974b44b25b0f56657d2.tar.bz2
gentoo-2-ec305bbb7a89c8b582f2a974b44b25b0f56657d2.zip
Version bump.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild37
2 files changed, 44 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index ab0d88022ef6..29c4440187f6 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.8 2011/01/16 18:56:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.9 2011/02/03 18:39:37 ssuominen Exp $
+
+*xfce4-notifyd-0.2.1 (03 Feb 2011)
+
+ 03 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.2.1.ebuild:
+ Version bump.
16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-notifyd-0.2.0-r1.ebuild:
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild
new file mode 100644
index 000000000000..36c8fb2bb588
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.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.ebuild,v 1.1 2011/02/03 18:39:37 ssuominen Exp $
+
+EAPI=3
+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
+ !<x11-libs/libnotify-0.4.5
+ !x11-misc/notification-daemon"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+pkg_setup() {
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS NEWS README TODO"
+}