commit:     3c5cd38c7bfefc1d1b7edc560f35febb88b9bad9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  9 08:32:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  9 08:42:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cd38c

xfce-extra/xfce4-mpc-plugin: Bump to 0.5.1 (bugfix)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-mpc-plugin/Manifest               |  1 +
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index ae6e623140b..bfe81748f9d 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.5.0.tar.bz2 282688 BLAKE2B 
2ad968ba53ee391224f20ae6d62061feb9c63bda6414868daee024b948d8e5e11c0f696e522dc7914ed5d88f798f6be48bb420c19e3b4f36dcf7af3e5756b303
 SHA512 
b6cd8c756d952e19bbd0be3a8385b0bdd647960708537a8997589c07e512560856aa78de2ed0c6267810aa7b33c4470facd45048158e373053dc30813e8ebaa1
+DIST xfce4-mpc-plugin-0.5.1.tar.bz2 290830 BLAKE2B 
464bf4e3ca12049d241ddbf5cd2e30e4e41bda2934e809f8c75f2ceaa659647918d90a6265a49d01f84e2d0d3a6cca880ee8c90dcbf377a163e14fcfe25e5ae0
 SHA512 
7647ecdc7058e67be26c615853059cba25944fc6e31b06bca1e48f5378d3afddc2c4b82c5c581fe8ec716e0723a4d65c7ec4ee592540936ccca331049b3e024c

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
new file mode 100644
index 00000000000..6803f5bb92d
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+libmpd"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.12:=
+       libmpd? ( media-libs/libmpd:= )"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig"
+
+src_configure() {
+       econf $(use_enable libmpd)
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}

Reply via email to