Archived
1
0
Fork 0

gnu: akonadi-mime: Update to 24.05.2.

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

Change-Id: I282a8da97f4469127c061780887240e162cfef69
This commit is contained in:
Zheng Junjie 2024-07-06 20:12:33 +08:00
parent 0f14b47e18
commit 0e94c6f7cf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -238,14 +238,14 @@ to list and filter contacts.")
(define-public akonadi-mime (define-public akonadi-mime
(package (package
(name "akonadi-mime") (name "akonadi-mime")
(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/akonadi-mime-" version ".tar.xz")) "/src/akonadi-mime-" version ".tar.xz"))
(sha256 (sha256
(base32 "1r33v2q49s7l90id4jqg0lar9p1j5k0cbnzsaqdksavzpzkcklh5")))) (base32 "1y6h53jfy77g7198cp5rfv0zabvfjg6fsw95wp4khcjvmm0qhzqm"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules libxslt ;; xslt for generating interface descriptions (list extra-cmake-modules libxslt ;; xslt for generating interface descriptions
@ -262,12 +262,13 @@ to list and filter contacts.")
kitemmodels kitemmodels
kmime kmime
kwidgetsaddons kwidgetsaddons
kxmlgui kxmlgui))
qtbase-5))
(home-page "https://api.kde.org/kdepim/akonadi/html/index.html") (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases #:qtbase qtbase
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'copy-desktop-file-early (add-after 'unpack 'copy-desktop-file-early
(lambda _ (lambda _
(let ((plugins-dir "/tmp/.local/share/akonadi/plugins/serializer")) (let ((plugins-dir "/tmp/.local/share/akonadi/plugins/serializer"))