[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/68: gnu: solid: Update to 5.27.0.
From: |
David Craven |
Subject: |
28/68: gnu: solid: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:23 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 6ad3befef2f405c3b0866f43cd155175c29e5a3f
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: solid: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (solid): Update to 5.27.0.
[native-inputs]: Add flex-2.6.1.
---
gnu/packages/kde-frameworks.scm | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index fcdf034..6fa4215 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -35,6 +35,7 @@
#:use-module (gnu packages databases)
#:use-module (gnu packages disk)
#:use-module (gnu packages docbook)
+ #:use-module (gnu packages flex)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
@@ -1034,20 +1035,25 @@ which are used in DBus communication.")
(define-public solid
(package
(name "solid")
- (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
- "00wvsxcnvhdx7ijzpcz5wny2ypkxr1drdpr4yvawgpwa678l1107"))))
+ (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
+ "01qlfj30n8sr8xd8l8fimg7hs7h70ynhalk2m9l8dz2qay2pdl27"))))
(build-system cmake-build-system)
(native-inputs
`(("bison" ,bison)
("extra-cmake-modules" ,extra-cmake-modules)
+ ;; extra-cmake-modules forces C89 for all C files for compatibility with
+ ;; Windows. Flex 2.6.0 generates a lexer containing a single line
+ ;; comment. Single line comments are part of the C99 standard, so the
+ ;; lexer won't compile if C89 is used.
+ ("flex" ,flex-2.6.1)
("qttools" ,qttools)))
(inputs
`(("qtbase" ,qtbase)
- 10/68: gnu: karchive: Update to 5.27.0., (continued)
- 10/68: gnu: karchive: Update to 5.27.0., David Craven, 2016/10/29
- 06/68: gnu: attica: Update to 5.27.0., David Craven, 2016/10/29
- 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 <=
- 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, 2016/10/29