diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-07 07:49:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-07 07:49:34 +0000 |
commit | 3ff2be94bea9bb42da60f69157a379ad38b7df41 (patch) | |
tree | 0652c6a5aa145f77bab6a2b4b08650a1a4e54af4 /xfce-extra | |
parent | Initial import (diff) | |
download | gentoo-2-3ff2be94bea9bb42da60f69157a379ad38b7df41.tar.gz gentoo-2-3ff2be94bea9bb42da60f69157a379ad38b7df41.tar.bz2 gentoo-2-3ff2be94bea9bb42da60f69157a379ad38b7df41.zip |
Initial import
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/metadata.xml | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild | 29 |
3 files changed, 45 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog new file mode 100644 index 000000000000..47bb2254e0b9 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-indicator-plugin +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.4 2011/05/07 07:49:34 angelos Exp $ + +*xfce4-indicator-plugin-0.2.1 (07 May 2011) + + 07 May 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-indicator-plugin-0.2.1.ebuild, +metadata.xml: + Initial import + diff --git a/xfce-extra/xfce4-indicator-plugin/metadata.xml b/xfce-extra/xfce4-indicator-plugin/metadata.xml new file mode 100644 index 000000000000..086125e6179b --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> +</pkgmetadata> + diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild new file mode 100644 index 000000000000..bc1a06793608 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild,v 1.1 2011/05/07 07:49:34 angelos Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="A panel plugin that uses indicator-applet to show new messages" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.2/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-libs/libindicator + x11-libs/gtk+:2 + xfce-base/libxfce4util + xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=( --disable-static $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS README THANKS ) +} |