mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(package
|
||||
(name "kddockwidgets")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -278,17 +278,18 @@ (define-public kddockwidgets
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fcmfz9my3219r0kh2y8yfvq372pd65z4s6hm0js7j8qb47lr02p"))))
|
||||
"0s4s0y8kvkyf15d5kzcd5wik7n1jj9mxrmc60irlacfy93hmdaw0"))))
|
||||
(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
|
||||
(list fmt
|
||||
nlohmann-json
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtquickcontrols2-5
|
||||
qtx11extras
|
||||
spdlog))
|
||||
qtbase
|
||||
qtdeclarative
|
||||
spdlog
|
||||
libxkbcommon))
|
||||
(home-page "https://github.com/KDAB/KDDockWidgets")
|
||||
(synopsis "KDAB's Dock Widget Framework for Qt")
|
||||
(description "KDDockWidgets is a Qt dock widget library suitable for
|
||||
|
|
Loading…
Reference in a new issue