mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: kdesu: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kdesu): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. [arguments]: Disable tests. Change-Id: Ib339e1ef9680445290d8251e58783bb14bc22882
This commit is contained in:
parent
0e85bbcf9b
commit
b64d628b2b
1 changed files with 5 additions and 3 deletions
|
@ -2547,7 +2547,7 @@ (define-public kdesignerplugin
|
|||
(define-public kdesu
|
||||
(package
|
||||
(name "kdesu")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2556,14 +2556,16 @@ (define-public kdesu
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14dcf32izn4lxr8vx372rfznflc1rcxwanx06phkd8mx9zyg4jxr"))))
|
||||
"1pp7m4k42wv1m9wy83ysnv1j0nji7py668320xwpfirkh6hhb6d3"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kpty))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kconfig kcoreaddons ki18n kservice qtbase-5))
|
||||
(list kconfig kcoreaddons ki18n kservice qtbase))
|
||||
;; FIXME: kdesutest test fail.
|
||||
(arguments (list #:tests? #f))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue