mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xfconf: Update to 4.12.0.
* gnu/packages/xfce.scm (xfconf): Update to 4.12.0. Disable tests.
This commit is contained in:
parent
f6176e7870
commit
e013220eb6
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2014 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -89,7 +89,7 @@ (define-public libxfce4util
|
||||||
(define-public xfconf
|
(define-public xfconf
|
||||||
(package
|
(package
|
||||||
(name "xfconf")
|
(name "xfconf")
|
||||||
(version "4.10.0")
|
(version "4.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/xfce/"
|
(uri (string-append "http://archive.xfce.org/xfce/"
|
||||||
|
@ -97,9 +97,10 @@ (define-public xfconf
|
||||||
"/src/" name "-" version ".tar.bz2"))
|
"/src/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xh520z0qh0ib0ijgnyrgii9h5d4pc53n6mx1chhyzfc86j1jlhp"))))
|
"0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:parallel-tests? #f)) ; parallel tests failed
|
(arguments '(#:tests? #f ; XXX test suite requires working DBus
|
||||||
|
#:parallel-tests? #f)) ; parallel tests failed
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
|
|
Loading…
Reference in a new issue