gnu: qgpgme: Rename to qgpgme-qt5.

* gnu/packages/gnupg.scm (qgpgme): Rename to...
(qgpgme-qt5): ...this.
[name]: Change to qgpgme-qt5.
* gnu/packages/kde-frameworks.scm (kwallet-5): Rename input accordingly.
This commit is contained in:
Andreas Enge 2026-01-07 13:53:24 +01:00
parent 1df4dddf96
commit eb0711c636
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 3 additions and 3 deletions

View file

@ -466,10 +466,10 @@ instead. This way bug fixes or improvements can be done at a central place
and every application benefits from this.")
(license license:lgpl2.1+)))
(define-public qgpgme
(define-public qgpgme-qt5
(package
(inherit gpgme)
(name "qgpgme")
(name "qgpgme-qt5")
(arguments
`(#:phases
(modify-phases %standard-phases

View file

@ -4574,7 +4574,7 @@ the passwords on KDE work spaces.")
kwindowsystem-5
libgcrypt
phonon-qt5
qgpgme
qgpgme-qt5
qca
qtbase-5))))