[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1.
From: |
guix-commits |
Subject: |
336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1. |
Date: |
Fri, 28 Jun 2024 09:59:31 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit da5e19950d612b2528e12a61456842e2276ddb79
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 17:27:26 2024 +0800
gnu: xdg-desktop-portal-kde: Update to 6.1.1.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.1.
[arguments]: Disable tests? and Set #:qtbase to qtbase.
[inputs]: Remove kcoreaddons, kconfig, ki18n, kdeclarative, kio, kirigami,
knotifications, plasma-framework, kwayland, kwidgetsaddons,
kwindowsystem, kiconthemes, qtdeclarative-5, qtwayland-5,
kglobalaccel, kguiaddons, and kio-fuse; add kcoreaddons-6, kconfig-6,
ki18n-6, kdeclarative-6, kio-6, kirigami-6, knotifications-6,
libplasma, kstatusnotifieritem, kwayland-6, kwidgetsaddons-6,
kwindowsystem-6, kiconthemes-6, qtdeclarative, qtwayland,
kglobalaccel-6, and kguiaddons-6.
[propagated-inputs]: Add xdg-desktop-portal.
[native-inputs]: Add python-minimal and python-pygobject.
Change-Id: Id60e7b41fe4541ea818544519d2821b022b342bf
---
gnu/packages/freedesktop.scm | 48 ++++++++++++++++++++++++++------------------
1 file changed, 28 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d7f5f82d85..a52e4483b7 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3137,38 +3137,46 @@ interfaces.")
(define-public xdg-desktop-portal-kde
(package
(name "xdg-desktop-portal-kde")
- (version "5.27.6")
+ (version "6.1.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0wzp21l521d9z9mnfgiapzljqpg5qc5ghyzndpr8cz54c2bf9mdf"))))
+ "01188kzi83yxpm4j78pzraqxazqk0ga0jy9771j094ppdwnm90dw"))))
(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
- kcoreaddons
- kconfig
- ki18n
- kdeclarative
- kio
- kirigami
- knotifications
- plasma-framework
+ kcoreaddons-6
+ kconfig-6
+ ki18n-6
+ kdeclarative-6
+ kio-6
+ kirigami-6
+ knotifications-6
+ libplasma
plasma-wayland-protocols
- kwayland
- kwidgetsaddons
- kwindowsystem
- kiconthemes
- qtdeclarative-5
- qtwayland-5
+ kstatusnotifieritem
+ kwayland-6
+ kwidgetsaddons-6
+ kwindowsystem-6
+ kiconthemes-6
+ qtdeclarative
+ qtwayland
wayland
- kglobalaccel
- kguiaddons
+ kglobalaccel-6
+ kguiaddons-6
libxkbcommon
- kio-fuse
wayland-protocols))
+ (propagated-inputs
+ (list xdg-desktop-portal))
(synopsis "Backend implementation for xdg-desktop-portal using Qt/KF5")
(description "This package provides a backend implementation
for xdg-desktop-portal that is using Qt/KF5.")
- 316/347: gnu: kio-extras: Update to 24.05.1., (continued)
- 316/347: gnu: kio-extras: Update to 24.05.1., guix-commits, 2024/06/28
- 315/347: gnu: kdenlive: Update to 24.05.1., guix-commits, 2024/06/28
- 319/347: gnu: kolourpaint: Update to 24.05.1., guix-commits, 2024/06/28
- 325/347: gnu: kompare: Update to 24.05.1., guix-commits, 2024/06/28
- 327/347: gnu: kpublictransport: Update to 24.05.1., guix-commits, 2024/06/28
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1., guix-commits, 2024/06/28
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1., guix-commits, 2024/06/28
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1.,
guix-commits <=
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28
- 340/347: gnu: filelight: Update to 24.05.1., guix-commits, 2024/06/28
- 344/347: gnu: kcharselect: Update to 24.05.1., guix-commits, 2024/06/28
- 345/347: gnu: kdialog: Update to 24.05.1., guix-commits, 2024/06/28
- 347/347: gnu: kmag: Update to 24.05.1., guix-commits, 2024/06/28