me
/
guix
Archived
1
0
Fork 0

gnu: kmailcommon: Update to 24.05.2.

* gnu/packages/kde-pim.scm (kmailcommon): Update to 24.05.2.
[inputs]: Remove akonadi, akonadi-mime, grantlee, kcompletion,
kdesignerplugin, kmessagelib, kpimcommon, libkdepim, qtwebchannel-5,
qtwebengine-5, and qtbase-5; add qtwebchannel and qtwebengine.
[propagated-inputs]: Add akonadi, akonadi-mime, kcompletion, kmessagelib,
kpimcommon, and libkdepim.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I00ec9052a128fb426afd1ae1d40dcd1a1bfa7fc2
master
Zheng Junjie 2024-07-07 23:36:36 +08:00
parent 562c790838
commit 74808d276e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 15 additions and 16 deletions

View File

@ -1348,34 +1348,29 @@ manager from KDE.")
(define-public kmailcommon (define-public kmailcommon
(package (package
(name "kmailcommon") (name "kmailcommon")
(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/mailcommon-" version ".tar.xz")) "/src/mailcommon-" version ".tar.xz"))
(sha256 (sha256
(base32 "165a0qf6i2862dpsw4wvgnxi4wv7hnc9s63fsf9jp6kbwwfw9nqv")))) (base32 "0s23g08q5nx11vdpwxkqgzcs9xb6nycwsndfl6vpcnlbx10zsbfr"))))
(properties `((upstream-name . "mailcommon"))) (properties `((upstream-name . "mailcommon")))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules dbus gnupg qttools-5)) (list extra-cmake-modules dbus gnupg qttools))
(inputs (inputs
(list akonadi (list akonadi-contacts
akonadi-contacts
akonadi-mime
boost boost
gpgme gpgme
grantlee
grantleetheme grantleetheme
karchive karchive
kcodecs kcodecs
kcompletion
kconfig kconfig
kconfigwidgets kconfigwidgets
kcontacts kcontacts
kdbusaddons kdbusaddons
kdesignerplugin
kguiaddons kguiaddons
ki18n ki18n
kiconthemes kiconthemes
@ -1387,9 +1382,7 @@ manager from KDE.")
kldap kldap
kmailimporter kmailimporter
kmailtransport kmailtransport
kmessagelib
kmime kmime
kpimcommon
kpimtextedit kpimtextedit
ksyntaxhighlighting ksyntaxhighlighting
ktextaddons ktextaddons
@ -1398,16 +1391,22 @@ manager from KDE.")
kwidgetsaddons kwidgetsaddons
kwindowsystem kwindowsystem
kxmlgui kxmlgui
libkdepim
libkleo libkleo
libxslt libxslt
phonon phonon
qgpgme qgpgme
qtwebchannel-5 qtwebchannel
qtwebengine-5 qtwebengine))
qtbase-5)) (propagated-inputs (list akonadi
akonadi-mime
kcompletion
kmessagelib
kpimcommon
libkdepim))
(arguments (arguments
`(#:tests? #f)) ;; TODO: 12/62 tests fail (list
#:qtbase qtbase
#:tests? #f)) ;; TODO: 12/62 tests fail
(home-page "https://invent.kde.org/pim/mailcommon") (home-page "https://invent.kde.org/pim/mailcommon")
(synopsis "KDE email utility library") (synopsis "KDE email utility library")
(description "The mail common library provides utility functions for (description "The mail common library provides utility functions for