[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/373: gnu: plasma-integration: Update to 6.1.2.
From: |
guix-commits |
Subject: |
154/373: gnu: plasma-integration: Update to 6.1.2. |
Date: |
Mon, 8 Jul 2024 08:04:40 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1ca47f66424f76e8573db88e9a8ece53a93b6bab
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 15:23:45 2024 +0800
gnu: plasma-integration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (plasma-integration): Update to 6.1.2.
[inputs]: Remove qtdeclarative-5, qtquickcontrols2-5, qtwayland-5, and
qtx11extras; add kguiaddons, kstatusnotifieritem, kwayland, kxmlgui,
libxkbcommon, qtdeclarative, qtwayland, xdg-desktop-portal-kde,
font-google-noto-sans-cjk, font-google-noto-emoji, and font-hack.
[arguments]: Set #:qtbase to qtbase.
<#:configure-flags>: Pass -DBUILD_QT5=OFF.
Change-Id: Idd5e7ef49bbec92b32663ed6b3d906f51550dbc6
---
gnu/packages/kde-plasma.scm | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 302d24e459..bbc9a9d6c6 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -43,6 +43,7 @@
#:use-module (gnu packages display-managers)
#:use-module (gnu packages file-systems)
#:use-module (gnu packages firmware)
+ #:use-module (gnu packages fonts)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gdb)
@@ -2084,7 +2085,7 @@ activities effectively, without being distracting.")
(define-public plasma-integration
(package
(name "plasma-integration")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2092,10 +2093,12 @@ activities effectively, without being distracting.")
version ".tar.xz"))
(sha256
(base32
- "1ahzckvc69wk2rx73sl40h0in1y7ny0vm0i7lbrrcggv1v36dwp3"))))
+ "0108pzfjwd84ysysq705k8ccy4hi9mmx412ll3d751dc50lj6np1"))))
(build-system qt-build-system)
(arguments
- (list #:tests? #f ;TODO: Failing tests
+ (list #:qtbase qtbase
+ #:configure-flags #~(list "-DBUILD_QT5=OFF")
+ #:tests? #f ;TODO: Failing tests
#:phases #~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
@@ -2109,20 +2112,27 @@ activities effectively, without being distracting.")
(native-inputs (list extra-cmake-modules pkg-config))
(inputs (list breeze
kconfig
- kio
- ki18n
- kwidgetsaddons
kconfigwidgets
+ kguiaddons
+ ki18n
kiconthemes
+ kio
knotifications
+ kstatusnotifieritem
+ kwayland
+ kwidgetsaddons
+ kxmlgui
libxcb
libxcursor
+ libxkbcommon
plasma-wayland-protocols
- qtdeclarative-5
- qtquickcontrols2-5
- qtwayland-5
- qtx11extras
- wayland))
+ qtdeclarative
+ qtwayland
+ wayland
+ xdg-desktop-portal-kde
+ font-google-noto-sans-cjk
+ font-google-noto-emoji
+ font-hack))
(home-page "https://invent.kde.org/plasma/plasma-integration")
(synopsis
"Qt Platform Theme integration plugins for the Plasma workspaces")
- 102/373: gnu: baloo: Update to 6.3.0., (continued)
- 102/373: gnu: baloo: Update to 6.3.0., guix-commits, 2024/07/08
- 106/373: gnu: bluedevil: Update to 6.1.2., guix-commits, 2024/07/08
- 116/373: gnu: kpipewire: Update to 6.1.2., guix-commits, 2024/07/08
- 118/373: gnu: libksysguard: Update to 6.1.2., guix-commits, 2024/07/08
- 125/373: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/08
- 129/373: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/08
- 136/373: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/07/08
- 143/373: gnu: plasma-welcome: Update to 6.1.2., guix-commits, 2024/07/08
- 147/373: gnu: ksystemstats: Update to 6.1.2., guix-commits, 2024/07/08
- 151/373: gnu: discover: Update to 6.1.2., guix-commits, 2024/07/08
- 154/373: gnu: plasma-integration: Update to 6.1.2.,
guix-commits <=
- 59/373: gnu: knotifications: Update to 6.3.0., guix-commits, 2024/07/08
- 82/373: gnu: kdav: Update to 6.3.0., guix-commits, 2024/07/08
- 91/373: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/08
- 93/373: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/08
- 101/373: gnu: kfilemetadata: Update to 6.3.0., guix-commits, 2024/07/08
- 103/373: gnu: oxygen-sounds: Update to 6.1.2., guix-commits, 2024/07/08
- 104/373: gnu: kwrited: Update to 6.1.2., guix-commits, 2024/07/08
- 109/373: gnu: kmenuedit: Update to 6.1.2., guix-commits, 2024/07/08
- 111/373: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/08
- 115/373: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/08