mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: kcompletion: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 6.3.0. [inputs]: Remove qtbase-5; add kcodecs. [native-inputs]: Remove qttools-5; add qttools. [arguments]: Set #:qtbase to qtbase. Change-Id: Ibcdfdbedeb125f32cbfd31e5982c33869b228bda
This commit is contained in:
parent
8c304250f7
commit
2dbab149a0
1 changed files with 5 additions and 4 deletions
|
@ -1682,7 +1682,7 @@ (define-public kauth
|
|||
(define-public kcompletion
|
||||
(package
|
||||
(name "kcompletion")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1691,12 +1691,13 @@ (define-public kcompletion
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qvdxqlh1dklkbmqfjg5gc3dkdicgzn6q5lgvyf8cv46dinj6mwc"))))
|
||||
"0bkixs49w56d6s2yi5nkk6q2rg86wc81phrqa0508p98pp37l0iz"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
(list extra-cmake-modules qttools))
|
||||
(inputs
|
||||
(list kconfig kwidgetsaddons qtbase-5))
|
||||
(list kcodecs kconfig kwidgetsaddons))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Powerful autocompletion framework and widgets")
|
||||
(description "This framework helps implement autocompletion in Qt-based
|
||||
|
|
Loading…
Reference in a new issue