cura: update to 3.0.3.
This commit is contained in:
parent
3b40aa4290
commit
f91402c889
@ -1,16 +0,0 @@
|
|||||||
diff --git CMakeLists.txt CMakeLists.txt
|
|
||||||
--- CMakeLists.txt
|
|
||||||
+++ CMakeLists.txt
|
|
||||||
@@ -46,10 +46,10 @@ if(NOT APPLE AND NOT WIN32)
|
|
||||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
|
|
||||||
RENAME cura)
|
|
||||||
install(DIRECTORY cura
|
|
||||||
- DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages
|
|
||||||
+ DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages
|
|
||||||
FILES_MATCHING PATTERN *.py)
|
|
||||||
install(FILES ${CMAKE_BINARY_DIR}/CuraVersion.py
|
|
||||||
- DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura)
|
|
||||||
+ DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura)
|
|
||||||
install(FILES ${CMAKE_BINARY_DIR}/cura.desktop
|
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
|
||||||
install(FILES cura.appdata.xml
|
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'cura'
|
# Template file for 'cura'
|
||||||
pkgname=cura
|
pkgname=cura
|
||||||
version=2.7.0
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
python_version=3
|
python_version=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
@ -10,7 +10,7 @@ makedepends="libArcus-devel libArcus-python3 python3 Uranium"
|
|||||||
depends="Uranium python3-pyserial cura-engine cura-fdm-materials python3-zeroconf"
|
depends="Uranium python3-pyserial cura-engine cura-fdm-materials python3-zeroconf"
|
||||||
short_desc="3D printer / slicing GUI"
|
short_desc="3D printer / slicing GUI"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="AGPL-3"
|
license="LGPL-3"
|
||||||
homepage="https://github.com/Ultimaker/Cura"
|
homepage="https://github.com/Ultimaker/Cura"
|
||||||
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||||||
checksum=8e73cad45676e75ac61e4091d858bdd3ef9f0277ed66b1775f14dc5734cf42f7
|
checksum=d10e86682201c8dd450174bcfbeac7e91c27d729577eddd3c0215c2c645d8716
|
||||||
|
Loading…
x
Reference in New Issue
Block a user