cura-engine: update to 3.0.3.
This commit is contained in:
parent
088e5651eb
commit
3b40aa4290
|
@ -1,14 +0,0 @@
|
||||||
diff --git src/main.cpp src/main.cpp
|
|
||||||
--- src/main.cpp
|
|
||||||
+++ src/main.cpp
|
|
||||||
@@ -5,7 +5,9 @@
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <signal.h>
|
|
||||||
#if defined(__linux__) || (defined(__APPLE__) && defined(__MACH__))
|
|
||||||
-#include <execinfo.h>
|
|
||||||
+ #if defined(__GLIBC__)
|
|
||||||
+ # include <execinfo.h>
|
|
||||||
+ #endif
|
|
||||||
#include <sys/resource.h>
|
|
||||||
#endif
|
|
||||||
#include <stddef.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cura-engine'
|
# Template file for 'cura-engine'
|
||||||
pkgname=cura-engine
|
pkgname=cura-engine
|
||||||
version=2.7.0
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
wrksrc="CuraEngine-${version}"
|
wrksrc="CuraEngine-${version}"
|
||||||
|
@ -13,4 +13,8 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
homepage="https://github.com/Ultimaker/CuraEngine"
|
homepage="https://github.com/Ultimaker/CuraEngine"
|
||||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
||||||
checksum=54a32c3ea2ced4249eb08d46daa395bb71e2f5c93105cb992b0cb65b62793747
|
checksum=a8e9b99b42844dce1516c21e4d46bc40e17afbb3abec9ef92f3bb352d3cb12fb
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue