[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/347: gnu: Add kdesu-6.
From: |
guix-commits |
Subject: |
61/347: gnu: Add kdesu-6. |
Date: |
Fri, 28 Jun 2024 09:57:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5b923d11eac1fe83ec48451a6b6ceb5f3a1dc57f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Apr 14 21:01:18 2024 +0800
gnu: Add kdesu-6.
* gnu/packages/kde-frameworks.scm (kdesu-6): New variable.
(kdesu): Inherit above.
Change-Id: I74f948875022b71bcdc54aa31ca4613e24ebfdff
---
gnu/packages/kde-frameworks.scm | 38 ++++++++++++++++++++++++++++++++------
1 file changed, 32 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e6aeb3a612..d1d64a463c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3634,10 +3634,10 @@ to display the widgets provided by various KDE
frameworks, as well as a utility
ini-style description files.")
(license license:lgpl2.1+)))
-(define-public kdesu
+(define-public kdesu-6
(package
(name "kdesu")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3646,14 +3646,17 @@ ini-style description files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14dcf32izn4lxr8vx372rfznflc1rcxwanx06phkd8mx9zyg4jxr"))))
- (build-system cmake-build-system)
+ "0zl2p9319r8q85p3j64w7p7nmjh53z6fha8kkgf3fdfdikh9g8x6"))))
+ (build-system qt-build-system)
(propagated-inputs
- (list kpty))
+ (list kpty-6))
(native-inputs
(list extra-cmake-modules))
(inputs
- (list kconfig kcoreaddons ki18n kservice qtbase-5))
+ (list kconfig-6 kcoreaddons-6 ki18n-6 kservice-6))
+ (arguments (list
+ #:tests? #f ;; FIXME: kdesutest test fail.
+ #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "User interface for running shell commands with root privileges")
(description "KDESU provides functionality for building GUI front ends for
@@ -3661,6 +3664,29 @@ ini-style description files.")
with su and ssh respectively.")
(license license:lgpl2.1+)))
+(define-public kdesu
+ (package
+ (inherit kdesu-6)
+ (name "kdesu")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "14dcf32izn4lxr8vx372rfznflc1rcxwanx06phkd8mx9zyg4jxr"))))
+ (build-system cmake-build-system)
+ (propagated-inputs
+ (list kpty))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list kconfig kcoreaddons ki18n kservice qtbase-5))
+ (arguments '())))
+
(define-public kemoticons
(package
(name "kemoticons")
- 53/347: gnu: Add kirigami-6., (continued)
- 53/347: gnu: Add kirigami-6., guix-commits, 2024/06/28
- 57/347: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/28
- 52/347: gnu: Add kxmlgui-6., guix-commits, 2024/06/28
- 54/347: gnu: Add qqc2-desktop-style-6., guix-commits, 2024/06/28
- 50/347: gnu: Add kwallet-6., guix-commits, 2024/06/28
- 55/347: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/28
- 58/347: gnu: Add kimageformats-6., guix-commits, 2024/06/28
- 59/347: gnu: Add ksvg., guix-commits, 2024/06/28
- 62/347: gnu: Add kded-6., guix-commits, 2024/06/28
- 56/347: gnu: libavif: Update to 1.0.4., guix-commits, 2024/06/28
- 61/347: gnu: Add kdesu-6.,
guix-commits <=
- 64/347: gnu: Add bluez-qt-6., guix-commits, 2024/06/28
- 65/347: gnu: Add kio-6., guix-commits, 2024/06/28
- 60/347: gnu: Add kbookmarks-6., guix-commits, 2024/06/28
- 63/347: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/28
- 69/347: gnu: Add kparts-6., guix-commits, 2024/06/28
- 71/347: gnu: Add kcmutils-6., guix-commits, 2024/06/28
- 66/347: gnu: Add kpeople-6., guix-commits, 2024/06/28
- 75/347: gnu: Add libplasma., guix-commits, 2024/06/28
- 67/347: gnu: Add knotifyconfig-6., guix-commits, 2024/06/28
- 70/347: gnu: Add kdeclarative-6., guix-commits, 2024/06/28