[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/68: gnu: kitemviews: Update to 5.27.0.
From: |
David Craven |
Subject: |
20/68: gnu: kitemviews: 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 701d7a9b50d8645bb725c7b28e2399ce8101acff
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kitemviews: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kitemviews): Update to 5.27.0 and fix
indentation.
---
gnu/packages/kde-frameworks.scm | 41 ++++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 90adc44..6aaf8c1 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -727,16 +727,16 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
- (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
- "0y3fx9hk1x27arrmwfzq783a44cs7p8dpmhxrwzh0di4mwa8jafw"))))
+ (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
+ "1469i10y2c3i1pdhzl9nk177y4n1mlc7p5w7kivdcrvf9ilxvbkx"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -746,16 +746,17 @@ model to observers
`(("qtbase" ,qtbase)))
(arguments
`(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda* _
- (setenv "DBUS_FATAL_WARNINGS" "0")))
- (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 'check-setup
+ (lambda _
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ #t))
+ (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 views extending the Qt model-view framework")
- 28/68: gnu: solid: Update to 5.27.0., (continued)
- 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, 2016/10/29
- 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 <=
- 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
- 17/68: gnu: ki18n: Update to 5.27.0., David Craven, 2016/10/29
- 11/68: gnu: kcodecs: Update to 5.27.0., David Craven, 2016/10/29
- 22/68: gnu: kwayland: Update to 5.27.0., David Craven, 2016/10/29
- 23/68: gnu: kwidgetsaddons: Update to 5.27.0., David Craven, 2016/10/29
- 35/68: gnu: kfilemetadata: Update to 5.27.0., David Craven, 2016/10/29
- 31/68: gnu: kauth: Update to 5.27.0., David Craven, 2016/10/29
- 27/68: gnu: oxygen-icons: Update to 5.27.0., David Craven, 2016/10/29
- 26/68: gnu: networkmanager-qt: Update to 5.27.0., David Craven, 2016/10/29