community/curaengine to 4.5.0-1

This commit is contained in:
Kevin Mihelich 2020-03-28 23:21:23 +00:00
parent 16fb7b2fd8
commit 70c0ae7b09

View file

@ -5,20 +5,17 @@
# - -DBUILD_TESTS=OFF
pkgname=curaengine
pkgver=4.4.0
pkgver=4.5.0
pkgrel=1
pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
url="https://github.com/Ultimaker/CuraEngine"
arch=('x86_64')
license=('AGPL')
depends=('arcus' 'rapidjson' 'polyclipping')
# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
# Work with system openmp
# Package polyclipping in the repos
checkdepends=('cppunit')
makedepends=('cmake' 'git')
makedepends=('cmake' 'git' 'gmock' 'gtest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
sha512sums=('481f6b839fe7d4bad14d9820337574d31a928e258ede359c608075f1cc7771e3eb649d5d0cff5f1edbc1e2c1802ee99e1ca2eb36a34799331279cbc0c3294636')
build() {
@ -29,6 +26,7 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=OFF \
-DUSE_SYSTEM_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release
make