[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/68: gnu: knotifications: Update to 5.27.0.
From: |
David Craven |
Subject: |
38/68: gnu: knotifications: 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 7507399846237ae0c18510b4afef256d299cfa9a
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: knotifications: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (knotifications): Update to 5.27.0 and
fix indentation.
---
gnu/packages/kde-frameworks.scm | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 669ed7c..147ecd0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1377,16 +1377,16 @@ asynchronous jobs.")
(define-public knotifications
(package
(name "knotifications")
- (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
- "0qryp41phnpx4r9wa6rfhmnzy7nxl0ijnyrafadf2n2xb53ipkpa"))))
+ (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
+ "09v122nxfgqjzr2azfn2nh4q9l22i5wnsz9prs0i7s3m7y0d7pxn"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -1404,10 +1404,11 @@ asynchronous jobs.")
`(#:phases
(modify-phases %standard-phases
(add-before 'check 'check-setup
- (lambda* _
- (setenv "HOME" (getcwd))))
+ (lambda _
+ (setenv "HOME" (getcwd))
+ #t))
(replace 'check
- (lambda* _
+ (lambda _
(setenv "DBUS_FATAL_WARNINGS" "0")
(zero? (system* "dbus-launch" "ctest" ".")))))))
(home-page "https://community.kde.org/Frameworks")
- 13/68: gnu: kcoreaddons: Update to 5.27.0., (continued)
- 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
- 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 <=
- 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
- 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