[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/68: gnu: kguiaddons: Update to 5.27.0.
From: |
David Craven |
Subject: |
16/68: gnu: kguiaddons: 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 ee6cebf6a97d9f0818590cb1841e13b089543d02
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kguiaddons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.27.0 and fix
indentation.
---
gnu/packages/kde-frameworks.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 168381c..619479b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -564,16 +564,16 @@ infrastructure.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (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
- "0ig96ah20ybg5rwpswj9va2klvkh2q4amwxmgy3z4niwfsm2g3ic"))))
+ (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
+ "1skvlcj0fgb4am02vlm4fyd52f9yn4y0aj5arcfz3qps5cjzr6xg"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -582,11 +582,11 @@ infrastructure.")
`(("qtbase" ,qtbase)))
(arguments
`(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda* _
- (setenv "QT_QPA_PLATFORM" "offscreen")
- #t)))))
+ (modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for graphical user interfaces")
(description "The KDE GUI addons provide utilities for graphical user
- branch master updated (ee5fb7e -> 9efa472), David Craven, 2016/10/29
- 03/68: gnu: gpgmepp: Update to 16.08.2., David Craven, 2016/10/29
- 04/68: gnu: kpmcore: Fix indentation., David Craven, 2016/10/29
- 05/68: gnu: phonon: Fix indentation., David Craven, 2016/10/29
- 02/68: gnu: extra-cmake-modules: Update to 5.27.0., David Craven, 2016/10/29
- 01/68: gnu: Add flex-2.6.1., David Craven, 2016/10/29
- 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 <=
- 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, 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