PrusaSlicer: update to 2.4.0.

This commit is contained in:
cinerea0 2022-01-27 19:21:06 -05:00 committed by Érico Nogueira
parent 21ce07d99f
commit d5123dd319
2 changed files with 9 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- a/src/avrdude/CMakeLists.txt 2020-06-04 09:19:26.017251215 +0200
+++ b/src/avrdude/CMakeLists.txt 2020-06-04 09:19:36.468250771 +0200
@@ -83,7 +83,7 @@ add_executable(avrdude-conf-gen conf-gen
add_custom_command(
DEPENDS avrdude-conf-gen ${CMAKE_CURRENT_SOURCE_DIR}/avrdude-slic3r.conf
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/avrdude-slic3r.conf.h
- COMMAND $<TARGET_FILE:avrdude-conf-gen> avrdude-slic3r.conf avrdude_slic3r_conf ${CMAKE_CURRENT_BINARY_DIR}/avrdude-slic3r.conf.h
+ COMMAND avrdude-conf-gen avrdude-slic3r.conf avrdude_slic3r_conf ${CMAKE_CURRENT_BINARY_DIR}/avrdude-slic3r.conf.h
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)

View File

@ -1,6 +1,6 @@
# Template file for 'PrusaSlicer'
pkgname=PrusaSlicer
version=2.3.0
version=2.4.0
revision=1
wrksrc="PrusaSlicer-version_${version}"
build_style=cmake
@ -16,9 +16,16 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://www.prusa3d.com/prusaslicer/"
distfiles="https://github.com/prusa3d/Prusaslicer/archive/version_${version}.tar.gz"
checksum=cd3bac5e29b5441fc4690f28cd7b1064e97dc00207bbdc88f7bd7832308d6ca5
checksum=906d0acf0d0e064ae3cbaa16ba1a2e24dd9c32ceb2121464cb4d5951c09e66c2
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/25230/steps/shell_3/logs/stdio"
post_extract() {
# this test suite fails on musl
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
vsed -i tests/CMakeLists.txt -e "/add_subdirectory(libslic3r)/d"
fi
}
Slic3rPE_package() {
build_style=meta
depends="${sourcepkg}>=${version}_${revision}"