gnu: kguiaddons: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.13.0.
[inputs]: Add qtdeclarative.

Change-Id: I23610ea34691c8bbded06e2e60b48566b876afb3
This commit is contained in:
宋文武 2025-05-04 14:10:10 +08:00 committed by Andreas Enge
parent c5a17ee6b1
commit 85c7e18281
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1059,7 +1059,7 @@ replace the other outdated Graphviz tools.")
(define-public kguiaddons
(package
(name "kguiaddons")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1068,7 +1068,7 @@ replace the other outdated Graphviz tools.")
name "-" version ".tar.xz"))
(sha256
(base32
"1yizhps5ms2cahvqjz5ggaagxkl6sbar2r7nm32mkr8kfc3h9gmk"))))
"1gw4d2jmx7mrw2wklyh3q2yr4q1c3ri45jg3mgzy9f199zqa104j"))))
(build-system qt-build-system)
;; TODO: Build packages for the Python bindings. Ideally this will be
;; done for all versions of python guix supports. Requires python,
@ -1076,7 +1076,11 @@ replace the other outdated Graphviz tools.")
;; clang-python.
(native-inputs (list extra-cmake-modules pkg-config))
(inputs
(list libxkbcommon qtwayland plasma-wayland-protocols wayland))
(list libxkbcommon
qtdeclarative
qtwayland
plasma-wayland-protocols
wayland))
(arguments (list #:qtbase qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for graphical user interfaces")