mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: kcoreaddons: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.3.0. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5; add qtdeclarative. [native-inputs]: Remove qttools-5; add qttools. Change-Id: I0de3532e4401ec0cdf06dd9b36f5988820497547
This commit is contained in:
parent
daa79cc3c5
commit
7a9e51a669
1 changed files with 6 additions and 8 deletions
|
@ -661,7 +661,7 @@ (define-public kconfig
|
||||||
(define-public kcoreaddons
|
(define-public kcoreaddons
|
||||||
(package
|
(package
|
||||||
(name "kcoreaddons")
|
(name "kcoreaddons")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -670,15 +670,13 @@ (define-public kcoreaddons
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wv3s3xsiii96k17nzs2fb0ih2lyg52krf58v44nlk9wfi4wmnqx"))))
|
"0mn7qmfcics12w979q7gis3yn1w79fhzrxl30pv5y5x1qax97fxq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
|
||||||
(list extra-cmake-modules qttools-5 shared-mime-info))
|
(inputs (list qtdeclarative))
|
||||||
;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
|
|
||||||
(inputs
|
|
||||||
(list qtbase-5))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:qtbase qtbase
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'blacklist-failing-test
|
(add-before 'check 'blacklist-failing-test
|
||||||
|
|
Loading…
Reference in a new issue