mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kddockwidgets: Update to 2.1.0.
* gnu/packages/qt.scm (kddockwidgets): Update to 2.1.0. [arguments]<#:configure-flags>: Pass -DKDDockWidgets_QT6=ON. [inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, and qtx11extras; add qtbase, qtdeclarative, and libxkbcommon. Change-Id: I6c2c5b423414e1eb98bc4855713f1247b8483d75
This commit is contained in:
parent
34f7cd310d
commit
4ff3384d9e
1 changed files with 9 additions and 8 deletions
|
@ -269,7 +269,7 @@ (define-public qt5ct
|
||||||
(define-public kddockwidgets
|
(define-public kddockwidgets
|
||||||
(package
|
(package
|
||||||
(name "kddockwidgets")
|
(name "kddockwidgets")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -278,17 +278,18 @@ (define-public kddockwidgets
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fcmfz9my3219r0kh2y8yfvq372pd65z4s6hm0js7j8qb47lr02p"))))
|
"0s4s0y8kvkyf15d5kzcd5wik7n1jj9mxrmc60irlacfy93hmdaw0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "-DKDDockWidgets_TESTS=ON")))
|
(arguments (list #:configure-flags #~(list
|
||||||
|
"-DKDDockWidgets_QT6=ON"
|
||||||
|
"-DKDDockWidgets_TESTS=ON")))
|
||||||
(inputs
|
(inputs
|
||||||
(list fmt
|
(list fmt
|
||||||
nlohmann-json
|
nlohmann-json
|
||||||
qtbase-5
|
qtbase
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtquickcontrols2-5
|
spdlog
|
||||||
qtx11extras
|
libxkbcommon))
|
||||||
spdlog))
|
|
||||||
(home-page "https://github.com/KDAB/KDDockWidgets")
|
(home-page "https://github.com/KDAB/KDDockWidgets")
|
||||||
(synopsis "KDAB's Dock Widget Framework for Qt")
|
(synopsis "KDAB's Dock Widget Framework for Qt")
|
||||||
(description "KDDockWidgets is a Qt dock widget library suitable for
|
(description "KDDockWidgets is a Qt dock widget library suitable for
|
||||||
|
|
Loading…
Reference in a new issue