mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: xdg-desktop-portal-kde: Update to 6.1.2.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.2. [inputs]: Remove plasma-framework, qtdeclarative-5, qtwayland-5, and kio-fuse; add libplasma, kstatusnotifieritem, qtdeclarative, and qtwayland. [propagated-inputs]: Add xdg-desktop-portal. [native-inputs]: Add python-minimal and python-pygobject. [arguments]: Set #:qtbase to qtbase. Change-Id: I492eaf242b2db5e309e53887ed92490c3c136f1a
This commit is contained in:
parent
768c185a7d
commit
fbb167ef77
1 changed files with 15 additions and 7 deletions
|
@ -3137,16 +3137,22 @@ (define-public xdg-desktop-portal-gtk
|
||||||
(define-public xdg-desktop-portal-kde
|
(define-public xdg-desktop-portal-kde
|
||||||
(package
|
(package
|
||||||
(name "xdg-desktop-portal-kde")
|
(name "xdg-desktop-portal-kde")
|
||||||
(version "5.27.6")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wzp21l521d9z9mnfgiapzljqpg5qc5ghyzndpr8cz54c2bf9mdf"))))
|
"0dksk5zs4w79n9l8wspwdgzx2fj1xafsjjk4d6bv2hrhhly7bnxr"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(arguments (list
|
||||||
|
#:tests? #f ;; colorschemetest test fail, because require dbus.
|
||||||
|
#:qtbase qtbase))
|
||||||
|
(native-inputs (list extra-cmake-modules pkg-config
|
||||||
|
;; require by test.
|
||||||
|
python-minimal
|
||||||
|
python-pygobject))
|
||||||
(inputs (list cups
|
(inputs (list cups
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kconfig
|
kconfig
|
||||||
|
@ -3155,20 +3161,22 @@ (define-public xdg-desktop-portal-kde
|
||||||
kio
|
kio
|
||||||
kirigami
|
kirigami
|
||||||
knotifications
|
knotifications
|
||||||
plasma-framework
|
libplasma
|
||||||
plasma-wayland-protocols
|
plasma-wayland-protocols
|
||||||
|
kstatusnotifieritem
|
||||||
kwayland
|
kwayland
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kiconthemes
|
kiconthemes
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtwayland-5
|
qtwayland
|
||||||
wayland
|
wayland
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
kguiaddons
|
kguiaddons
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
kio-fuse
|
|
||||||
wayland-protocols))
|
wayland-protocols))
|
||||||
|
(propagated-inputs
|
||||||
|
(list xdg-desktop-portal))
|
||||||
(synopsis "Backend implementation for xdg-desktop-portal using Qt/KF5")
|
(synopsis "Backend implementation for xdg-desktop-portal using Qt/KF5")
|
||||||
(description "This package provides a backend implementation
|
(description "This package provides a backend implementation
|
||||||
for xdg-desktop-portal that is using Qt/KF5.")
|
for xdg-desktop-portal that is using Qt/KF5.")
|
||||||
|
|
Loading…
Reference in a new issue