mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add kquickimageeditor.
* gnu/packages/kde-frameworks.scm (kquickimageeditor): New variable. Change-Id: If9f0ee9e90b487421e34a8ef369234ef87083a62 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
c9acbe7dc2
commit
f802fb1463
1 changed files with 24 additions and 0 deletions
|
@ -244,6 +244,30 @@ continuous display of high-volume data.")
|
|||
(inputs (list qtbase-5 qtdeclarative-5 qtquickcontrols2-5
|
||||
xorg-server-for-tests))))
|
||||
|
||||
(define-public kquickimageeditor
|
||||
(package
|
||||
(name "kquickimageeditor")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0acv6cis7gjpnzpnlxfrf6rzhwyqdm234p6r7vx7gl7ad3rp30ph"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list qtdeclarative))
|
||||
(home-page "https://invent.kde.org/libraries/kquickimageeditor/")
|
||||
(synopsis "QtQuick components for image editing")
|
||||
(description "KQuickImageEditor is a set of QtQuick components providing
|
||||
image editing capabilities.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public phonon
|
||||
(package
|
||||
(name "phonon")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue