[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
294/347: gnu: plasma-desktop: Update to 6.1.1.
From: |
guix-commits |
Subject: |
294/347: gnu: plasma-desktop: Update to 6.1.1. |
Date: |
Fri, 28 Jun 2024 09:59:18 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1b50deb167b4f59afbed6432bce649c487e6c33f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:28 2024 +0800
gnu: plasma-desktop: Update to 6.1.1.
* gnu/packages/kde-plasma.scm (plasma-desktop): Update to 6.1.1.
[native-inputs]: Add libxml2.
[arguments]<#:phases>: Add patch-wallpaper phase.
Change-Id: I3125f68995093a85f9e8662094fce230bd413de1
---
gnu/packages/kde-plasma.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b0b5292ea7..6f71d14ecc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -84,6 +84,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages gps)
#:use-module (gnu packages web)
+ #:use-module (gnu packages xml)
#:use-module (gnu packages opencl))
(define-public bluedevil
@@ -1872,14 +1873,14 @@ the KDE Plasma 6 desktop.")
(define-public plasma-desktop
(package
(name "plasma-desktop")
- (version "6.0.4")
+ (version "6.1.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "1gn5zl676kj90za9k0lfdzhij4qjxwqgiibwq16jwz8yjyp548c6"))))
+ "0kpnr40cs5qm1w7s3p8wb1fq85949jb7z5vg4si0bk8q62favqwm"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules
dbus
@@ -1888,6 +1889,7 @@ the KDE Plasma 6 desktop.")
pkg-config
qtsvg
qttools
+ libxml2
;; require QtWaylandScanner
qtwayland))
(inputs (list packagekit-qt6
@@ -1986,6 +1988,13 @@ the KDE Plasma 6 desktop.")
(list #:qtbase qtbase
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-wallpaper
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "sddm-theme/theme.conf.cmake"
+ (("background=..KDE_INSTALL_FULL_WALLPAPERDIR.")
+ (string-append "background="
+ #$(this-package-input "breeze")
+ "/share/wallpapers")))))
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "kcms/keyboard/iso_codes.h"
- 306/347: gnu: polkit-kde-agent: Update to 6.1.1., (continued)
- 306/347: gnu: polkit-kde-agent: Update to 6.1.1., guix-commits, 2024/06/28
- 314/347: gnu: ksystemlog: Update to 24.05.1., guix-commits, 2024/06/28
- 320/347: gnu: libkexiv2: Update to 24.05.1., guix-commits, 2024/06/28
- 321/347: gnu: kdegraphics-mobipocket: Update to 24.05.1., guix-commits, 2024/06/28
- 331/347: gnu: kcachegrind: Update to 24.05.1., guix-commits, 2024/06/28
- 332/347: gnu: ktimer: Update to 24.05.1., guix-commits, 2024/06/28
- 323/347: gnu: libkomparediff2: Update to 24.05.1., guix-commits, 2024/06/28
- 333/347: gnu: kdf: Update to 24.05.1., guix-commits, 2024/06/28
- 343/347: gnu: kcalc: Update to 24.05.1., guix-commits, 2024/06/28
- 288/347: gnu: qqc2-breeze-style: Update to 6.1.1., guix-commits, 2024/06/28
- 294/347: gnu: plasma-desktop: Update to 6.1.1.,
guix-commits <=
- 305/347: gnu: plasma-workspace-wallpapers: Update to 6.1.1., guix-commits, 2024/06/28
- 310/347: gnu: baloo-widgets: Update to 24.05.1., guix-commits, 2024/06/28
- 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