gnu: kpackage: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.27.0 and fix indentation.master
parent
7507399846
commit
0e6c305748
|
@ -1420,16 +1420,16 @@ covers feedback and persistent events.")
|
||||||
(define-public kpackage
|
(define-public kpackage
|
||||||
(package
|
(package
|
||||||
(name "kpackage")
|
(name "kpackage")
|
||||||
(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
|
||||||
"03aqzkpqz3c1v4qgwfbs3ncdbapiyg7psrkhxqv3z48rklavk1ri"))))
|
"0y07zh8ryibm69ljp9f169qfal6r4lngz1ljxgrr6qw15cjkjygk"))))
|
||||||
(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)))
|
||||||
|
@ -1444,9 +1444,10 @@ covers feedback and persistent events.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda* _
|
(lambda _
|
||||||
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; enable debug output
|
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; enable debug output
|
||||||
(setenv "HOME" (getcwd)))))))
|
(setenv "HOME" (getcwd))
|
||||||
|
#t)))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Installation and loading of additional content as packages")
|
(synopsis "Installation and loading of additional content as packages")
|
||||||
(description "The Package framework lets the user install and load packages
|
(description "The Package framework lets the user install and load packages
|
||||||
|
|
Reference in New Issue