summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-24 00:08:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-24 00:08:49 +0000
commit68fde50a8c3bcb619e558a21d4b3e97a8d495472 (patch)
treedc2013ec6e648e06915a3d0fa2b724cf7b9830a4 /xfce-extra/xfce4-notifyd
parentclean up (diff)
downloadgentoo-2-68fde50a8c3bcb619e558a21d4b3e97a8d495472.tar.gz
gentoo-2-68fde50a8c3bcb619e558a21d4b3e97a8d495472.tar.bz2
gentoo-2-68fde50a8c3bcb619e558a21d4b3e97a8d495472.zip
New snapshot.
(Portage version: 2.2_rc67/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.1.0_p20100824.ebuild40
2 files changed, 47 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index 40d995da2cf3..e6a60df091d5 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.3 2010/05/27 02:41:25 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.4 2010/08/24 00:08:49 ssuominen Exp $
+
+*xfce4-notifyd-0.1.0_p20100824 (24 Aug 2010)
+
+ 24 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.1.0_p20100824.ebuild:
+ New snapshot.
27 May 2010; Jeremy Olexa <darkside@gentoo.org>
xfce4-notifyd-0.1.0_p20100326.ebuild:
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild
new file mode 100644
index 000000000000..7a565c44ddeb
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2010 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.1.0_p20100824.ebuild,v 1.1 2010/08/24 00:08:49 ssuominen Exp $
+
+EAPI=2
+EAUTORECONF=yes
+inherit xfconf
+
+DESCRIPTION="A simple notification daemon for Xfce4"
+HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
+SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libsexy"
+
+RDEPEND=">=xfce-base/libxfce4util-4.4
+ >=xfce-base/libxfce4ui-4.7.0
+ xfce-base/xfconf
+ >=x11-libs/gtk+-2.14:2
+ >=sys-apps/dbus-1
+ >=dev-libs/dbus-glib-0.72
+ >=gnome-base/libglade-2.6
+ libsexy? ( >=x11-libs/libsexy-0.1.6 )
+ !<x11-libs/libnotify-0.4.5
+ !x11-misc/notification-daemon"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ sys-devel/gettext
+ xfce-base/exo"
+
+pkg_setup() {
+ XFCONF="--enable-maintainer-mode
+ --disable-dependency-tracking
+ $(use_enable libsexy)
+ $(xfconf_use_debug)"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+}