[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/68: gnu: kservice: Update to 5.27.0.
From: |
David Craven |
Subject: |
62/68: gnu: kservice: 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 886d8155c1a4fee91bd8896a193df0abcd00cf72
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kservice: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kservice): Update to 5.27.0.
[native-inputs]: Add bison and flex-2.6.1.
---
gnu/packages/kde-frameworks.scm | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a55be6e..bbd09b0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2439,22 +2439,28 @@ typed.")
(define-public kservice
(package
(name "kservice")
- (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
- "0w0nsg64d6xhgijr2vh0j5p544qi0q55jpqa9v9mv956zrrdssdk"))))
+ (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
+ "129bjdr272qkz2inmagy8jnxasifrl4d82x8rp9akfar29qsj6x6"))))
(build-system cmake-build-system)
(propagated-inputs
`(("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons)))
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("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)))
(inputs
`(("kcrash" ,kcrash)
("kdbusaddons" ,kdbusaddons)
- 48/68: gnu: kdeclarative: Update to 5.27.0., (continued)
- 48/68: gnu: kdeclarative: Update to 5.27.0., David Craven, 2016/10/29
- 53/68: gnu: kglobalaccel: Update to 5.27.0., David Craven, 2016/10/29
- 52/68: gnu: kemoticons: Update to 5.27.0., David Craven, 2016/10/29
- 42/68: gnu: baloo: Update to 5.27.0., David Craven, 2016/10/29
- 50/68: gnu: kdesignerplugin: Update to 5.27.0., David Craven, 2016/10/29
- 44/68: gnu: kactivities-stats: Update to 5.27.0., David Craven, 2016/10/29
- 58/68: gnu: knotifyconfig: Update to 5.27.0., David Craven, 2016/10/29
- 55/68: gnu: kinit: Update to 5.27.0., David Craven, 2016/10/29
- 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 <=
- 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, 2016/10/29
- 66/68: gnu: kxmlgui: Update to 5.27.0., David Craven, 2016/10/29