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

gnu: xdg-desktop-portal-kde: Update to 6.2.5.

* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.2.5.
[inputs]: Add kcrash.

Change-Id: I5cdfa8955cc81072c296444292fa373672720735
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:19 +08:00
committed by Zheng Junjie
parent ff54978cf0
commit e42bc2c0c4

View File

@@ -3491,14 +3491,14 @@ interfaces.")
(define-public xdg-desktop-portal-kde
(package
(name "xdg-desktop-portal-kde")
(version "6.1.4")
(version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1cm7vh179dvb4jrd70ifsgpkrnfk9imzb65cg76g5znmhvyibjiq"))))
"1w9sc8a4a3h3604x6vakhbiqibcwxiqpcd4kvq540cy4gmpvz1hy"))))
(build-system qt-build-system)
(arguments (list
#:tests? #f ;; colorschemetest test fail, because require dbus.
@@ -3510,6 +3510,7 @@ interfaces.")
(inputs (list cups
kcoreaddons
kconfig
kcrash
ki18n
kdeclarative
kio