mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: kpeople: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.3.0. [inputs]: Remove qtbase-5 and qtdeclarative-5; add kcontacts and qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: I547deb5ebc313032758c89ae0b8ccb891f4150b4
This commit is contained in:
parent
ab7fbc7953
commit
84be9ea6f7
1 changed files with 6 additions and 5 deletions
|
@ -2999,7 +2999,7 @@ (define-public kparts
|
|||
(define-public kpeople
|
||||
(package
|
||||
(name "kpeople")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3008,7 +3008,7 @@ (define-public kpeople
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04v0s3amn6lbb16qvp1r6figckva6xk8z7djk8jda8fbnx8dx2r1"))))
|
||||
"0gihf93jjy3qc02h9qjnxjp67jb38rahx5f1k1hm9pxcasg9fzwn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
@ -3018,11 +3018,12 @@ (define-public kpeople
|
|||
kitemviews
|
||||
ki18n
|
||||
kservice
|
||||
kcontacts
|
||||
kwidgetsaddons
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; FIXME: 1/3 tests fail.
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f)) ; FIXME: 1/3 tests fail.
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Provides access to all contacts and aggregates them by person")
|
||||
(description "KPeople offers unified access to our contacts from different
|
||||
|
|
Loading…
Reference in a new issue