From 2447a31bfeb061a0f762df829cb632e1bd534be3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 9 Dec 2017 08:48:25 -0200 Subject: [PATCH] cura-engine: update to 3.1.0. --- srcpkgs/cura-engine/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template index 389ec4f022..d1754c3219 100644 --- a/srcpkgs/cura-engine/template +++ b/srcpkgs/cura-engine/template @@ -1,6 +1,6 @@ # Template file for 'cura-engine' pkgname=cura-engine -version=3.0.3 +version=3.1.0 revision=1 build_style=cmake wrksrc="CuraEngine-${version}" @@ -13,15 +13,10 @@ maintainer="Karl Nilsson " license="AGPL-3" homepage="https://github.com/Ultimaker/CuraEngine" distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz" -checksum=a8e9b99b42844dce1516c21e4d46bc40e17afbb3abec9ef92f3bb352d3cb12fb +checksum=9df6060b6113f0f2ca2292a5365ce616cd00f412b13122863445e623b0fcd756 CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1" -pre_configure() { - # Can't link against libstdc++.a because of R_X86_64_32 relocations - sed -i CMakeLists.txt -e"s; -static-libstdc++;;" -} - post_install() { vlicense LICENSE }