[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/178: gnu: kdecoration: Update to 6.0.4.
From: |
guix-commits |
Subject: |
92/178: gnu: kdecoration: Update to 6.0.4. |
Date: |
Mon, 17 Jun 2024 12:13:27 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 08691991ab6ce87e7b0c0c868954a386f76da1d4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 20:55:10 2024 +0800
gnu: kdecoration: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.0.4.
[arguments]: Set #:qtbase with qtbase.
[inputs]: Remove qtbase-5. Use kcoreaddons-6 and ki18n-6 replace kcoreaddons
and ki18n.
Change-Id: Ie08abd0a12813346aafdf2650fa6b4c4e69386e1
---
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 efacc3636d..4bf5f7e171 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.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kdecoration-" version ".tar.xz"))
(sha256
(base32
- "153j3w00zwj6gx9ndq46vkfwx3ayig80j0jsqbkajk8zsncs89pg"))))
+ "0znmbgjbjmlzaymmazha09bs5chnjby3x11y9ny8dypk68b3zr8g"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules))
(inputs
- (list kcoreaddons ki18n qtbase-5))
+ (list kcoreaddons-6 ki18n-6))
(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.
- 78/178: gnu: Add purpose-6., (continued)
- 78/178: gnu: Add purpose-6., guix-commits, 2024/06/17
- 80/178: gnu: Add packagekit-qt6., guix-commits, 2024/06/17
- 44/178: gnu: Add kglobalaccel-6., guix-commits, 2024/06/17
- 49/178: gnu: phonon: Enable qt6., guix-commits, 2024/06/17
- 51/178: gnu: Add ktextwidgets-6., guix-commits, 2024/06/17
- 63/178: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/17
- 64/178: gnu: Add bluez-qt-6., guix-commits, 2024/06/17
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4.,
guix-commits <=
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17
- 118/178: gnu: kscreenlocker: Update to 6.0.4., guix-commits, 2024/06/17
- 123/178: gnu: qcoro-qt5: Update to 0.10.0., guix-commits, 2024/06/17
- 128/178: gnu: libkexiv2: Update to 24.02.2., guix-commits, 2024/06/17
- 13/178: gnu: Add kplotting-6., guix-commits, 2024/06/17
- 18/178: gnu: Add karchive-6., guix-commits, 2024/06/17