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,34 +135,33 @@ well as CD-ROM images.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public atelier
|
(define-public atelier
|
||||||
(let ((commit "93d7d440c42f1e49a4933cbbce9f68d5e4ca725a") ; no releases
|
(let ((commit "8c7f18d3a88b3213546439775a60030b93e1f5b1") ; no releases
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "atelier")
|
(name "atelier")
|
||||||
(version (git-version "0.1-pre" revision commit))
|
(version (git-version "0.1-pre" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://invent.kde.org/utilities/atelier")
|
(url "https://invent.kde.org/utilities/atelier")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00jccpwvksyp2vr3fjxajs8d9d30rspg4zj6rnj8dai96alp303k"))))
|
"0vf2j4yjyz21s6bfkzz0jci0h32rnmsm32k1gf6p3i7rlcqx3vyg"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:qtbase qtbase #:tests? #f))
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules qttools pkg-config))
|
||||||
(inputs (list ki18n-5
|
(inputs (list ki18n
|
||||||
kxmlgui-5
|
kxmlgui
|
||||||
kconfigwidgets-5
|
kconfigwidgets
|
||||||
ktexteditor-5
|
ktexteditor
|
||||||
libatcore
|
libatcore
|
||||||
qt3d-5
|
qt3d
|
||||||
qtbase-5
|
qtcharts
|
||||||
qtcharts-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtmultimedia
|
||||||
qtmultimedia-5
|
qtserialport))
|
||||||
qtserialport-5))
|
|
||||||
(home-page "https://atelier.kde.org")
|
(home-page "https://atelier.kde.org")
|
||||||
(synopsis "Desktop interface to control 3D printers powered by AtCore")
|
(synopsis "Desktop interface to control 3D printers powered by AtCore")
|
||||||
(description "Atelier provides interface to control and manage your printer.
|
(description "Atelier provides interface to control and manage your printer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue