me
/
guix
Archived
1
0
Fork 0

gnu: kguiaddons: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.27.0 and fix
  indentation.
master
David Craven 2016-10-29 18:48:28 +02:00
parent ce45f9ef7b
commit ee6cebf6a9
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 15 additions and 15 deletions
gnu/packages

View File

@ -564,16 +564,16 @@ infrastructure.")
(define-public kguiaddons (define-public kguiaddons
(package (package
(name "kguiaddons") (name "kguiaddons")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/" (uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ig96ah20ybg5rwpswj9va2klvkh2q4amwxmgy3z4niwfsm2g3ic")))) "1skvlcj0fgb4am02vlm4fyd52f9yn4y0aj5arcfz3qps5cjzr6xg"))))
(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)
@ -584,7 +584,7 @@ infrastructure.")
`(#: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")