[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/68: gnu: kitemmodels: Update to 5.27.0.
From: |
David Craven |
Subject: |
19/68: gnu: kitemmodels: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:22 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 110e4bea7a37303eaacb99a331c1be752948d2cc
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kitemmodels: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.27.0 and
fix indentation.
---
gnu/packages/kde-frameworks.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c98c96a..90adc44 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -666,16 +666,16 @@ or user activity.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (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
- "1s1p4nw1pqdzbdwvjnka17p9avf00wadr437p4f96md1lvh3sh69"))))
+ (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
+ "00qgp5i35r7k9gy43wypn9fa7zxiqqip89dzbw8r6rabinihqzy2"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -684,13 +684,13 @@ or user activity.")
`(("qtbase" ,qtbase)))
(arguments
`(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'start-xorg-server
- (lambda* (#:key inputs #:allow-other-keys)
- ;; The test suite requires a running X server.
- (system (string-append (assoc-ref inputs "xorg-server")
- "/bin/Xvfb :1 &"))
- (setenv "DISPLAY" ":1")
+ (modify-phases %standard-phases
+ (add-before 'check 'start-xorg-server
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; The test suite requires a running X server.
+ (system (string-append (assoc-ref inputs "xorg-server")
+ "/bin/Xvfb :1 &"))
+ (setenv "DISPLAY" ":1")
#t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Set of item models extending the Qt model-view framework")
- 08/68: gnu: breeze-icons: Update to 5.27.0., (continued)
- 08/68: gnu: breeze-icons: Update to 5.27.0., David Craven, 2016/10/29
- 15/68: gnu: kdnssd: Update to 5.27.0., David Craven, 2016/10/29
- 16/68: gnu: kguiaddons: Update to 5.27.0., David Craven, 2016/10/29
- 18/68: gnu: kidletime: Update to 5.27.0., David Craven, 2016/10/29
- 13/68: gnu: kcoreaddons: Update to 5.27.0., David Craven, 2016/10/29
- 14/68: gnu: kdbusaddons: Update to 5.27.0., David Craven, 2016/10/29
- 24/68: gnu: kwindowsystem: Update to 5.27.0., David Craven, 2016/10/29
- 30/68: gnu: threadweaver: Update to 5.27.0., David Craven, 2016/10/29
- 28/68: gnu: solid: Update to 5.27.0., David Craven, 2016/10/29
- 34/68: gnu: kdoctools: Update to 5.27.0., David Craven, 2016/10/29
- 19/68: gnu: kitemmodels: Update to 5.27.0.,
David Craven <=
- 21/68: gnu: kplotting: Update to 5.27.0., David Craven, 2016/10/29
- 25/68: gnu: modemmanager-qt: Update to 5.27.0., David Craven, 2016/10/29
- 32/68: gnu: kcompletion: Update to 5.27.0., David Craven, 2016/10/29
- 38/68: gnu: knotifications: Update to 5.27.0., David Craven, 2016/10/29
- 41/68: gnu: kunitconversion: Update to 5.27.0., David Craven, 2016/10/29
- 51/68: gnu: kdesu: Update to 5.27.0., David Craven, 2016/10/29
- 09/68: gnu: kapidox: Update to 5.27.0., David Craven, 2016/10/29
- 20/68: gnu: kitemviews: Update to 5.27.0., David Craven, 2016/10/29
- 45/68: gnu: kbookmarks: Update to 5.27.0., David Craven, 2016/10/29
- 07/68: gnu: bluez-qt: Update to 5.27.0., David Craven, 2016/10/29