1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 16:01:33 +02:00

gnu: kquickimageeditor: Move to kde-graphics.scm.

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

Change-Id: I8d04750b34f62b69671a65b6c282e4ee383da03d
This commit is contained in:
Sughosha
2025-10-07 09:13:14 +05:30
committed by Andreas Enge
parent 58581ea1d3
commit 49633ab07f
2 changed files with 25 additions and 25 deletions
-25
View File
@@ -245,31 +245,6 @@ 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
#:tests? #f))
(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+)))
;; Tier 1
;;
+25
View File
@@ -76,6 +76,31 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
(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
#:tests? #f))
(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 digikam
(package
(name "digikam")