1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: mimetreeparser: Update to 25.08.1.

* gnu/packages/kde-pim.scm (mimetreeparser): Update to 25.08.1.
[inputs]: Add kcolorscheme.

Change-Id: I72e36aabc5d88fc15d0b0c6fba84b02e9ef591cf
This commit is contained in:
Sughosha
2025-09-20 18:36:59 +05:30
committed by Andreas Enge
parent 03fbf78c7c
commit 959bbf630d

View File

@@ -2562,19 +2562,24 @@ NOTE: plsase add akonadi and kdepim-runtime to system package.")
(define-public mimetreeparser
(package
(name "mimetreeparser")
(version "24.12.1")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/mimetreeparser-" version ".tar.xz"))
(sha256
(base32 "0hpn8v2c6v5r2ydqha9xr28ki3ml9k3wf3lpra0i6q81bp4ainfi"))))
(base32 "19352filp88g08m5drz3hy1h0p8gxgglvjxiwkm9q47pqphrhzhb"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
(list kcalendarcore kcodecs libkleo kwidgetsaddons qtdeclarative))
(list kcalendarcore
kcodecs
kcolorscheme
libkleo
kwidgetsaddons
qtdeclarative))
(propagated-inputs (list ki18n kmime kmbox))
(arguments
(list #:tests? #f ;; FIXME: 7/9 tests fail.