~ruther/guix-local

b7c4ee1755354a2ce929c8c477edb64f9d692815 — Sughosha 5 months ago 362593b
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
2 files changed, 23 insertions(+), 23 deletions(-)

M gnu/packages/education.scm
M gnu/packages/kde-education.scm
M gnu/packages/education.scm => gnu/packages/education.scm +1 -23
@@ 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")

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