mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: kquickimageeditor: Update to 0.6.0.
* gnu/packages/kde-graphics.scm (kquickimageeditor): Update to 0.6.0. [inputs]: Add kconfig and opencv. Change-Id: I8983e75850f4496648b6ea413c35c8bc1d3a269a
This commit is contained in:
parent
58510bc91a
commit
5a0e1270ac
1 changed files with 5 additions and 3 deletions
|
|
@ -98,14 +98,14 @@
|
|||
(define-public kquickimageeditor
|
||||
(package
|
||||
(name "kquickimageeditor")
|
||||
(version "0.5.1")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0acv6cis7gjpnzpnlxfrf6rzhwyqdm234p6r7vx7gl7ad3rp30ph"))))
|
||||
(base32 "0yjl4b8ix9ffya89nq9pp1gmvdwshjslh5dw1gavda34q7hlrv8i"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
@ -113,7 +113,9 @@
|
|||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list qtdeclarative))
|
||||
(list kconfig
|
||||
opencv
|
||||
qtdeclarative))
|
||||
(home-page "https://invent.kde.org/libraries/kquickimageeditor/")
|
||||
(synopsis "QtQuick components for image editing")
|
||||
(description "KQuickImageEditor is a set of QtQuick components providing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue