[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/68: gnu: xfce4-time-out-plugin: Update to 1.1.4.
From: |
guix-commits |
Subject: |
64/68: gnu: xfce4-time-out-plugin: Update to 1.1.4. |
Date: |
Wed, 1 Jan 2025 03:40:12 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 806f52961f677ef45c95f1eded10880ac8089130
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Tue Dec 31 14:25:09 2024 +0800
gnu: xfce4-time-out-plugin: Update to 1.1.4.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.4.
[source]: Switch to git-fetch.
[native-inputs]: Add xfce4-dev-tools.
[home-page]: Set to docs.xfce.org.
Change-Id: I5817989938128fef9a9b423e817515783b3017e2
---
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 176d0f8eff..075e62f0db 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2170,24 +2170,24 @@ swap space and the system uptime in the Xfce4 panel.")
(define-public xfce4-time-out-plugin
(package
- (name "xfce4-time-out-plugin")
- (version "1.1.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
- "xfce4-time-out-plugin/"
- (version-major+minor version)
- "/xfce4-time-out-plugin-" version
".tar.bz2"))
- (sha256
- (base32
- "1s4f4akj45bjhqhnfb8wim2snw52wrdym1yqpcccfpp9c5is672s"))))
+ (name "xfce4-time-out-plugin")
+ (version "1.1.4")
+ (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 "1fk3h968yp9hq707na2kj1fvqa0dg1pqzy3g987if1sjw1w2d1qm"))))
(build-system gnu-build-system)
(native-inputs
- (list intltool pkg-config))
+ (list xfce4-dev-tools))
(inputs
(list gtk+ libxfce4ui xfce4-panel))
- (home-page
- "https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin")
+ (home-page "https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/")
(synopsis "Xfce panel plugin that encourages periodical breaks")
(description "This plugin encourages to take periodical
breaks from the computer every X minutes. During breaks it locks your
- 55/68: gnu: xfce4-mailwatch-plugin: Update to 1.3.2., (continued)
- 55/68: gnu: xfce4-mailwatch-plugin: Update to 1.3.2., guix-commits, 2025/01/01
- 32/68: gnu: parole: Update to 4.18.2., guix-commits, 2025/01/01
- 53/68: gnu: xfce4-fsguard-plugin: Update to 1.1.4., guix-commits, 2025/01/01
- 46/68: gnu: xfce4-volumed-pulse: Update to 0.2.5., guix-commits, 2025/01/01
- 54/68: gnu: xfce4-genmon-plugin: Update to 4.2.1., guix-commits, 2025/01/01
- 52/68: gnu: xfce4-diskperf-plugin: Update to 2.7.1., guix-commits, 2025/01/01
- 33/68: gnu: xfce4-terminal: Update to 1.1.4., guix-commits, 2025/01/01
- 31/68: gnu: gigolo: Update to 0.5.4., guix-commits, 2025/01/01
- 61/68: gnu: xfce4-statusnotifier-plugin: Superseded by xfce4-panel., guix-commits, 2025/01/01
- 63/68: gnu: xfce4-systemload-plugin: Update to 1.3.3., guix-commits, 2025/01/01
- 64/68: gnu: xfce4-time-out-plugin: Update to 1.1.4.,
guix-commits <=
- 62/68: gnu: xfce4-stopwatch-plugin: Update to 0.5.2., guix-commits, 2025/01/01
- 48/68: gnu: xfce4-eyes-plugin: Update to 4.6.2., guix-commits, 2025/01/01
- 58/68: gnu: xfce4-netload-plugin: Update to 1.4.2., guix-commits, 2025/01/01
- 66/68: gnu: xfce4-verve-plugin: Update to 2.0.4., guix-commits, 2025/01/01