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:
Sughosha 2025-07-22 01:33:25 +05:30 committed by Zheng Junjie
parent c9acbe7dc2
commit f802fb1463
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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")