Archived
1
0
Fork 0

gnu: kcompletion: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kcompletion): Update to 5.27.0 and
  fix indentation.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 62dee732f4
commit 17b5144a18
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -1160,16 +1160,16 @@ utilities.")
(define-public kcompletion (define-public kcompletion
(package (package
(name "kcompletion") (name "kcompletion")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/frameworks/" "mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qln0v31gn86kzwhnkijr1ydf129n32jmiybbckrp4w6hyx6xfxv")))) "1mb64ii4ilhqhy9p6cl3phs17bg3lr4b60jkkm71yn2wnd4wl47s"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
@ -1181,11 +1181,11 @@ utilities.")
("qtbase" ,qtbase))) ("qtbase" ,qtbase)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'check 'check-setup (add-before 'check 'check-setup
(lambda _ (lambda _
(setenv "QT_QPA_PLATFORM" "offscreen") (setenv "QT_QPA_PLATFORM" "offscreen")
#t))))) #t)))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Powerful autocompletion framework and widgets") (synopsis "Powerful autocompletion framework and widgets")
(description "This framework helps implement autocompletion in Qt-based (description "This framework helps implement autocompletion in Qt-based