me
/
guix
Archived
1
0
Fork 0

gnu: libkdepim: Update to 24.05.2.

* gnu/packages/kde-pim.scm (libkdepim): Update to 24.05.2.
[inputs]: Remove kdesignerplugin and qtbase-5.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ic39f3a202862e5c7ecf80031b5afd82f8e26cc7d
master
Zheng Junjie 2024-07-06 22:47:51 +08:00
parent 2a5be430d1
commit ab1109955b
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 6 deletions

View File

@ -2093,17 +2093,17 @@ and allows one to view/extract message formatted text in Rich Text Format.")
(define-public libkdepim
(package
(name "libkdepim")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkdepim-" version ".tar.xz"))
(sha256
(base32 "1i5c4qqd4ghlfjvxniy8sbfqh0fsrz4sadvh0n2d207s9rsl274v"))))
(base32 "1k22qjxfm8msj8ipyz2p5qq0hx9q6p3qw42cp3bnbhiaamanmlq3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
(list extra-cmake-modules qttools))
(inputs
(list akonadi
akonadi-contacts
@ -2119,7 +2119,6 @@ and allows one to view/extract message formatted text in Rich Text Format.")
kcontacts
kcoreaddons
kdbusaddons
kdesignerplugin
ki18n
kiconthemes
kio
@ -2129,8 +2128,8 @@ and allows one to view/extract message formatted text in Rich Text Format.")
kldap
kmime
kwallet
kwidgetsaddons
qtbase-5))
kwidgetsaddons))
(arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/pim/libkdepim")
(synopsis "Libraries for common KDE PIM apps")
(description "This package provided libraries for common KDE PIM apps.")