gnu: kpty: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 5.27.0 and fix indentation.
This commit is contained in:
parent
0e6c305748
commit
84164f7ff8
|
@ -1458,16 +1458,16 @@ were traditional plugins.")
|
||||||
(define-public kpty
|
(define-public kpty
|
||||||
(package
|
(package
|
||||||
(name "kpty")
|
(name "kpty")
|
||||||
(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
|
||||||
"1ybvdzqpa53kkki9p5da0ff9x3c63rmksk7865wqwlgy8apzi2fs"))))
|
"06pka8cbw6a9rk2j5pkz34rfy10bv6il3wqyf7ala32ynv5rcgc3"))))
|
||||||
(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)))
|
||||||
|
@ -1480,11 +1480,11 @@ were traditional plugins.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-tests
|
(add-after 'unpack 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "CTEST_OUTPUT_ON_FAILURE" "1")
|
(setenv "CTEST_OUTPUT_ON_FAILURE" "1")
|
||||||
(substitute* "autotests/kptyprocesstest.cpp"
|
(substitute* "autotests/kptyprocesstest.cpp"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Interfacing with pseudo terminal devices")
|
(synopsis "Interfacing with pseudo terminal devices")
|
||||||
(description "This library provides primitives to interface with pseudo
|
(description "This library provides primitives to interface with pseudo
|
||||||
|
|
Loading…
Reference in New Issue