diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-10 14:41:04 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-10 14:41:04 +0000 |
commit | efe3174fb040ca50bc451ab89694097939f7bc22 (patch) | |
tree | 7de3377ce1b4e0965246b5f9359f05ebe44c96ed | |
parent | Version bump (diff) | |
download | gentoo-2-efe3174fb040ca50bc451ab89694097939f7bc22.tar.gz gentoo-2-efe3174fb040ca50bc451ab89694097939f7bc22.tar.bz2 gentoo-2-efe3174fb040ca50bc451ab89694097939f7bc22.zip |
Initial import
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/xfce4-notifyd/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xfce4-notifyd/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild | 29 |
3 files changed, 47 insertions, 0 deletions
diff --git a/x11-misc/xfce4-notifyd/ChangeLog b/x11-misc/xfce4-notifyd/ChangeLog new file mode 100644 index 000000000000..de76b247858f --- /dev/null +++ b/x11-misc/xfce4-notifyd/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/xfce4-notifyd +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.1 2009/03/10 14:41:04 angelos Exp $ + +*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/x11-misc/xfce4-notifyd/metadata.xml b/x11-misc/xfce4-notifyd/metadata.xml new file mode 100644 index 000000000000..26eb7f58a01f --- /dev/null +++ b/x11-misc/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/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild new file mode 100644 index 000000000000..a70ace788e55 --- /dev/null +++ b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v 1.1 2009/03/10 14:41:04 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +XFCE_VERSION="4.6" + +DESCRIPTION="Xfce4 notification daemon" +HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd" +SRC_URI="http://spuriousinterrupt.org/files/${PN}/${P}.tar.bz2" +KEYWORDS="~amd64 ~x86" +IUSE="debug libsexy" + +RDEPEND="dev-libs/dbus-glib + gnome-base/libglade + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-${XFCE_VERSION} + >=xfce-base/libxfcegui4-${XFCE_VERSION} + >=xfce-base/xfconf-${XFCE_VERSION} + libsexy? ( x11-libs/libsexy )" +DEPEND="${RDEPEND} + dev-util/intltool" + +XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |