gnu: kdeclarative: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
064218527b
commit
78785cbd3f
1 changed files with 3 additions and 5 deletions
|
@ -2305,7 +2305,7 @@ their settings.")
|
||||||
(define-public kdeclarative
|
(define-public kdeclarative
|
||||||
(package
|
(package
|
||||||
(name "kdeclarative")
|
(name "kdeclarative")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2314,7 +2314,7 @@ their settings.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y5scmcnzhwvyb7x6fdb59xgdhghw8v9i3r05gx1x7g1gfsw0wh6"))))
|
"1kdg18a2xpgl6xkrk68nnbj57nwn8rv5yd5q5bfbfc8chibk9y4z"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kconfig kpackage qtdeclarative-5))
|
(list kconfig kpackage qtdeclarative-5))
|
||||||
|
@ -2353,9 +2353,7 @@ their settings.")
|
||||||
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||||
(invoke "dbus-launch" "ctest"
|
(invoke "dbus-launch" "ctest")))))))
|
||||||
"-E" ; FIXME: test fails.
|
|
||||||
"fullmodelaccesstest")))))))
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Integration of QML and KDE work spaces")
|
(synopsis "Integration of QML and KDE work spaces")
|
||||||
(description "KDeclarative provides integration of QML and KDE work spaces.
|
(description "KDeclarative provides integration of QML and KDE work spaces.
|
||||||
|
|
Reference in a new issue