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.
This commit is contained in:
Ludovic Courtès 2022-12-08 12:12:28 +01:00
parent c370998f01
commit 901a424586
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3172,11 +3172,13 @@ (define-public xkbset
(version "0.6") (version "0.6")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://faculty.missouri.edu/~stephen/software/" (uri (git-reference
name "/" name "-" version ".tar.gz")) (url "https://github.com/stephenmontgomerysmith/xkbset")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "199mlm127zk1lr8nrq22n68l2l8cjwc4cgwd67rg1i6497n2y0xc")))) (base32 "1b8jf5zfg4a82k7929jkb0prx8yy79nsxa0n7zhhk5a0hwpc32xx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libx11 perl perl-tk)) (list libx11 perl perl-tk))
@ -3209,7 +3211,7 @@ (define-public xkbset
(string-append (assoc-ref outputs "out") (string-append (assoc-ref outputs "out")
"/share/doc/" ,name "-" ,version)) "/share/doc/" ,name "-" ,version))
#t))))) #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") (synopsis "User-preference utility for XKB extensions for X")
(description (description
"This is a program to help manage many of the XKB features of the X Window "This is a program to help manage many of the XKB features of the X Window