guix-patches
[Top][All Lists]
Advanced

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

[bug#75146] [PATCH v4 54/68] gnu: xfce4-genmon-plugin: Update to 4.2.1.


From: iyzsong
Subject: [bug#75146] [PATCH v4 54/68] gnu: xfce4-genmon-plugin: Update to 4.2.1.
Date: Tue, 31 Dec 2024 14:44:24 +0800

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

* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.2.1.
[source]: Switch to git-fetch.
[native-inputs]: Add xfce4-dev-tools.
[home-page]: Set to docs.xfce.org.

Change-Id: I278f39ded40fc528de9aedc2e5c6110b0a85603f
---
 gnu/packages/xfce.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index df3b4da1c3..a7a7a184b2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1870,24 +1870,24 @@ (define-public xfce4-fsguard-plugin
 
 (define-public xfce4-genmon-plugin
   (package
-   (name "xfce4-genmon-plugin")
-   (version "4.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
-                                  "xfce4-genmon-plugin/"
-                                  (version-major+minor version)
-                                  "/xfce4-genmon-plugin-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "0qh3b818kbf5sc07dshkd54nhqncsk0inlwv21zq8h11bzp0i3cl"))))
+    (name "xfce4-genmon-plugin")
+    (version "4.2.1")
+    (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 "1ap5qn2g1f4n3m30h9i0x2h8r84cfdh6pylnp0jc7r9gy910mxgm"))))
     (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-genmon-plugin";)
+    (home-page "https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/";)
     (synopsis "Generic program output monitor for the Xfce panel")
     (description "This plugin cyclically spawns the indicated
 script/program, captures its output (stdout) and displays the
-- 
2.46.0






reply via email to

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