gnu: kparts: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 6.3.0. [inputs]: Remove kauth, kbookmarks, kcodecs, kconfigwidgets, kiconthemes, kservice, qtbase-5, solid, and sonnet; add qtbase. [propagated-inputs]: Remove ktextwidgets; add kservice. [arguments]: Use Gexps. Change-Id: I166aaba77fa7f4cf2afc6ba621c5d93415f5eef1
This commit is contained in:
parent
ba72794545
commit
b58f151459
1 changed files with 21 additions and 27 deletions
|
|
@ -2959,7 +2959,7 @@ notifications which can be embedded in your application.")
|
||||||
(define-public kparts
|
(define-public kparts
|
||||||
(package
|
(package
|
||||||
(name "kparts")
|
(name "kparts")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -2968,10 +2968,11 @@ notifications which can be embedded in your application.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rrf765p554r7l8j23gx5zxdq6wimh0v91qdkwz7ilm2qr16vd5v"))))
|
"0004ln6fby8jgx6j27qlhmlagxy7c70akn0kayfqi6glfdk2gz22"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
(list #:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-partloader-test
|
(add-after 'unpack 'disable-partloader-test
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "autotests/CMakeLists.txt"
|
(substitute* "autotests/CMakeLists.txt"
|
||||||
|
|
@ -2980,26 +2981,19 @@ notifications which can be embedded in your application.")
|
||||||
;; The setup required for this is extensive, skip for now.
|
;; The setup required for this is extensive, skip for now.
|
||||||
(("partloadertest\\.cpp") "")))))))
|
(("partloadertest\\.cpp") "")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kio ktextwidgets kxmlgui))
|
(list kio kservice kxmlgui))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules shared-mime-info))
|
(list extra-cmake-modules shared-mime-info))
|
||||||
(inputs
|
(inputs
|
||||||
(list kauth
|
(list
|
||||||
kbookmarks
|
|
||||||
kcodecs
|
|
||||||
kcompletion
|
kcompletion
|
||||||
kconfig
|
kconfig
|
||||||
kconfigwidgets
|
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kiconthemes
|
|
||||||
kitemviews
|
kitemviews
|
||||||
ki18n
|
ki18n
|
||||||
kjobwidgets
|
kjobwidgets
|
||||||
kservice
|
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
qtbase-5
|
qtbase))
|
||||||
solid
|
|
||||||
sonnet))
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Plugin framework for user interface components")
|
(synopsis "Plugin framework for user interface components")
|
||||||
(description "This library implements the framework for KDE parts, which are
|
(description "This library implements the framework for KDE parts, which are
|
||||||
|
|
|
||||||
Reference in a new issue