me
/
guix
Archived
1
0
Fork 0

gnu: kmbox: Update to 24.05.2.

* gnu/packages/kde-pim.scm (kmbox): Update to 24.05.2.
[inputs]: Remove qtbase-5.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I6d5d1370ec01597d5d2e21c8254c4b580639447a
master
Zheng Junjie 2024-07-06 22:39:25 +08:00
parent 2d5ee8deeb
commit 2a5be430d1
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 4 additions and 3 deletions

View File

@ -1506,19 +1506,20 @@ mail transport.")
(define-public kmbox
(package
(name "kmbox")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmbox-" version ".tar.xz"))
(sha256
(base32 "05hdfjwp6ay2j16rxp55k3fywwf7kxiig4dv9fh51iysglmzzn76"))))
(base32 "0g2pg80n37miinfv69mz6hpvdhhbprdvgbkvzafspaj9bram9xrr"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
(list kcodecs kmime qtbase-5))
(list kcodecs kmime))
(arguments (list #:qtbase qtbase))
(home-page "https://api.kde.org/kdepim/kmbox/html/index.html")
(synopsis "Library for handling mbox mailboxes")
(description "This is a library for handling mailboxes in mbox format,