[arch-commits] Commit in curaengine/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Mar 28 22:59:30 UTC 2020


    Date: Saturday, March 28, 2020 @ 22:59:30
  Author: jelle
Revision: 605635

upgpkg: curaengine 4.5.0-1

upstream update

Modified:
  curaengine/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-28 22:58:45 UTC (rev 605634)
+++ PKGBUILD	2020-03-28 22:59:30 UTC (rev 605635)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 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"
@@ -9,13 +9,10 @@
 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() {
@@ -26,6 +23,7 @@
    cmake .. \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DBUILD_TESTS=ON \
+     -DUSE_SYSTEM_LIBS=ON \
      -DCMAKE_BUILD_TYPE=Release
 
   make



More information about the arch-commits mailing list