[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/68: gnu: kpeople: Update to 5.27.0.
From: |
David Craven |
Subject: |
60/68: gnu: kpeople: 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 3a1e972d50eea0230b7af29c08027d8b0fc55e71
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: kpeople: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0.
[arguments]: Return #t.
---
gnu/packages/kde-frameworks.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 61e4c0c..1d3e48b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2341,16 +2341,16 @@ widgets with a user-interface defined in terms of
actions.")
(define-public kpeople
(package
(name "kpeople")
- (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
- "0iknzkj23y927xh24kw5sjxyirhy6pkmfcmmgwzd78rba8a54qp2"))))
+ (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
+ "1w6sbd6djcpv36m9my4drqkrs1l3cryshpz1dx9z8p7afr296n8j"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
@@ -2370,7 +2370,8 @@ widgets with a user-interface defined in terms of
actions.")
(add-before 'check 'check-setup
(lambda _
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
- (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Provides access to all contacts and aggregates them by person")
(description "KPeople offers unified access to our contacts from different
- 52/68: gnu: kemoticons: Update to 5.27.0., (continued)
- 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, 2016/10/29
- 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 <=
- 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