~ruther/guix-local

d33307024007d7ec7a9e6bc03c4b0de23be164ee — Zheng Junjie 8 months ago 8c54d41
gnu: libatcore: Update to 1.0.0-1.c32a13a.

* gnu/packages/kde-utils.scm (libatcore): Update to 1.0.0-1.c32a13a.
[inputs]: Remove qtcharts-5, qtdeclarative-5, and qtserialport-5; add
qtcharts, qtdeclarative, and qtserialport.
[native-inputs]: Add qttools.

Change-Id: Id1de4e4864ca3a3739809b494b68f67babebcf74
1 files changed, 8 insertions(+), 7 deletions(-)

M gnu/packages/kde-utils.scm
M gnu/packages/kde-utils.scm => gnu/packages/kde-utils.scm +8 -7
@@ 794,7 794,7 @@ combinations are distinct enough to be readable and accessible.")
    (license license:gpl3+)))

(define-public libatcore
  (let ((commit "0de6393ed3e721537dec50b0ad174d83f1207eb6")
  (let ((commit "c32a13a90d39e44dc5a8dcb601e2b4aa9c996428")
        (revision "1"))
    (package
      (name "libatcore")


@@ 802,16 802,17 @@ combinations are distinct enough to be readable and accessible.")
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://invent.kde.org/libraries/atcore")
                      (commit commit)))
                       (url "https://invent.kde.org/libraries/atcore")
                       (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "1830r6ylpn3l7y2frl8cih5cpjgbkfrib9jq7jklf8aszhlsihf2"))))
                  "1avcrnxml0iczy0n4xa3ryklbvawbk015wm7l82088qjz2zparcw"))))
      (build-system qt-build-system)
      (native-inputs (list extra-cmake-modules))
      (inputs (list qtcharts-5 qtdeclarative-5 qtserialport-5))
      (arguments (list #:tests? #f))
      (native-inputs (list extra-cmake-modules qttools))
      (inputs (list qtcharts qtdeclarative qtserialport))
      (arguments (list #:qtbase qtbase
                       #:tests? #f))
      (home-page "https://invent.kde.org/libraries/atcore")
      (synopsis "Library for connection and management of 3D printers")
      (description