gnu: xfdesktop: Update to 4.14.2.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.2. [source]: Hard-code NAME.
This commit is contained in:
parent
9fcd4ef30b
commit
0159eae3c9
1 changed files with 5 additions and 4 deletions
|
@ -741,15 +741,15 @@ on the screen.")
|
||||||
(define-public xfdesktop
|
(define-public xfdesktop
|
||||||
(package
|
(package
|
||||||
(name "xfdesktop")
|
(name "xfdesktop")
|
||||||
(version "4.14.1")
|
(version "4.14.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
name "/" (version-major+minor version) "/"
|
"xfdesktop/" (version-major+minor version) "/"
|
||||||
name "-" version ".tar.bz2"))
|
"xfdesktop-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10pqxgpj7b57wpcsh2k98sj4aavcgxbs1lc8qsq4mibf4hba01gp"))
|
"0x1yx9sd5aanrlr1qnbwd2nsmcg09g4132k0kyb7z47a3x3381d3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -781,6 +781,7 @@ on the screen.")
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
|
|
||||||
|
;; For our own ‘prepare-background-image’ phase.
|
||||||
("inkscape" ,inkscape)
|
("inkscape" ,inkscape)
|
||||||
("imagemagick" ,imagemagick)))
|
("imagemagick" ,imagemagick)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue