[arch-commits] Commit in curaengine/repos (3 files)
Lukas Fleischer
lfleischer at archlinux.org
Sun Dec 15 18:21:41 UTC 2019
Date: Sunday, December 15, 2019 @ 18:21:40
Author: lfleischer
Revision: 537778
db-move: moved curaengine from [community-testing] to [community] (x86_64)
Added:
curaengine/repos/community-x86_64/PKGBUILD
(from rev 537777, curaengine/repos/community-testing-x86_64/PKGBUILD)
Deleted:
curaengine/repos/community-testing-x86_64/
curaengine/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 44 --------------------------------------------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2019-12-15 18:21:05 UTC (rev 537777)
+++ community-x86_64/PKGBUILD 2019-12-15 18:21:40 UTC (rev 537778)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Grey Christoforo <first name [at] last name [dot] net>
-
-pkgname=curaengine
-pkgver=4.3.0
-pkgrel=2
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
-
-
-build() {
- cd CuraEngine-${pkgver}
- mkdir -p build
- cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
- make
-}
-
-check() {
- cd CuraEngine-${pkgver}/build
- make test
-}
-
-package() {
- cd CuraEngine-${pkgver}/build
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: curaengine/repos/community-x86_64/PKGBUILD (from rev 537777, curaengine/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-12-15 18:21:40 UTC (rev 537778)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
+
+pkgname=curaengine
+pkgver=4.4.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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
+
+
+build() {
+ cd CuraEngine-${pkgver}
+ mkdir -p build
+ cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+}
+
+check() {
+ cd CuraEngine-${pkgver}/build
+ make test
+}
+
+package() {
+ cd CuraEngine-${pkgver}/build
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list