From 947d14c2da60d7f515b835afaffd0dcb3ced213d Mon Sep 17 00:00:00 2001 From: lod Date: Sun, 22 Jun 2025 22:58:53 +0200 Subject: [PATCH] upstream updated clipper, so no workaround needed anymore --- .SRCINFO | 2 +- PKGBUILD | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f49c443..7f04d1f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = orca-slicer-git pkgdesc = G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) - pkgver = 2.3.1.r25127.e13ec78 + pkgver = 2.3.1.r25150.88fb818 pkgrel = 1 url = https://github.com/SoftFever/OrcaSlicer arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index ac90e36..bd1b5c5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lod pkgname=orca-slicer-git -pkgver=2.3.1.r25127.e13ec78 +pkgver=2.3.1.r25150.88fb818 pkgrel=1 pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)" arch=('x86_64') @@ -32,8 +32,7 @@ pkgver() { prepare() { cd $pkgname - # C++20 disallows the use of the Point syntax in the constructor - sed -i 's/explicit Point(/explicit Point(/' src/clipper2/Clipper2Lib/include/clipper2/clipper.core.h + # abuse FLATPAK IF statement to build against some system libs sed -i 's/if(FLATPAK)/if(true)/' deps/CMakeLists.txt }