gnu: kqtquickcharts: Move to kde-education.scm.

* gnu/packages/education.scm (kqtquickcharts): Remove variable.
* gnu/packages/kde-education.scm (kqtquickcharts): New variable.

Change-Id: I54aed8a3e2a6c8f755fbb6c718ba16e67015315a
This commit is contained in:
Sughosha 2025-10-07 07:32:22 +05:30 committed by Andreas Enge
parent 362593b8eb
commit b7c4ee1755
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 23 additions and 23 deletions

View file

@ -56,7 +56,7 @@
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages image)
#:use-module (gnu packages javascript)
#:use-module (gnu packages kde)
#:use-module (gnu packages kde-education)
#:use-module (gnu packages kde-frameworks) ; extra-cmake-modules
#:use-module (gnu packages linux)
#:use-module (gnu packages mp3)
@ -683,28 +683,6 @@ hours.")
language and very flexible regarding to new or unknown keyboard layouts.")
(license license:gpl3+)))
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "24.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"1hgcl062i94abq0cwz9fijyjhv2qs3fsjikiy2jb3sh73m6jydqn"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtdeclarative-5))
(arguments (list #:tests? #f))
(home-page "https://invent.kde.org/libraries/kqtquickcharts")
(synopsis "QtQuick plugin to render beautiful and interactive charts")
(description
"This package provides a QtQuick plugin to render beautiful and interactive
charts.")
(license (list license:lgpl2.0+ license:gpl2+))))
(define-public ktouch
(package
(name "ktouch")

View file

@ -47,6 +47,28 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages readline))
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "24.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"1hgcl062i94abq0cwz9fijyjhv2qs3fsjikiy2jb3sh73m6jydqn"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtdeclarative-5))
(arguments (list #:tests? #f))
(home-page "https://invent.kde.org/libraries/kqtquickcharts")
(synopsis "QtQuick plugin to render beautiful and interactive charts")
(description
"This package provides a QtQuick plugin to render beautiful and interactive
charts.")
(license (list license:lgpl2.0+ license:gpl2+))))
(define-public analitza
(package
(name "analitza")