[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/465: gnu: kdecoration: Update to 6.1.2.
From: |
guix-commits |
Subject: |
108/465: gnu: kdecoration: Update to 6.1.2. |
Date: |
Tue, 16 Jul 2024 11:02:39 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 7fbcc34ec728974fb31ea1f29d9ce6403edecb8a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:33:28 2024 +0800
gnu: kdecoration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5.
Change-Id: I124c79791d6d3cfe6ed14a5b29743615c2eeba56
---
gnu/packages/kde-plasma.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 0ac45f9299..542f4970cb 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -403,19 +403,20 @@ applications.")
(define-public kdecoration
(package
(name "kdecoration")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kdecoration-" version ".tar.xz"))
(sha256
(base32
- "153j3w00zwj6gx9ndq46vkfwx3ayig80j0jsqbkajk8zsncs89pg"))))
+ "1gmyxp3gk47rci4xdlgsdbp9wa2zx2790pqv1z4y7zmwg395vs41"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules))
(inputs
- (list kcoreaddons ki18n qtbase-5))
+ (list kcoreaddons ki18n))
(home-page "https://invent.kde.org/plasma/kdecoration")
(synopsis "Plugin based library to create window decorations")
(description "KDecoration is a library to create window decorations.
- 130/465: gnu: kscreenlocker: Update to 6.1.2., (continued)
- 130/465: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/16
- 19/465: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/16
- 14/465: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/16
- 30/465: gnu: karchive: Update to 6.3.0., guix-commits, 2024/07/16
- 31/465: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/16
- 42/465: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/16
- 75/465: gnu: kbookmarks: Update to 6.3.0., guix-commits, 2024/07/16
- 102/465: gnu: kfilemetadata: Update to 6.3.0., guix-commits, 2024/07/16
- 104/465: gnu: oxygen-sounds: Update to 6.1.2., guix-commits, 2024/07/16
- 107/465: gnu: bluedevil: Update to 6.1.2., guix-commits, 2024/07/16
- 108/465: gnu: kdecoration: Update to 6.1.2.,
guix-commits <=
- 111/465: gnu: layer-shell-qt: Update to 6.1.2., guix-commits, 2024/07/16
- 116/465: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/16
- 117/465: gnu: kpipewire: Update to 6.1.2., guix-commits, 2024/07/16
- 120/465: gnu: kscreen: Update to 6.1.2., guix-commits, 2024/07/16
- 131/465: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/16
- 07/465: gnu: Add libaccounts-qt6., guix-commits, 2024/07/16
- 13/465: gnu: Add grantlee-qt6., guix-commits, 2024/07/16
- 134/465: gnu: libkexiv2: Update to 24.05.2., guix-commits, 2024/07/16
- 139/465: gnu: kio-extras: Update to 24.05.2., guix-commits, 2024/07/16
- 138/465: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/07/16