mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
362593b8eb
commit
b7c4ee1755
2 changed files with 23 additions and 23 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue