mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kdav: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kdav): Update to 6.3.0. [inputs]: Remove kcoreaddons, qtbase-5, and qtxmlpatterns. [propagated-inputs]: Add kcoreaddons. [arguments]: Set #:qtbase to qtbase. Change-Id: Ica348f700bda694218e6f7521001663aa2f28dec
This commit is contained in:
parent
d8ac6016d5
commit
90e63d23c2
1 changed files with 13 additions and 10 deletions
|
@ -3945,7 +3945,7 @@ (define-public kross
|
||||||
(define-public kdav
|
(define-public kdav
|
||||||
(package
|
(package
|
||||||
(name "kdav")
|
(name "kdav")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3953,14 +3953,17 @@ (define-public kdav
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11959fxz24snk2l31kw8w96wah0s2fjimimrxh6xhppiy5qp2fp2"))))
|
(base32 "1f99nw6jsrka5hpp4ad13mgwprmzivv2h46vg2arjlr5x0csk4mh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
(propagated-inputs (list kcoreaddons))
|
||||||
(inputs
|
(inputs
|
||||||
(list kcoreaddons ki18n kio qtbase-5 qtxmlpatterns))
|
(list ki18n kio))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list
|
||||||
|
#:qtbase qtbase
|
||||||
|
#:phases #~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Reference in a new issue