mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kdecoration: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kdecoration): Update to 6.1.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5. Change-Id: I124c79791d6d3cfe6ed14a5b29743615c2eeba56
This commit is contained in:
parent
6bd56cfdae
commit
5af200dc56
1 changed files with 4 additions and 3 deletions
|
@ -403,19 +403,20 @@ (define-public kde-gtk-config
|
|||
(define-public kdecoration
|
||||
(package
|
||||
(name "kdecoration")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/kdecoration-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"153j3w00zwj6gx9ndq46vkfwx3ayig80j0jsqbkajk8zsncs89pg"))))
|
||||
"1gmyxp3gk47rci4xdlgsdbp9wa2zx2790pqv1z4y7zmwg395vs41"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kcoreaddons ki18n qtbase-5))
|
||||
(list kcoreaddons ki18n))
|
||||
(home-page "https://invent.kde.org/plasma/kdecoration")
|
||||
(synopsis "Plugin based library to create window decorations")
|
||||
(description "KDecoration is a library to create window decorations.
|
||||
|
|
Loading…
Reference in a new issue