diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-03 15:04:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-03 15:04:39 +0000 |
commit | da97ef44e2844d0182c1fc473ba6dcc921351430 (patch) | |
tree | 5a0e40a48471a4debeec2b02f9e4c1b5d62eee2e /xfce-extra/xfce4-battery-plugin | |
parent | sparc stable (bug 348492) (diff) | |
download | gentoo-2-da97ef44e2844d0182c1fc473ba6dcc921351430.tar.gz gentoo-2-da97ef44e2844d0182c1fc473ba6dcc921351430.tar.bz2 gentoo-2-da97ef44e2844d0182c1fc473ba6dcc921351430.zip |
Version bump.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-battery-plugin')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/ChangeLog b/xfce-extra/xfce4-battery-plugin/ChangeLog index b6eb9f2431b0..195a0aca306a 100644 --- a/xfce-extra/xfce4-battery-plugin/ChangeLog +++ b/xfce-extra/xfce4-battery-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-battery-plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.1 2009/08/25 10:34:19 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.2 2011/01/03 15:04:39 ssuominen Exp $ + +*xfce4-battery-plugin-1.0.0 (03 Jan 2011) + + 03 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-battery-plugin-1.0.0.ebuild: + Version bump. *xfce4-battery-plugin-0.5.1 (25 Aug 2009) diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild new file mode 100644 index 000000000000..3e85f9d64382 --- /dev/null +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.0.ebuild,v 1.1 2011/01/03 15:04:39 ssuominen Exp $ + +EAPI=3 +inherit xfconf + +DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" +IUSE="debug" + +RDEPEND=">=x11-libs/gtk+-2.6:2 + >=xfce-base/xfce4-panel-4.3.90.2 + >=xfce-base/libxfce4util-4.3.90.2 + >=xfce-base/libxfcegui4-4.3.90.2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + + DOCS="AUTHORS ChangeLog NEWS README" +} |