diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-21 16:20:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-21 16:20:30 +0000 |
commit | 1d64b9b4f4d5975aed5068ae1074697f36676a0d (patch) | |
tree | 3a090c5bf7bfaba130e4aee4fa0e13cdf39a8efe /xfce-extra | |
parent | Fix LICENSE in latest, seems it's only GPL-3 now. (diff) | |
download | gentoo-2-1d64b9b4f4d5975aed5068ae1074697f36676a0d.tar.gz gentoo-2-1d64b9b4f4d5975aed5068ae1074697f36676a0d.tar.bz2 gentoo-2-1d64b9b4f4d5975aed5068ae1074697f36676a0d.zip |
Initial commit wrt #282544.
(Portage version: 2.2_rc40/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 | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild | 29 |
3 files changed, 44 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..2b036407bbb1 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-indicator-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.1 2009/09/21 16:20:30 ssuominen Exp $ + +*xfce4-indicator-plugin-0.0.1 (21 Sep 2009) + + 21 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-indicator-plugin-0.0.1.ebuild: + Initial commit wrt #282544. + diff --git a/xfce-extra/xfce4-indicator-plugin/metadata.xml b/xfce-extra/xfce4-indicator-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?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.0.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild new file mode 100644 index 000000000000..2e8d9a827e83 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.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/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild,v 1.1 2009/09/21 16:20:30 ssuominen Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="a panel plugin that uses indicator-applet to show new messages" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=">=x11-libs/gtk+-2.6:2 + >=xfce-base/libxfcegui4-4.3.99.2 + >=xfce-base/libxfce4util-4.3.99.2 + >=xfce-base/xfce4-panel-4.3.99.2 + >=dev-libs/libindicator-0.2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + $(use_enable debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} |