mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
d6e84545ec
commit
951e9ed2ed
1 changed files with 3 additions and 2 deletions
|
@ -3330,14 +3330,14 @@ (define-public xdg-desktop-portal-hyprland
|
|||
(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.
|
||||
|
@ -3349,6 +3349,7 @@ (define-public xdg-desktop-portal-kde
|
|||
(inputs (list cups
|
||||
kcoreaddons
|
||||
kconfig
|
||||
kcrash
|
||||
ki18n
|
||||
kdeclarative
|
||||
kio
|
||||
|
|
Loading…
Reference in a new issue