me
/
guix
Archived
1
0
Fork 0

gnu: kpty: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kpty): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[arguments]: Adjust patch-tests phase.
Change-Id: I1c9c214919152724f34419a10ae98218bb3460f9

Change-Id: I41cd99c5cc9f6439fe17d4ce0f47481be27c1464
master
Zheng Junjie 2024-07-06 00:57:44 +08:00
parent c12d0e371f
commit 901ee2d827
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 6 deletions

View File

@ -2043,7 +2043,7 @@ were traditional plugins.")
(define-public kpty (define-public kpty
(package (package
(name "kpty") (name "kpty")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2052,21 +2052,20 @@ were traditional plugins.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0fm7bfp89kvg1a64q8piiyal71p6vjnqcm13zak6r9fbfwcm0gs9")))) "19m01phaca84n736sdh1d002vbfbhf7lzb8cf1wqrhaak0wrp933"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))
(inputs (inputs
(list kcoreaddons ki18n
;; TODO: utempter, for managing UTMP entries ;; TODO: utempter, for managing UTMP entries
qtbase-5)) (list kcoreaddons ki18n qtbase))
(arguments (arguments
(list #:tests? #f ; FIXME: 1/1 tests fail. (list #:tests? #f ; FIXME: 1/1 tests fail.
#:phases #~(modify-phases %standard-phases #:phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-tests (add-after 'unpack 'patch-tests
(lambda _ (lambda _
(substitute* "autotests/kptyprocesstest.cpp" (substitute* "autotests/kptyprocesstest.cpp"
(("/bin/bash") (("/bin/sh")
(which "bash")))))))) (which "bash"))))))))
(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")