GNU bug report logs -
#70395
[PATCH kde-team 00/63] some kde patch.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Mon, 15 Apr 2024 12:46:05 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #137 received at 70395 <at> debbugs.gnu.org (full text, mbox):
* 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 875f9df88e..84222a495d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3606,10 +3606,10 @@ (define-public kdesignerplugin
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
@@ -3618,14 +3618,17 @@ (define-public kdesu
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
@@ -3633,6 +3636,29 @@ (define-public kdesu
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")
--
2.41.0
This bug report was last modified 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.