diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-07-15 08:49:04 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-07-15 08:49:04 +0000 |
commit | d9f3cb7f3d2abe2d8963ea7a7520b8f480e3fbeb (patch) | |
tree | a28eb29eefb98448e8a6d26a1a6cf848d1a3b72a /xfce-extra/xfce4-indicator-plugin | |
parent | Version bump (diff) | |
download | gentoo-2-d9f3cb7f3d2abe2d8963ea7a7520b8f480e3fbeb.tar.gz gentoo-2-d9f3cb7f3d2abe2d8963ea7a7520b8f480e3fbeb.tar.bz2 gentoo-2-d9f3cb7f3d2abe2d8963ea7a7520b8f480e3fbeb.zip |
Version bump
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-indicator-plugin')
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.0.0.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index 47bb2254e0b9..caf81bf892f0 100644 --- a/xfce-extra/xfce4-indicator-plugin/ChangeLog +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.5 2011/07/15 08:49:04 angelos Exp $ + +*xfce4-indicator-plugin-0.3.0.0 (15 Jul 2011) + + 15 Jul 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-indicator-plugin-0.3.0.0.ebuild: + Version bump *xfce4-indicator-plugin-0.2.1 (07 May 2011) diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.0.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.0.0.ebuild new file mode 100644 index 000000000000..e7524b76c8f5 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.0.0.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.3.0.0.ebuild,v 1.1 2011/07/15 08:49:04 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.3/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=dev-libs/libindicator-0.3.0 + x11-libs/gtk+:2 + >=xfce-base/libxfce4util-4.3.99.2 + >=xfce-base/xfce4-panel-4.3.99.2" +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 ) +} |