commit:     a9ee0f137c631c91dd38da861520259e6a629dca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 13:06:38 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 13:20:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ee0f13

xfce-extra/xfce4-mpc-plugin: Bump to 0.6.0

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

 xfce-extra/xfce4-mpc-plugin/Manifest               |  1 +
 .../xfce4-mpc-plugin/xfce4-mpc-plugin-0.6.0.ebuild | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest 
b/xfce-extra/xfce4-mpc-plugin/Manifest
index 6f7eb280fa97..5d0dd4967760 100644
--- a/xfce-extra/xfce4-mpc-plugin/Manifest
+++ b/xfce-extra/xfce4-mpc-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mpc-plugin-0.5.5.tar.bz2 388322 BLAKE2B 
6dd02fd1cb0d53262b5c533c39fed997715f93b71b345d1a1abde85d837a4fc1199ac21c4a9dc0d4dcc0f24322d350c4ec2407e749fd5eb0f0da4f396e53ba79
 SHA512 
3e1774c653e82060c56cca530258470c1d879909af89da15b13e68cafe59df90844f589793e7c400d55d50c18a54383fc5ffe17401a80c2226605cc8034166d7
+DIST xfce4-mpc-plugin-0.6.0.tar.xz 47092 BLAKE2B 
3f365c633e27c8ae62a3e1de057edfd5fa30f218cc47acecdfda9a8fdd8939afb80e2359aaaab62daa2e6e2b1d37ecd1b0d4eace2d96e424b30d169ed3539b36
 SHA512 
963e31b638c24a9b4f3997329cb33154fe085e684bf733ad391684fe0949590682b9f6edc6d39602a8c733ea05ddba47e4d0baaf6b9c9333eb68c082187aa1bc

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.6.0.ebuild
new file mode 100644
index 000000000000..de44fb601403
--- /dev/null
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Music Player Daemon (mpd) panel plugin"
+HOMEPAGE="
+       https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/start
+       https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin/
+"
+SRC_URI="
+       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+       >=dev-libs/glib-2.60.0
+       media-libs/libmpd:=
+       >=x11-libs/gtk+-3.22.0:3
+       >=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.16.0:=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               -Dlibmpd=enabled
+       )
+
+       meson_src_configure
+}

Reply via email to