diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-20 10:12:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-20 10:12:34 +0000 |
commit | 9bd3ceaad001de4db37e269917d7a73ede065f80 (patch) | |
tree | bceb1acc03d199fc7ce583755d2d8c5eb9b96b62 /xfce-extra | |
parent | Force clang use, as gcc-4.6 does not work and clang is needed anyway for gnus... (diff) | |
download | gentoo-2-9bd3ceaad001de4db37e269917d7a73ede065f80.tar.gz gentoo-2-9bd3ceaad001de4db37e269917d7a73ede065f80.tar.bz2 gentoo-2-9bd3ceaad001de4db37e269917d7a73ede065f80.zip |
Version bump.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-mpc-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.2.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-mpc-plugin/ChangeLog b/xfce-extra/xfce4-mpc-plugin/ChangeLog index 98548ec60681..5838a0932b43 100644 --- a/xfce-extra/xfce4-mpc-plugin/ChangeLog +++ b/xfce-extra/xfce4-mpc-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-mpc-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.14 2012/02/14 14:18:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/ChangeLog,v 1.15 2012/02/20 10:12:34 ssuominen Exp $ + +*xfce4-mpc-plugin-0.4.2 (20 Feb 2012) + + 20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-mpc-plugin-0.4.2.ebuild: + Version bump. *xfce4-mpc-plugin-0.4.0 (14 Feb 2012) diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.2.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.2.ebuild new file mode 100644 index 000000000000..046461da648b --- /dev/null +++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.2.ebuild,v 1.1 2012/02/20 10:12:34 ssuominen Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="Music Player Daemon (mpd) panel plugin" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug libmpd" + +RDEPEND=">=xfce-base/exo-0.6 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/xfce4-panel-4.8 + libmpd? ( media-libs/libmpd )" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig" + +pkg_setup() { + XFCONF=( + --disable-static + $(use_enable libmpd) + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog README TODO ) +} |