guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit e2eb55ca9db66d1603242fb72a16455d74dc69a6 Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:10 2025 +0800 gnu: kguiaddons: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.13.0. [inputs]: Add qtdeclarative. Change-Id: I23610ea34691c8bbded06e2e60b48566b876afb3 --- gnu/packages/kde-frameworks.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 7aabcaf232..cf592b786d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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")
