guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: xkbset: Update source URL and home page.


From: guix-commits
Subject: 02/08: gnu: xkbset: Update source URL and home page.
Date: Thu, 8 Dec 2022 07:09:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 901a424586240bd04b50613f4b5d34f8e25bbe87
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 8 12:12:28 2022 +0100

    gnu: xkbset: Update source URL and home page.
    
    Source is unchanged compared to the previously-used tarball.
    
    * gnu/packages/xdisorg.scm (xkbset)[source]: Switch to 'git-fetch'.
    [home-page]: Switch to github.io.
---
 gnu/packages/xdisorg.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9cc7cc652a..7965f432ed 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3172,11 +3172,13 @@ if there's more than one.")
     (version "0.6")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://faculty.missouri.edu/~stephen/software/";
-                           name "/" name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stephenmontgomerysmith/xkbset";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "199mlm127zk1lr8nrq22n68l2l8cjwc4cgwd67rg1i6497n2y0xc"))))
+        (base32 "1b8jf5zfg4a82k7929jkb0prx8yy79nsxa0n7zhhk5a0hwpc32xx"))))
     (build-system gnu-build-system)
     (inputs
      (list libx11 perl perl-tk))
@@ -3209,7 +3211,7 @@ if there's more than one.")
                            (string-append (assoc-ref outputs "out")
                                           "/share/doc/" ,name "-" ,version))
              #t)))))
-    (home-page "https://faculty.missouri.edu/~stephen/software/";)
+    (home-page "https://stephenmontgomerysmith.github.io/software/#xkbset";)
     (synopsis "User-preference utility for XKB extensions for X")
     (description
      "This is a program to help manage many of the XKB features of the X Window



reply via email to

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