summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-26 16:27:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-26 16:27:39 +0000
commit49c622ff3b9d006a2cbc1ef758be2c2dae99b635 (patch)
treecc3eff47ec121b14470c078964001e414ef1cc41 /xfce-extra
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-49c622ff3b9d006a2cbc1ef758be2c2dae99b635.tar.gz
gentoo-2-49c622ff3b9d006a2cbc1ef758be2c2dae99b635.tar.bz2
gentoo-2-49c622ff3b9d006a2cbc1ef758be2c2dae99b635.zip
Revision bump and use xfconf.eclass.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog46
-rw-r--r--xfce-extra/xfce4-notifyd/metadata.xml8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild50
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild40
4 files changed, 144 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
new file mode 100644
index 000000000000..1fb6114dabcf
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/ChangeLog
@@ -0,0 +1,46 @@
+# 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.1 2010/03/26 16:27:39 ssuominen Exp $
+
+*xfce4-notifyd-0.1.0_p20100326 (26 Mar 2010)
+
+ 26 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.1.0_p20100326.ebuild:
+ Revision bump and use xfconf.eclass.
+
+ 27 Sep 2009; Markus Meier <maekke@gentoo.org>
+ xfce4-notifyd-0.1.0_p20090722.ebuild:
+ amd64/x86 stable, bug #286072
+
+ 23 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-notifyd-0.1.0_p20090722.ebuild:
+ DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger
+ for reporting.
+
+*xfce4-notifyd-0.1.0_p20090722 (22 Jul 2009)
+
+ 22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.1.0_p20090722.ebuild:
+ Version bump (snapshot).
+
+*xfce4-notifyd-0.1.0-r1 (22 Jul 2009)
+
+ 22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.1.0-r1.ebuild,
+ +files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch:
+ Send second argument (close) to libnotify for compability with 0.4.5.
+
+ 01 May 2009; Jeremy Olexa <darkside@gentoo.org>
+ xfce4-notifyd-0.1.0.ebuild:
+ Move use_enable out of global scope
+
+ 03 Apr 2009; <chainsaw@gentoo.org> xfce4-notifyd-0.1.0.ebuild:
+ Block x11-misc/notification-daemon as it provides the same D-Bus service.
+ A prerequisite to resolving bug #260686 by Joshua Rich.
+
+*xfce4-notifyd-0.1.0 (10 Mar 2009)
+
+ 10 Mar 2009; Christoph Mende <angelos@gentoo.org>
+ +xfce4-notifyd-0.1.0.ebuild:
+ Initial import
+
diff --git a/xfce-extra/xfce4-notifyd/metadata.xml b/xfce-extra/xfce4-notifyd/metadata.xml
new file mode 100644
index 000000000000..3cc1424f7391
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>xfce</herd>
+ <use>
+ <flag name="libsexy">Enable support for <pkg>x11-libs/libsexy</pkg></flag>
+ </use>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild
new file mode 100644
index 000000000000..24c6de0820e3
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild
@@ -0,0 +1,50 @@
+# 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_p20090722.ebuild,v 1.1 2010/03/26 16:27:39 ssuominen Exp $
+
+EAPI=2
+inherit autotools
+
+DESCRIPTION="Xfce4 notification daemon"
+HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="debug nls +libsexy"
+
+RDEPEND=">=dev-libs/dbus-glib-0.72
+ >=gnome-base/libglade-2.6
+ >=x11-libs/gtk+-2.10:2
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/libxfcegui4-4.6
+ >=xfce-base/xfconf-4.6
+ xfce-base/exo
+ libsexy? ( >=x11-libs/libsexy-0.1.6 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/xfce4-dev-tools
+ nls? ( dev-util/intltool
+ sys-devel/gettext )
+ !<x11-libs/libnotify-0.4.5
+ !x11-misc/notification-daemon
+ !xfce-extra/notification-daemon-xfce"
+
+src_prepare() {
+ AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf
+}
+
+src_configure() {
+ econf \
+ --enable-maintainer-mode \
+ --disable-dependency-tracking \
+ $(use_enable nls) \
+ $(use_enable libsexy) \
+ $(use_enable debug)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild
new file mode 100644
index 000000000000..460aad55ff68
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.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_p20100326.ebuild,v 1.1 2010/03/26 16:27:39 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/libxfcegui4-4.5.3
+ >=xfce-base/xfconf-0.1
+ >=x11-libs/gtk+-2.10: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() {
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+ XFCONF="--enable-maintainer-mode
+ --disable-dependency-tracking
+ $(use_enable libsexy)
+ $(xfconf_use_debug)"
+}