[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
295/332: gnu: kgpg: Update to 23.04.3.
From: |
guix-commits |
Subject: |
295/332: gnu: kgpg: Update to 23.04.3. |
Date: |
Wed, 2 Aug 2023 10:37:13 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 2acb3ce731dacf751ecf0e0a2cd53774f4e74e7d
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jul 30 10:32:00 2023 +0800
gnu: kgpg: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kgpg): Update to 23.04.3.
[arguments]<#:phases>: Enable all tests with $HOME set.
[native-inputs]: Remove dbus, add pkg-config.
---
gnu/packages/kde-pim.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 263940a8d6..5824a391b8 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -897,27 +897,28 @@ package.")
(define-public kgpg
(package
(name "kgpg")
- (version "22.08.1")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kgpg-" version ".tar.xz"))
(sha256
- (base32 "1xs0w6lxwq3hzs8r1cwmygcjilbgwa8zpjxwj6zz1wmbg04gqk36"))))
+ (base32 "1ihxw1s4sq7cp5pm6rddcmvqk0v5gfg4v38b6yg8hyjg655x63jz"))))
(build-system qt-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "dbus-launch" "ctest" "-E" ;; FIXME: Failing tests.
- "(kgpg-import|kgpg-disable)")))))))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME" (getcwd))
+ (invoke "ctest")))))))
(native-inputs
- (list extra-cmake-modules gnupg ;; TODO: Remove after gpgme uses fixed
path
- dbus ;; Remove after failing test passes
- kdoctools))
+ (list extra-cmake-modules
+ gnupg ;; TODO: Remove after gpgme uses fixed path
+ kdoctools
+ pkg-config))
(inputs
(list akonadi
akonadi-contacts
- 36/332: gnu: kcompletion: Update to 5.108.0., (continued)
- 36/332: gnu: kcompletion: Update to 5.108.0., guix-commits, 2023/08/02
- 43/332: gnu: kpty: Update to 5.108.0., guix-commits, 2023/08/02
- 46/332: gnu: syndication: Update to 5.108.0., guix-commits, 2023/08/02
- 54/332: gnu: kconfigwidgets: Use G-expressions., guix-commits, 2023/08/02
- 76/332: gnu: kded: Update to 5.108.0., guix-commits, 2023/08/02
- 157/332: gnu: milou: Update to 5.27.6., guix-commits, 2023/08/02
- 56/332: gnu: sonnet: Update to 5.108.0., guix-commits, 2023/08/02
- 199/332: gnu: libkcompactdisc: Update to 23.04.3., guix-commits, 2023/08/02
- 289/332: gnu: kaccounts-integration: Update to 23.04.3., guix-commits, 2023/08/02
- 302/332: gnu: kmailcommon: Update to 23.04.3., guix-commits, 2023/08/02
- 295/332: gnu: kgpg: Update to 23.04.3.,
guix-commits <=
- 297/332: gnu: kidentitymanagement: Update to 23.04.3., guix-commits, 2023/08/02
- 305/332: gnu: kmbox: Update to 23.04.3., guix-commits, 2023/08/02
- 309/332: gnu: kontactinterface: Update to 23.04.3., guix-commits, 2023/08/02
- 310/332: gnu: korganizer: Update to 23.04.3., guix-commits, 2023/08/02
- 324/332: gnu: ffmpegthumbs: Update to 23.04.3., guix-commits, 2023/08/02
- 330/332: gnu: latte-dock: Update to 0.10.9., guix-commits, 2023/08/02
- 313/332: gnu: libgravatar: Update to 23.04.3., guix-commits, 2023/08/02
- 314/332: gnu: kpimtextedit: Update to 23.04.3., guix-commits, 2023/08/02
- 322/332: gnu: dragon: Update to 23.04.3., guix-commits, 2023/08/02
- 332/332: gnu: plasma: Update to 5.27.7., guix-commits, 2023/08/02