mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gpgme: Remove 1.23 and update KDE users.
* gnu/packages/gnupg.scm (gpgme-1.23): Remove. (qgpgme-qt6-1.23): Rename to… (qgpgme-qt6): … this, and inherit from ‘gpgme’. * gnu/packages/kde-pim.scm (kaddressbook, kgpg) (kleopatra, kmail, kmessagelib, libkleo): Update accordingly. * gnu/packages/kde-plasma.scm (plasma-pass): Likewise. * gnu/packages/kde.scm (akregator): Likewise. Change-Id: Ib79b26026a84533da1054da90a5b991dbdaf8a2e Suggested-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
4593303db7
commit
f5fa65b3e9
4 changed files with 20 additions and 33 deletions
|
@ -526,7 +526,7 @@ information.")
|
|||
akonadi-mime
|
||||
akonadi-search
|
||||
boost
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
grantleetheme
|
||||
kcalendarcore
|
||||
kcmutils
|
||||
|
@ -551,7 +551,7 @@ information.")
|
|||
libkleo
|
||||
breeze-icons ; default icon set, required for tests
|
||||
prison
|
||||
qgpgme-qt6-1.23))
|
||||
qgpgme-qt6))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://kontact.kde.org/components/kaddressbook/")
|
||||
(synopsis "Address Book application to manage your contacts")
|
||||
|
@ -879,7 +879,7 @@ package.")
|
|||
akonadi-contacts
|
||||
boost
|
||||
breeze-icons ;; default icon set
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
grantleetheme
|
||||
karchive
|
||||
kcodecs
|
||||
|
@ -1104,7 +1104,7 @@ protocol for querying and modifying directory services running over TCP/IP.")
|
|||
kdoctools))
|
||||
(inputs
|
||||
(list boost
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
kcmutils
|
||||
kcodecs
|
||||
kconfig
|
||||
|
@ -1127,7 +1127,7 @@ protocol for querying and modifying directory services running over TCP/IP.")
|
|||
libkleo
|
||||
mimetreeparser
|
||||
breeze-icons ;; default icon set
|
||||
qgpgme-qt6-1.23))
|
||||
qgpgme-qt6))
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:phases
|
||||
|
@ -1164,7 +1164,7 @@ and retrieving certificates from LDAP servers.")
|
|||
akonadi-mime
|
||||
akonadi-search
|
||||
boost
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
grantleetheme
|
||||
kaddressbook
|
||||
kbookmarks
|
||||
|
@ -1214,7 +1214,7 @@ and retrieving certificates from LDAP servers.")
|
|||
libkleo
|
||||
libksieve
|
||||
breeze-icons ; default icon set, required for tests
|
||||
qgpgme-qt6-1.23
|
||||
qgpgme-qt6
|
||||
qtdeclarative
|
||||
qtkeychain-qt6
|
||||
qtwebchannel
|
||||
|
@ -1514,7 +1514,7 @@ using a Qt/KMime C++ API.")
|
|||
akonadi-notes
|
||||
akonadi-search
|
||||
boost
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
grantleetheme
|
||||
karchive
|
||||
kcalendarcore
|
||||
|
@ -1547,7 +1547,7 @@ using a Qt/KMime C++ API.")
|
|||
kxmlgui
|
||||
libgravatar
|
||||
qca-qt6
|
||||
qgpgme-qt6-1.23
|
||||
qgpgme-qt6
|
||||
qtdeclarative
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
|
@ -2157,7 +2157,7 @@ various Google services.")
|
|||
(list extra-cmake-modules kdoctools qttools))
|
||||
(inputs
|
||||
(list boost
|
||||
gpgme-1.23
|
||||
gpgme
|
||||
kcodecs
|
||||
kcompletion
|
||||
kconfig
|
||||
|
@ -2169,9 +2169,9 @@ various Google services.")
|
|||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
kpimtextedit
|
||||
qgpgme-qt6-1.23))
|
||||
qgpgme-qt6))
|
||||
(propagated-inputs
|
||||
(list gpgme-1.23 qgpgme-qt6-1.23))
|
||||
(list gpgme qgpgme-qt6))
|
||||
(arguments
|
||||
(list
|
||||
#:qtbase qtbase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue