[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/68: gnu: kpty: Update to 5.27.0.
From: |
David Craven |
Subject: |
40/68: gnu: kpty: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:24 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 84164f7ff88f4469145557bcde93fe97796517f5
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kpty: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kpty): Update to 5.27.0 and fix
indentation.
---
gnu/packages/kde-frameworks.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 97ac856..d25f7e8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1458,16 +1458,16 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
- (version "5.24.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1ybvdzqpa53kkki9p5da0ff9x3c63rmksk7865wqwlgy8apzi2fs"))))
+ (version "5.27.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "06pka8cbw6a9rk2j5pkz34rfy10bv6il3wqyf7ala32ynv5rcgc3"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
@@ -1480,11 +1480,11 @@ were traditional plugins.")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-tests
- (lambda _
- (setenv "CTEST_OUTPUT_ON_FAILURE" "1")
- (substitute* "autotests/kptyprocesstest.cpp"
- (("/bin/bash") (which "bash")))
- #t)))))
+ (lambda _
+ (setenv "CTEST_OUTPUT_ON_FAILURE" "1")
+ (substitute* "autotests/kptyprocesstest.cpp"
+ (("/bin/bash") (which "bash")))
+ #t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Interfacing with pseudo terminal devices")
(description "This library provides primitives to interface with pseudo
- 55/68: gnu: kinit: Update to 5.27.0., (continued)
- 55/68: gnu: kinit: Update to 5.27.0., David Craven, 2016/10/29
- 57/68: gnu: knewstuff: Update to 5.27.0., David Craven, 2016/10/29
- 64/68: gnu: ktextwidgets: Update to 5.27.0., David Craven, 2016/10/29
- 62/68: gnu: kservice: Update to 5.27.0., David Craven, 2016/10/29
- 59/68: gnu: kparts: Update to 5.27.0., David Craven, 2016/10/29
- 60/68: gnu: kpeople: Update to 5.27.0., David Craven, 2016/10/29
- 54/68: gnu: kiconthemes: Update to 5.27.0., David Craven, 2016/10/29
- 65/68: gnu: kwallet: Update to 5.27.0., David Craven, 2016/10/29
- 67/68: gnu: kxmlrpcclient: Update to 5.27.0., David Craven, 2016/10/29
- 47/68: gnu: kconfigwidgets: Update to 5.27.0., David Craven, 2016/10/29
- 40/68: gnu: kpty: Update to 5.27.0.,
David Craven <=
- 56/68: gnu: kio: Update to 5.27.0., David Craven, 2016/10/29
- 66/68: gnu: kxmlgui: Update to 5.27.0., David Craven, 2016/10/29