mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/curaengine to 4.3.0-1
This commit is contained in:
parent
db3c7f73ad
commit
7bc79d79ce
1 changed files with 4 additions and 10 deletions
|
@ -5,27 +5,21 @@
|
||||||
# - -DBUILD_TESTS=OFF
|
# - -DBUILD_TESTS=OFF
|
||||||
|
|
||||||
pkgname=curaengine
|
pkgname=curaengine
|
||||||
pkgver=4.2.0
|
pkgver=4.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
|
pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
|
||||||
url="https://github.com/Ultimaker/CuraEngine"
|
url="https://github.com/Ultimaker/CuraEngine"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('AGPL')
|
license=('AGPL')
|
||||||
depends=('arcus' 'rapidjson')
|
depends=('arcus' 'rapidjson' 'polyclipping')
|
||||||
# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
|
# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
|
||||||
# Work with system openmp
|
# Work with system openmp
|
||||||
# Package polyclipping in the repos
|
# Package polyclipping in the repos
|
||||||
checkdepends=('cppunit')
|
checkdepends=('cppunit')
|
||||||
makedepends=('cmake' 'git')
|
makedepends=('cmake' 'git')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
|
||||||
https://src.fedoraproject.org/rpms/CuraEngine/raw/master/f/CuraEngine-gcc9.patch)
|
sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
|
||||||
sha512sums=('6c3edac5a21068b50a31d3ab37dac58b986e18be2d24711d77cf210da62b521d62dc92a1b4e8865a26e5c394119349f03b3816d19d67ebee670424cc4a7b2500'
|
|
||||||
'fe3130992113d850322ac1ba34cda3e1ab146a155097c9787a2044e78751de32590b00862c7a4c1ce0ac95281a7e669509741e9f9a170f23ad6eaec13e01bc2b')
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd CuraEngine-${pkgver}
|
|
||||||
patch -Np1 -i ${srcdir}/CuraEngine-gcc9.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd CuraEngine-${pkgver}
|
cd CuraEngine-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue