[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
314/458: gnu: kgpg: Update to 24.05.2.
From: |
guix-commits |
Subject: |
314/458: gnu: kgpg: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:01:03 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 9a1bb1cbea4109173719e1c94f2cb278b4b09b74
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 10:02:43 2024 +0800
gnu: kgpg: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kgpg): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove gpgme and qtbase-5; add gpgme-1.23 and kstatusnotifieritem.
Change-Id: I6464d4785570266a2918522b3db54edf7dea7847
---
gnu/packages/kde-pim.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index bddd2d24a2..e42a993563 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -889,17 +889,18 @@ package.")
(define-public kgpg
(package
(name "kgpg")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kgpg-" version ".tar.xz"))
(sha256
- (base32 "1ihxw1s4sq7cp5pm6rddcmvqk0v5gfg4v38b6yg8hyjg655x63jz"))))
+ (base32 "10zhxkhjsbn2pfhq40ym8qp39adfqhdvcg1rm9hvf8k1c91lzpxk"))))
(build-system qt-build-system)
(arguments
- (list #:phases
+ (list #:qtbase qtbase
+ #:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
@@ -919,7 +920,8 @@ package.")
(list akonadi
akonadi-contacts
boost
- gpgme
+ breeze-icons ;; default icon set
+ gpgme-1.23
grantlee
grantleetheme
karchive
@@ -935,12 +937,11 @@ package.")
kjobwidgets
knotifications
kservice
+ kstatusnotifieritem
ktextwidgets
kwidgetsaddons
kwindowsystem
- kxmlgui
- breeze-icons ;; default icon set
- qtbase-5))
+ kxmlgui))
(home-page "https://apps.kde.org/kgpg/")
(synopsis "Graphical front end for GNU Privacy Guard")
(description "Kgpg manages cryptographic keys for the GNU Privacy Guard,
- 281/458: gnu: audiocd-kio: Update to 24.05.2., (continued)
- 281/458: gnu: audiocd-kio: Update to 24.05.2., guix-commits, 2024/07/15
- 262/458: gnu: kdiagram: Update to 3.0.1., guix-commits, 2024/07/15
- 278/458: gnu: konversation: Update to 24.05.2., guix-commits, 2024/07/15
- 286/458: gnu: Add mpvqt., guix-commits, 2024/07/15
- 295/458: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/15
- 296/458: gnu: kmailcommon: Update to 24.05.2., guix-commits, 2024/07/15
- 298/458: gnu: keventviews: Update to 24.05.2., guix-commits, 2024/07/15
- 301/458: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/15
- 308/458: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/15
- 318/458: gnu: Add kquickcharts-5., guix-commits, 2024/07/15
- 314/458: gnu: kgpg: Update to 24.05.2.,
guix-commits <=
- 315/458: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/15
- 328/458: gnu: Add kitemviews-5., guix-commits, 2024/07/15
- 338/458: gnu: Add solid-5., guix-commits, 2024/07/15
- 341/458: gnu: Add kdbusaddons-5., guix-commits, 2024/07/15
- 339/458: gnu: Add knotifications-5., guix-commits, 2024/07/15
- 350/458: gnu: Add kbookmarks-5., guix-commits, 2024/07/15
- 353/458: gnu: Remove kxmlrpcclient., guix-commits, 2024/07/15
- 356/458: gnu: Add kdeclarative-5., guix-commits, 2024/07/15
- 366/458: gnu: Add ksyntaxhighlighting-5., guix-commits, 2024/07/15
- 369/458: gnu: Add knotifyconfig-5., guix-commits, 2024/07/15