guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75146] [PATCH v4 56/68] gnu: xfce4-mpc-plugin: Update to 0.5.5.


From: iyzsong
Subject: [bug#75146] [PATCH v4 56/68] gnu: xfce4-mpc-plugin: Update to 0.5.5.
Date: Tue, 31 Dec 2024 14:44:26 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* 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 5e536420b2..c3bbae3448 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1934,23 +1934,24 @@ (define-public xfce4-mailwatch-plugin
 
 (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.
 
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]