diff options
| author | Zheng Junjie <z572@z572.online> | 2025-08-18 22:11:08 +0800 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-08-22 08:56:15 +0800 |
| commit | d33307024007d7ec7a9e6bc03c4b0de23be164ee (patch) | |
| tree | a606f288a023a7f6276bbfeec30faff748498075 | |
| parent | 8c54d41d121e3931ccd76c7a6ab2c79be097ed4d (diff) | |
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
| -rw-r--r-- | gnu/packages/kde-utils.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index e120279ba00..e9f3f1f92ca 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -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 |
