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, grantlee and qtbase-5; add gpgme-1.23 and kstatusnotifieritem. Change-Id: I6464d4785570266a2918522b3db54edf7dea7847master
parent
4235628cf4
commit
8c8d827d24
|
@ -870,17 +870,18 @@ package.")
|
||||||
(define-public kgpg
|
(define-public kgpg
|
||||||
(package
|
(package
|
||||||
(name "kgpg")
|
(name "kgpg")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kgpg-" version ".tar.xz"))
|
"/src/kgpg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ihxw1s4sq7cp5pm6rddcmvqk0v5gfg4v38b6yg8hyjg655x63jz"))))
|
(base32 "10zhxkhjsbn2pfhq40ym8qp39adfqhdvcg1rm9hvf8k1c91lzpxk"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:qtbase qtbase
|
||||||
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
@ -900,8 +901,8 @@ package.")
|
||||||
(list akonadi
|
(list akonadi
|
||||||
akonadi-contacts
|
akonadi-contacts
|
||||||
boost
|
boost
|
||||||
gpgme
|
breeze-icons ;; default icon set
|
||||||
grantlee
|
gpgme-1.23
|
||||||
grantleetheme
|
grantleetheme
|
||||||
karchive
|
karchive
|
||||||
kcodecs
|
kcodecs
|
||||||
|
@ -916,12 +917,11 @@ package.")
|
||||||
kjobwidgets
|
kjobwidgets
|
||||||
knotifications
|
knotifications
|
||||||
kservice
|
kservice
|
||||||
|
kstatusnotifieritem
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui))
|
||||||
breeze-icons ;; default icon set
|
|
||||||
qtbase-5))
|
|
||||||
(home-page "https://apps.kde.org/kgpg/")
|
(home-page "https://apps.kde.org/kgpg/")
|
||||||
(synopsis "Graphical front end for GNU Privacy Guard")
|
(synopsis "Graphical front end for GNU Privacy Guard")
|
||||||
(description "Kgpg manages cryptographic keys for the GNU Privacy Guard,
|
(description "Kgpg manages cryptographic keys for the GNU Privacy Guard,
|
||||||
|
|
Reference in New Issue