From 5d2c185b1711f5d6e7b792ca3be044a58525ffc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 31 Dec 2024 13:58:30 +0800 Subject: [PATCH] gnu: xfce4-mpc-plugin: Update to 0.5.5. * gnu/packages/xfce.scm (xfce4-mpc-plugin): Update to 0.5.5. [source]: Switch to git-fetch. [native-inputs]: Add xfce4-dev-tools. [home-page]: Set to docs.xfce.org. Change-Id: Ia98235afda9f6c8e0b6a19b790ab0eb785f95fce --- gnu/packages/xfce.scm | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 5e536420b2190d7864099e80e8e3ec46b7842b02..c3bbae34486b561bbee2706d35a3a4482d79bcb9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1934,23 +1934,24 @@ multi-mailbox mail watcher. Currently, the protocols supported are: (define-public xfce4-mpc-plugin (package - (name "xfce4-mpc-plugin") - (version "0.5.3") - (source (origin - (method url-fetch) - (uri (string-append "https://archive.xfce.org/src/panel-plugins/" - "xfce4-mpc-plugin/" - (version-major+minor version) - "/xfce4-mpc-plugin-" version ".tar.bz2")) - (sha256 - (base32 - "0kb6nz3md3cacl7ys6gz4h2qailr050wp28b7qy2v66d396znrq4")))) + (name "xfce4-mpc-plugin") + (version "0.5.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url (string-append "https://gitlab.xfce.org/panel-plugins/" + name)) + (commit (string-append name "-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1hxpxvlbz0dmfy8d7kay9c08nx9bs19sqrgpzw2f64jfznv0xaay")))) (build-system gnu-build-system) (native-inputs - (list intltool pkg-config)) + (list xfce4-dev-tools)) (inputs (list libxfce4ui xfce4-panel)) - (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin") + (home-page "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin/") (synopsis "Music Player Daemon plugin for the Xfce panel") (description "This is a simple client plugin for Music Player Daemon.