mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
562c790838
commit
74808d276e
1 changed files with 15 additions and 16 deletions
|
@ -1348,34 +1348,29 @@ (define-public kmail
|
|||
(define-public kmailcommon
|
||||
(package
|
||||
(name "kmailcommon")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/mailcommon-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "165a0qf6i2862dpsw4wvgnxi4wv7hnc9s63fsf9jp6kbwwfw9nqv"))))
|
||||
(base32 "0s23g08q5nx11vdpwxkqgzcs9xb6nycwsndfl6vpcnlbx10zsbfr"))))
|
||||
(properties `((upstream-name . "mailcommon")))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules dbus gnupg qttools-5))
|
||||
(list extra-cmake-modules dbus gnupg qttools))
|
||||
(inputs
|
||||
(list akonadi
|
||||
akonadi-contacts
|
||||
akonadi-mime
|
||||
(list akonadi-contacts
|
||||
boost
|
||||
gpgme
|
||||
grantlee
|
||||
grantleetheme
|
||||
karchive
|
||||
kcodecs
|
||||
kcompletion
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcontacts
|
||||
kdbusaddons
|
||||
kdesignerplugin
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
|
@ -1387,9 +1382,7 @@ (define-public kmailcommon
|
|||
kldap
|
||||
kmailimporter
|
||||
kmailtransport
|
||||
kmessagelib
|
||||
kmime
|
||||
kpimcommon
|
||||
kpimtextedit
|
||||
ksyntaxhighlighting
|
||||
ktextaddons
|
||||
|
@ -1398,16 +1391,22 @@ (define-public kmailcommon
|
|||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
libkdepim
|
||||
libkleo
|
||||
libxslt
|
||||
phonon
|
||||
qgpgme
|
||||
qtwebchannel-5
|
||||
qtwebengine-5
|
||||
qtbase-5))
|
||||
qtwebchannel
|
||||
qtwebengine))
|
||||
(propagated-inputs (list akonadi
|
||||
akonadi-mime
|
||||
kcompletion
|
||||
kmessagelib
|
||||
kpimcommon
|
||||
libkdepim))
|
||||
(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")
|
||||
(synopsis "KDE email utility library")
|
||||
(description "The mail common library provides utility functions for
|
||||
|
|
Loading…
Reference in a new issue