diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-29 18:36:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-29 19:01:42 +0200 |
commit | 52ca8239178de78947d51d6df7455dad393bc2a0 (patch) | |
tree | 5f9318de1f830f333122e0eea27596e0e7372b71 /media-sound/xfmpc/xfmpc-0.2.3.ebuild | |
parent | xfce-extra/thunar-vcs-plugin: Bump to 0.1.5, with revamped svn support (diff) | |
download | gentoo-52ca8239178de78947d51d6df7455dad393bc2a0.tar.gz gentoo-52ca8239178de78947d51d6df7455dad393bc2a0.tar.bz2 gentoo-52ca8239178de78947d51d6df7455dad393bc2a0.zip |
media-sound/xfmpc: Bump to 0.2.3
Diffstat (limited to 'media-sound/xfmpc/xfmpc-0.2.3.ebuild')
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.3.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/xfmpc/xfmpc-0.2.3.ebuild b/media-sound/xfmpc/xfmpc-0.2.3.ebuild new file mode 100644 index 000000000000..0b88af1ae143 --- /dev/null +++ b/media-sound/xfmpc/xfmpc-0.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfmpc" +SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.18:2= + >=media-libs/libmpd-0.15:= + >=x11-libs/gtk+-2.16:2= + >=xfce-base/libxfce4ui-4.8:= + >=xfce-base/libxfce4util-4.8:=" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS ) +} |