me
/
guix
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
master
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
1 changed files with 16 additions and 15 deletions

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,21 +262,22 @@ 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
(add-after 'unpack 'copy-desktop-file-early #:phases
(lambda _ #~(modify-phases %standard-phases
(let ((plugins-dir "/tmp/.local/share/akonadi/plugins/serializer")) (add-after 'unpack 'copy-desktop-file-early
(mkdir-p plugins-dir) (lambda _
(copy-file "serializers/akonadi_serializer_mail.desktop" (let ((plugins-dir "/tmp/.local/share/akonadi/plugins/serializer"))
(string-append plugins-dir "/akonadi_serializer_mail.desktop"))))) (mkdir-p plugins-dir)
(add-before 'check 'check-setup (copy-file "serializers/akonadi_serializer_mail.desktop"
(lambda _ (string-append plugins-dir "/akonadi_serializer_mail.desktop")))))
(setenv "HOME" "/tmp")))))) (add-before 'check 'check-setup
(lambda _
(setenv "HOME" "/tmp"))))))
(synopsis "Akonadi MIME handling library") (synopsis "Akonadi MIME handling library")
(description "Akonadi Mime is a library that effectively bridges the (description "Akonadi Mime is a library that effectively bridges the
type-agnostic API of the Akonadi client libraries and the domain-specific type-agnostic API of the Akonadi client libraries and the domain-specific