From ad718f7fc8afe3239139a3dbfc95d678c2ce6a8c Mon Sep 17 00:00:00 2001 From: Johannes Brechtmann Date: Mon, 23 Jul 2018 19:06:40 +0200 Subject: [PATCH] cura-engine: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/cura-engine/patches/cmake.patch | 27 +++++++++++++++++++++++++ srcpkgs/cura-engine/template | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/cura-engine/patches/cmake.patch diff --git a/srcpkgs/cura-engine/patches/cmake.patch b/srcpkgs/cura-engine/patches/cmake.patch new file mode 100644 index 00000000000..dcd708d5796 --- /dev/null +++ b/srcpkgs/cura-engine/patches/cmake.patch @@ -0,0 +1,27 @@ +From 5aad55bf67e52ce5bdb27a3925af8a4cab441b38 Mon Sep 17 00:00:00 2001 +From: Ghostkeeper +Date: Mon, 18 Jun 2018 15:39:01 +0200 +Subject: [PATCH] Remove outdated copy of command_line_settings.json + +This entire directory doesn't exist. +--- + CMakeLists.txt | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5c579388f..4c55e6f39 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -251,11 +251,6 @@ if (BUILD_TESTS) + endforeach() + endif() + +- +-add_custom_command(TARGET CuraEngine POST_BUILD +- COMMAND ${CMAKE_COMMAND} -E copy_directory +- ${CMAKE_SOURCE_DIR}/resources $) +- + # Installing CuraEngine. + include(GNUInstallDirs) + install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR}) + diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template index 5a107a87860..660cd64848c 100644 --- a/srcpkgs/cura-engine/template +++ b/srcpkgs/cura-engine/template @@ -1,7 +1,7 @@ # Template file for 'cura-engine' pkgname=cura-engine version=3.4.1 -revision=1 +revision=2 wrksrc="CuraEngine-${version}" build_style=cmake configure_args="-DCURA_ENGINE_VERSION=${version}"