mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: atelier: Update to 0.1-pre-2.8c7f18d.
* gnu/packages/kde-utils.scm (atelier): Update to 0.1-pre-2.8c7f18d. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove ki18n-5, kxmlgui-5, kconfigwidgets-5, ktexteditor-5, qt3d-5, qtbase-5, qtcharts-5, qtdeclarative-5, qtmultimedia-5, and qtserialport-5; add ki18n, kxmlgui, kconfigwidgets, ktexteditor, qt3d, qtcharts, qtdeclarative, qtmultimedia, and qtserialport. [native-inputs]: Add qttools. Change-Id: Ib607669c5a16c15fb20583d7f9f91c94ce543bd1
This commit is contained in:
parent
d333070240
commit
1ebc593bfa
1 changed files with 16 additions and 17 deletions
|
@ -135,8 +135,8 @@ well as CD-ROM images.")
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public atelier
|
||||
(let ((commit "93d7d440c42f1e49a4933cbbce9f68d5e4ca725a") ; no releases
|
||||
(revision "1"))
|
||||
(let ((commit "8c7f18d3a88b3213546439775a60030b93e1f5b1") ; no releases
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "atelier")
|
||||
(version (git-version "0.1-pre" revision commit))
|
||||
|
@ -148,21 +148,20 @@ well as CD-ROM images.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00jccpwvksyp2vr3fjxajs8d9d30rspg4zj6rnj8dai96alp303k"))))
|
||||
"0vf2j4yjyz21s6bfkzz0jci0h32rnmsm32k1gf6p3i7rlcqx3vyg"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(inputs (list ki18n-5
|
||||
kxmlgui-5
|
||||
kconfigwidgets-5
|
||||
ktexteditor-5
|
||||
(arguments (list #:qtbase qtbase #:tests? #f))
|
||||
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
||||
(inputs (list ki18n
|
||||
kxmlgui
|
||||
kconfigwidgets
|
||||
ktexteditor
|
||||
libatcore
|
||||
qt3d-5
|
||||
qtbase-5
|
||||
qtcharts-5
|
||||
qtdeclarative-5
|
||||
qtmultimedia-5
|
||||
qtserialport-5))
|
||||
qt3d
|
||||
qtcharts
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtserialport))
|
||||
(home-page "https://atelier.kde.org")
|
||||
(synopsis "Desktop interface to control 3D printers powered by AtCore")
|
||||
(description "Atelier provides interface to control and manage your printer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue