[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/178: gnu: Add kpty-6.
From: |
guix-commits |
Subject: |
21/178: gnu: Add kpty-6. |
Date: |
Mon, 17 Jun 2024 12:13:18 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 31bac00b1f9463ece627cf1271598ff4e4e257d0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Mar 7 11:47:00 2024 +0800
gnu: Add kpty-6.
* gnu/packages/kde-frameworks.scm (kpty-6): New variable.
(kpty): Inherit above.
Change-Id: If3e018e48599db552bce4f1c467c31ba7ae37720
---
gnu/packages/kde-frameworks.scm | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index acd0ea7eb6..a442bc2720 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2524,10 +2524,10 @@ of non binary content such as scripted extensions or
graphic assets, as if they
were traditional plugins.")
(license (list license:gpl2+ license:lgpl2.1+))))
-(define-public kpty
+(define-public kpty-6
(package
(name "kpty")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2536,21 +2536,20 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fm7bfp89kvg1a64q8piiyal71p6vjnqcm13zak6r9fbfwcm0gs9"))))
+ "1psrryrgkn9fbw81a7zlshwssr175db9kiq40ib77xx61gcnq8nz"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
- (list kcoreaddons ki18n
- ;; TODO: utempter, for managing UTMP entries
- qtbase-5))
+ ;; TODO: utempter, for managing UTMP entries
+ (list kcoreaddons-6 ki18n-6 qtbase))
(arguments
(list #:tests? #f ; FIXME: 1/1 tests fail.
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-tests
(lambda _
(substitute* "autotests/kptyprocesstest.cpp"
- (("/bin/bash")
+ (("/bin/sh")
(which "bash"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Interfacing with pseudo terminal devices")
@@ -2559,6 +2558,26 @@ terminal devices as well as a KProcess derived class for
running child processes
and communicating with them using a pty.")
(license (list license:gpl2+ license:lgpl2.1+))))
+(define-public kpty
+ (package
+ (inherit kpty-6)
+ (name "kpty")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0fm7bfp89kvg1a64q8piiyal71p6vjnqcm13zak6r9fbfwcm0gs9"))))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list kcoreaddons ki18n
+ qtbase-5))))
+
(define-public kunitconversion
(package
(name "kunitconversion")
- 99/178: gnu: ksshaskpass: Update to 6.0.4., (continued)
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17
- 123/178: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/17
- 128/178: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/17
- 13/178: gnu: Add kplotting-6., guix-commits, 2024/06/17
- 18/178: gnu: Add karchive-6., guix-commits, 2024/06/17
- 21/178: gnu: Add kpty-6.,
guix-commits <=
- 57/178: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/17
- 58/178: gnu: Add kimageformats-6., guix-commits, 2024/06/17
- 66/178: gnu: Add kpeople-6., guix-commits, 2024/06/17
- 81/178: gnu: appstream: Update to 1.0.3., guix-commits, 2024/06/17
- 86/178: gnu: Add kstatusnotifieritem., guix-commits, 2024/06/17
- 101/178: gnu: kgamma: Update to 6.0.4., guix-commits, 2024/06/17
- 97/178: gnu: polkit-kde-agent: Update to 6.0.4., guix-commits, 2024/06/17
- 106/178: gnu: plasma-firewall: Update to 6.0.4., guix-commits, 2024/06/17
- 112/178: gnu: drkonqi: Update to 6.0.4., guix-commits, 2024/06/17
- 114/178: gnu: kwayland-integration: Update to 6.0.4., guix-commits, 2024/06/17