Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : cura | name : cura | ||||
| version : 3.3.1 | version : 3.4.1 | ||||
| release : 6 | release : 7 | ||||
| source : | source : | ||||
| - https://github.com/Ultimaker/Cura/archive/3.3.1.tar.gz : 275cecbb20df9b52c404747e10010ace31ce3ee4c4ffa4322343fd1de5f789fb | - https://github.com/Ultimaker/Cura/archive/3.4.1.tar.gz : 059504542f918b87ba48fffebad22e879bd1006264f7b178ae12aa08352bd251 | ||||
| license : LGPL-3.0-or-later | license : LGPL-3.0-or-later | ||||
| component : office | component : office | ||||
| summary : 3D printer / slicing control software | summary : 3D printer / slicing control software | ||||
| description: | | description: | | ||||
| Cura is a project which aims to be an single software solution for 3D | Cura is a project which aims to be an single software solution for 3D | ||||
| printing. While it is developed to be used with the Ultimaker 3D printer, | printing. While it is developed to be used with the Ultimaker 3D printer, | ||||
| it can be used with other RepRap based designs. | it can be used with other RepRap based designs. | ||||
| Cura prepares your model for 3D printing. For novices, it makes it easy to | Cura prepares your model for 3D printing. For novices, it makes it easy to | ||||
| get great results. For experts, there are over 200 settings to adjust to | get great results. For experts, there are over 200 settings to adjust to | ||||
| your needs. As it's open source, our community helps enrich it even more. | your needs. As it's open source, our community helps enrich it even more. | ||||
| builddeps : | builddeps : | ||||
| - python-uranium | - python-uranium | ||||
| - python-pytest | - python-pytest | ||||
| rundeps : | rundeps : | ||||
| - curaengine | - curaengine | ||||
| - fdm-materials | |||||
| - python-pyserial | - python-pyserial | ||||
| - python-uranium | - python-uranium | ||||
| - python-zeroconf | - python-zeroconf | ||||
| - qt5-quickcontrols2 | - qt5-quickcontrols2 | ||||
| setup : | | setup : | | ||||
| %cmake . | %cmake_ninja | ||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
| # for better performances | # for better performances | ||||
| %qml_cache | %qml_cache | ||||
| %python3_compile | %python3_compile | ||||
| check : | | check : | | ||||
| python3 -m pytest -v -k "not test_addContainerExtruderStack and not test_addContainerGlobalStack" | python3 -m pytest -v | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.