guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: upower: Make it auto-updatable.


From: guix-commits
Subject: 06/12: gnu: upower: Make it auto-updatable.
Date: Fri, 18 Feb 2022 08:15:57 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7168148abe08b5d21ab4d36ff2c2b8c99978e168
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 17 14:47:38 2022 +0000

    gnu: upower: Make it auto-updatable.
    
    * gnu/packages/gnome.scm (upower)[properties]: Set 'release-tag-prefix'
      and 'release-tag-delimiter'.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3081664030..4e44145ed8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5508,7 +5508,11 @@ faster results and to avoid unnecessary server load.")
 listening to device events and querying history and statistics.  Any
 application or service on the system can access the org.freedesktop.UPower
 service via the system message bus.")
-    (license license:gpl2+)))
+    (license license:gpl2+)
+    ;; Old versions of upower are tagged as UPOWER_0_99_13, which confuses
+    ;; the 'generic-git' updater.  Give it a little help.
+    (properties '((release-tag-prefix . "v")
+                  (release-tag-version-delimiter . ".")))))
 
 (define-public libgweather
   (package



reply via email to

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