~ruther/guix-local

f802fb14633c28bb07eb26f8423903437331e026 — Sughosha 9 months ago c9acbe7
gnu: Add kquickimageeditor.

* gnu/packages/kde-frameworks.scm (kquickimageeditor): New variable.

Change-Id: If9f0ee9e90b487421e34a8ef369234ef87083a62
Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 24 insertions(+), 0 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +24 -0
@@ 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")