From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 40/68] gnu: kpty: Update to 5.27.0. Date: Sat, 29 Oct 2016 20:04:51 +0200 Message-ID: <20161029180519.6061-40-david@craven.ch> References: <20161029180519.6061-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Y1G-0001o9-2C for guix-devel@gnu.org; Sat, 29 Oct 2016 14:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Y1D-0003e1-N3 for guix-devel@gnu.org; Sat, 29 Oct 2016 14:06:14 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:41394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0Y1D-0003dO-Jc for guix-devel@gnu.org; Sat, 29 Oct 2016 14:06:11 -0400 In-Reply-To: <20161029180519.6061-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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 43857c5..937122d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1453,16 +1453,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))) @@ -1475,11 +1475,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 -- 2.9.0