gnu: kaccounts-integration: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kaccounts-integration): Update to 24.05.2. [inputs]: Remove libaccounts-qt, qcoro-qt5, and signond; add libaccounts-qt6, qcoro-qt6, and signond-qt6. [arguments]: Set #:qtbase to qtbase. Change-Id: I9306de1bc7a3f72b52ce5df0bbf71b8ee312b13dmaster
parent
09ec788573
commit
6e5942350c
|
@ -575,14 +575,14 @@ one of the APIs mentioned above.")
|
||||||
(define-public kaccounts-integration
|
(define-public kaccounts-integration
|
||||||
(package
|
(package
|
||||||
(name "kaccounts-integration")
|
(name "kaccounts-integration")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/" name "-" version ".tar.xz"))
|
version "/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mn64xw5r2magy5y0qmg5r907jz1y8jar0qqkc6s1zjjr3s3knac"))))
|
"0dbv1yv6qq0rgjlczmky7fmwa3rspyssd6grdbgzyy3k0v35m1fi"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcmutils
|
(inputs (list kcmutils
|
||||||
|
@ -592,9 +592,10 @@ one of the APIs mentioned above.")
|
||||||
kdeclarative
|
kdeclarative
|
||||||
kwallet
|
kwallet
|
||||||
kio
|
kio
|
||||||
libaccounts-qt
|
libaccounts-qt6
|
||||||
qcoro-qt5
|
qcoro-qt6
|
||||||
signond))
|
signond-qt6))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/network/kaccounts-integration")
|
(home-page "https://invent.kde.org/network/kaccounts-integration")
|
||||||
(synopsis "Online account management system")
|
(synopsis "Online account management system")
|
||||||
(description "The Kaccounts Integration library provides online account
|
(description "The Kaccounts Integration library provides online account
|
||||||
|
|
Reference in New Issue