From fdd92723851bdd3bd0a12372b7ccb0a6e3dc1f69 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:50:19 +0800 Subject: [PATCH] gnu: xfce4-genmon-plugin: Update to 4.2.1. * 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 df3b4da1c322f29d0ca3d552970a95c681e2bee4..a7a7a184b2304bddaceecf5f8a9c2b4e51281c89 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1870,24 +1870,24 @@ be clicked to open the chosen mount point.") (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