me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-09 14:01:42 +08:00
parent 34f7cd310d
commit 4ff3384d9e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 8 deletions

View File

@ -269,7 +269,7 @@ window managers, that don't provide Qt integration by themselves.")
(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 @@ window managers, that don't provide Qt integration by themselves.")
(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