me
/
guix
Archived
1
0
Fork 0

gnu: kwayland: Update to 5.27.0.

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

View File

@ -806,16 +806,16 @@ pixel units.")
(define-public kwayland
(package
(name "kwayland")
(version "5.24.0")
(source
(origin
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1h5anbqrxcl1s8kx1l53vcsfr8ifamcjqd47dk8a7lwr1ga6myq2"))))
"0va1kmki2xr4mx2918h333mfkqs5v1mhbzyf71hq190izdz0jdss"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@ -829,8 +829,9 @@ pixel units.")
#:phases
(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* _
(setenv "XDG_RUNTIME_DIR" "/tmp"))))))
(lambda _
(setenv "XDG_RUNTIME_DIR" "/tmp")
#t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Qt-style API to interact with the wayland client and server")
(description "As the names suggest they implement a Client respectively a