From 4e9e63b09b9737ef09ddcb2cd739f18ba4cb71b4 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 14:27:12 +0800 Subject: [PATCH] gnu: xfce4-timer-plugin: Update to 1.7.3. * gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.3. [source]: Switch to git-fetch. [native-inputs]: Add xfce4-dev-tools. [home-page]: Set to docs.xfce.org. Change-Id: I4364e3e6a8c0b4d530a0f7df7514afc08cfc96b0 --- 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 075e62f0db42025ea12dcdfd038243cd2564c274..7a7aabc0fe4fcb2ad7b05c67a9f97aa22353e1d3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2197,24 +2197,24 @@ time.") (define-public xfce4-timer-plugin (package - (name "xfce4-timer-plugin") - (version "1.7.2") - (source (origin - (method url-fetch) - (uri (string-append "https://archive.xfce.org/src/panel-plugins/" - "xfce4-timer-plugin/" - (version-major+minor version) - "/xfce4-timer-plugin-" version ".tar.bz2")) - (sha256 - (base32 - "0zcbqpsyzzmbyv8cgd5wriqaigfpdcia6h1md0bfh1cmsg1biczy")))) + (name "xfce4-timer-plugin") + (version "1.7.3") + (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 "1110s55h4lsspdmyl58cbzfy57gfh8871b1213xjgk3i3q7nmqgc")))) (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-timer-plugin") + (home-page "https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/") (synopsis "Simple countdown and alarm plugin for the Xfce panel") (description "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown