mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c5a17ee6b1
commit
85c7e18281
1 changed files with 7 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue