Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:ARM:Staging
cura
cura.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cura.spec of Package cura
# # spec file for package cura # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: cura Version: 3.6.0 Release: 0 Summary: 3D printer control software License: LGPL-3.0-only Group: Hardware/Printing Url: http://github.com/Ultimaker/Cura Source0: Cura-%{version}.tar.xz BuildRequires: cmake BuildRequires: fdupes BuildRequires: python3-devel BuildRequires: update-desktop-files BuildRequires: uranium >= %version Requires: cura-engine >= %version Requires: python3-numpy Requires: python3-pyserial Requires: python3-qt5 Requires: python3-requests Requires: python3-scipy Requires: python3-shapely Requires: python3-typing Requires: uranium >= %version Recommends: cura-fdm-materials Recommends: python3-zeroconf # for 3mf plugin Recommends: python3-Savitar BuildArch: noarch %description 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, it can be used with other RepRap based designs. Cura helps setting up an Ultimaker, shows the 3D model, allows for scaling / positioning, can slice the model to G-Code with editable configuration settings, and send this G-Code to the 3D printer for printing. %prep %setup -q -n Cura-%version sed -i 's:Version=.*:Version=1.0:; s:Icon=.*:Icon=cura-icon:' cura.desktop.in %build CFLAGS="%{optflags}" export CFLAGS sed -i 's/PythonInterp 3.5.0/PythonInterp 3.4.0/' CMakeLists.txt cmake/CuraTests.cmake # Hack, remove LIB_SUFFIX for 64bit, which is correct as cura is pure python (i.e. noarch) %cmake -DLIB_SUFFIX="" -DCURA_VERSION=%version make %{?_smp_mflags} %install pushd build %make_install popd for x in 128 64 48 32; do install -m 755 -d %{buildroot}%{_datadir}/icons/hicolor/${x}x${x} install -m 644 icons/cura-${x}.png %{buildroot}%{_datadir}/icons/hicolor/${x}x${x}/cura-icon.png done # i18n sources (po/pot) are installed in cura/resources, .mo in uranium/resources rm -Rf %{buildroot}%{_datadir}/%{name}/resources/i18n # uranium uses i18n instead of locale for the path to translation files, # thus we cannot use %%find_lang echo '%defattr(644,root,root,755)' > %{name}.lang find %{buildroot}%{_datadir}/uranium -name *.mo | sed ' s:'%{buildroot}'::; s:\(.*/i18n/\)\([^/]\+\)\(.*mo\):%lang(\2) \1\2\3:' \ >> %{name}.lang %fdupes -s %{buildroot}%{_datadir}/%{name} %suse_update_desktop_file cura Graphics 3DGraphics %files -f %{name}.lang %defattr (-,root,root,-) %license LICENSE %doc README.md %{python3_sitelib}/cura %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %dir %{_datadir}/metainfo %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/mime/packages/cura.xml %{_datadir}/icons/hicolor %{_bindir}/cura %{_prefix}/lib/cura %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor