[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/68: gnu: kio: Update to 5.27.0.
From: |
David Craven |
Subject: |
56/68: gnu: kio: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:25 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit ed3634e7565258cd2fc5e32d8c468a34d39376fc
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kio: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kio): Update to 5.27.0.
[arguments]: Return #t.
---
gnu/packages/kde-frameworks.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c94e0d0..d33ece9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2120,16 +2120,16 @@ makes starting KDE applications faster and reduces
memory consumption.")
(define-public kio
(package
(name "kio")
- (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
- "0zncj9yf8zaylazlwvirylpk9vki3j889b1x2s0aav54vvj7vdi5"))))
+ (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
+ "129sglaw1480v3i1xdyv6k1w3spbj8s00rkdr5mzlcdaqiig69rn"))))
(build-system cmake-build-system)
(propagated-inputs
`(("kbookmarks" ,kbookmarks)
@@ -2173,7 +2173,8 @@ makes starting KDE applications faster and reduces memory
consumption.")
(setenv "HOME" (getcwd))
(setenv "XDG_RUNTIME_DIR" (getcwd))
(setenv "CTEST_OUTPUT_ON_FAILURE" "1")
- (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
;;(replace 'check
;; (lambda _
;; (setenv "DBUS_FATAL_WARNINGS" "0")
- 57/68: gnu: knewstuff: Update to 5.27.0., (continued)
- 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, 2016/10/29
- 56/68: gnu: kio: Update to 5.27.0.,
David Craven <=
- 66/68: gnu: kxmlgui: Update to 5.27.0., David Craven, 2016/10/29