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

2020-10-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, October 3, 2020 @ 16:23:27
  Author: jelle
Revision: 716622

upgpkg: curaengine 4.7.1-2

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-03 16:18:13 UTC (rev 716621)
+++ PKGBUILD2020-10-03 16:23:27 UTC (rev 716622)
@@ -3,14 +3,14 @@
 
 pkgname=curaengine
 pkgver=4.7.1
-pkgrel=1
+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')
+depends=('arcus' 'polyclipping')
 checkdepends=('cppunit')
-makedepends=('cmake' 'git' 'gmock' 'gtest')
+makedepends=('cmake' 'git' 'gmock' 'gtest' 'rapidjson')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('e5006290f6f0c2a1816e93344094c46b4861f7b953948edd1812a2a06869d77d66d6145d40b1c72b31ada028a102fd8ca463aa112ec9983e13dd13d5ff4ac9b3')
 


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

2020-09-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 12, 2020 @ 11:39:43
  Author: jelle
Revision: 703790

upgpkg: curaengine 4.7.1-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 11:39:35 UTC (rev 703789)
+++ PKGBUILD2020-09-12 11:39:43 UTC (rev 703790)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.6.2
+pkgver=4.7.1
 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;
@@ -12,7 +12,7 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git' 'gmock' 'gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('7bc63f0921d690816d55c8c5cc825053cf5d2ff73c552e78e9a7cb2a4febf16e7386bbd2c0a300504f86a6bff3e3b8f03f52b8986c5fef12de4adaea85b8af9a')
+sha512sums=('e5006290f6f0c2a1816e93344094c46b4861f7b953948edd1812a2a06869d77d66d6145d40b1c72b31ada028a102fd8ca463aa112ec9983e13dd13d5ff4ac9b3')
 
 
 build() {


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

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 18:53:14
  Author: jelle
Revision: 665368

upgpkg: curaengine 4.6.2-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:10 UTC (rev 665367)
+++ PKGBUILD2020-07-26 18:53:14 UTC (rev 665368)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.2
+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')
@@ -12,7 +12,7 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git' 'gmock' 'gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('481f6b839fe7d4bad14d9820337574d31a928e258ede359c608075f1cc7771e3eb649d5d0cff5f1edbc1e2c1802ee99e1ca2eb36a34799331279cbc0c3294636')
+sha512sums=('7bc63f0921d690816d55c8c5cc825053cf5d2ff73c552e78e9a7cb2a4febf16e7386bbd2c0a300504f86a6bff3e3b8f03f52b8986c5fef12de4adaea85b8af9a')
 
 
 build() {


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

2020-05-23 Thread Antonio Rojas via arch-commits
Date: Saturday, May 23, 2020 @ 21:40:22
  Author: arojas
Revision: 632610

protobuf 3.12 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 21:36:30 UTC (rev 632609)
+++ PKGBUILD2020-05-23 21:40:22 UTC (rev 632610)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=4.5.0
-pkgrel=1
+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')


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

2020-03-28 Thread Jelle van der Waa via arch-commits
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
===
--- PKGBUILD2020-03-28 22:58:45 UTC (rev 605634)
+++ PKGBUILD2020-03-28 22:59:30 UTC (rev 605635)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 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


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

2019-12-12 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 12, 2019 @ 20:03:13
  Author: jelle
Revision: 537460

upgpkg: curaengine 4.4.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 20:02:35 UTC (rev 537459)
+++ PKGBUILD2019-12-12 20:03:13 UTC (rev 537460)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.3.0
-pkgrel=3
+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')
@@ -15,7 +15,7 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
+sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
 
 
 build() {


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

2019-12-11 Thread Lukas Fleischer via arch-commits
Date: Wednesday, December 11, 2019 @ 21:22:46
  Author: lfleischer
Revision: 536954

upgpkg: curaengine 4.3.0-3: protobuf 3.11 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-11 21:16:16 UTC (rev 536953)
+++ PKGBUILD2019-12-11 21:22:46 UTC (rev 536954)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 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')


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

2019-10-17 Thread Jelle van der Waa via arch-commits
Date: Thursday, October 17, 2019 @ 18:07:57
  Author: jelle
Revision: 516512

upgpkg: curaengine 4.3.0-2

protobuf 3.10 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-17 18:04:16 UTC (rev 516511)
+++ PKGBUILD2019-10-17 18:07:57 UTC (rev 516512)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=4.3.0
-pkgrel=1
+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')


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

2019-09-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, September 26, 2019 @ 15:19:16
  Author: jelle
Revision: 511858

upgpkg: curaengine 4.3.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 15:11:57 UTC (rev 511857)
+++ PKGBUILD2019-09-26 15:19:16 UTC (rev 511858)
@@ -2,27 +2,21 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.2.0
+pkgver=4.3.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')
+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;
-
https://src.fedoraproject.org/rpms/CuraEngine/raw/master/f/CuraEngine-gcc9.patch)
-sha512sums=('6c3edac5a21068b50a31d3ab37dac58b986e18be2d24711d77cf210da62b521d62dc92a1b4e8865a26e5c394119349f03b3816d19d67ebee670424cc4a7b2500'
-
'fe3130992113d850322ac1ba34cda3e1ab146a155097c9787a2044e78751de32590b00862c7a4c1ce0ac95281a7e669509741e9f9a170f23ad6eaec13e01bc2b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
 
-prepare() {
-  cd CuraEngine-${pkgver}
-  patch -Np1 -i ${srcdir}/CuraEngine-gcc9.patch
-}
 
 build() {
   cd CuraEngine-${pkgver}


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

2019-07-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 30, 2019 @ 20:09:17
  Author: jelle
Revision: 495426

upgpkg: curaengine 4.2.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-30 20:08:49 UTC (rev 495425)
+++ PKGBUILD2019-07-30 20:09:17 UTC (rev 495426)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.1.0
+pkgver=4.2.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;
@@ -10,12 +10,20 @@
 license=('AGPL')
 depends=('arcus' 'rapidjson')
 # 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=('49a3d3943c0767ceba2b94d061e11f43a428401941032cb1cbc578acf95495ba2db48307a9e28056f5a641be7ba581b53264a3d32abbbeeb00b978c8203ca79f')
+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=('6c3edac5a21068b50a31d3ab37dac58b986e18be2d24711d77cf210da62b521d62dc92a1b4e8865a26e5c394119349f03b3816d19d67ebee670424cc4a7b2500'
+
'fe3130992113d850322ac1ba34cda3e1ab146a155097c9787a2044e78751de32590b00862c7a4c1ce0ac95281a7e669509741e9f9a170f23ad6eaec13e01bc2b')
 
+prepare() {
+  cd CuraEngine-${pkgver}
+  patch -Np1 -i ${srcdir}/CuraEngine-gcc9.patch
+}
+
 build() {
   cd CuraEngine-${pkgver}
   mkdir -p build


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

2019-06-14 Thread Jelle van der Waa via arch-commits
Date: Friday, June 14, 2019 @ 20:08:55
  Author: jelle
Revision: 481499

upgpkg: curaengine 4.1.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-14 20:07:46 UTC (rev 481498)
+++ PKGBUILD2019-06-14 20:08:55 UTC (rev 481499)
@@ -2,19 +2,19 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=4.0.0
+pkgver=4.1.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')
+depends=('arcus' 'rapidjson')
 # TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
 # 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=('478dc2554abea24baeec18e2b2d65a790dd6d31a3b11c87d839a9e928679f40bab9703e86e473bba36f72355485d66bf63515692ac75bceae5881e6537f48c46')
+sha512sums=('49a3d3943c0767ceba2b94d061e11f43a428401941032cb1cbc578acf95495ba2db48307a9e28056f5a641be7ba581b53264a3d32abbbeeb00b978c8203ca79f')
 
 build() {
   cd CuraEngine-${pkgver}


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

2019-03-22 Thread Jelle van der Waa via arch-commits
Date: Friday, March 22, 2019 @ 17:59:44
  Author: jelle
Revision: 443162

upgpkg: curaengine 4.0.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 17:59:32 UTC (rev 443161)
+++ PKGBUILD2019-03-22 17:59:44 UTC (rev 443162)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.6.0
-pkgrel=2
+pkgver=4.0.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')
@@ -13,16 +13,9 @@
 # Package polyclipping in the repos
 checkdepends=('cppunit')
 makedepends=('cmake' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;
-   
"fix_mocksocket_tests.patch::https://github.com/Ultimaker/CuraEngine/commit/7349c981135f6460640c23527f02dea650304467.patch;)
-sha512sums=('340dad4c697fb0d7b633091715a904ae7df8973626e217ae2528d0121723c07a6cf0bbc740b9ad9980f3b288fa690c9c3ee43d90914264855dace007bbb334c8'
-
'72d424cb96db26e7e4170d2e208f3dbbabbea19e5e7c6a02b53ef47eddbcbb4dc20d045b2065e91acd8dc5f481345a9a3b5568781db9445d3af697555aba847e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('478dc2554abea24baeec18e2b2d65a790dd6d31a3b11c87d839a9e928679f40bab9703e86e473bba36f72355485d66bf63515692ac75bceae5881e6537f48c46')
 
-prepare() {
-  cd CuraEngine-${pkgver}
-  patch -Np1 -i $srcdir/fix_mocksocket_tests.patch
-}
-
 build() {
   cd CuraEngine-${pkgver}
   mkdir -p build


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

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 16:08:51
  Author: jelle
Revision: 437474

upgpkg: curaengine 3.6.0-2

protobuf 3.7.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 16:05:20 UTC (rev 437473)
+++ PKGBUILD2019-03-03 16:08:51 UTC (rev 437474)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.6.0
-pkgrel=1
+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')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;

"fix_mocksocket_tests.patch::https://github.com/Ultimaker/CuraEngine/commit/7349c981135f6460640c23527f02dea650304467.patch;)
 
sha512sums=('340dad4c697fb0d7b633091715a904ae7df8973626e217ae2528d0121723c07a6cf0bbc740b9ad9980f3b288fa690c9c3ee43d90914264855dace007bbb334c8'
-
'2371a984caec6b9972236f5579a4c928c6cf2c268dd994798b606ba4310333534aea52d2b465d64484081b00ab3550717d4abca3b7174f27f6e1941d43e31cff')
+
'72d424cb96db26e7e4170d2e208f3dbbabbea19e5e7c6a02b53ef47eddbcbb4dc20d045b2065e91acd8dc5f481345a9a3b5568781db9445d3af697555aba847e')
 
 prepare() {
   cd CuraEngine-${pkgver}


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

2018-11-18 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 18, 2018 @ 11:42:04
  Author: jelle
Revision: 408683

upgpkg: curaengine 3.6.0-1

Modified:
  curaengine/trunk/PKGBUILD
Deleted:
  curaengine/trunk/do_not_copy_resource.patch

+
 PKGBUILD   |   20 ++--
 do_not_copy_resource.patch |   14 --
 2 files changed, 10 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 11:37:24 UTC (rev 408682)
+++ PKGBUILD2018-11-18 11:42:04 UTC (rev 408683)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.6.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')
@@ -14,13 +14,13 @@
 checkdepends=('cppunit')
 makedepends=('cmake' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;
-do_not_copy_resource.patch)
-md5sums=('825f80f42da70efe6c889d8acb8f6afe'
- '07b0f2240737f99830c1a87c1f1f378e')
+   
"fix_mocksocket_tests.patch::https://github.com/Ultimaker/CuraEngine/commit/7349c981135f6460640c23527f02dea650304467.patch;)
+sha512sums=('340dad4c697fb0d7b633091715a904ae7df8973626e217ae2528d0121723c07a6cf0bbc740b9ad9980f3b288fa690c9c3ee43d90914264855dace007bbb334c8'
+
'2371a984caec6b9972236f5579a4c928c6cf2c268dd994798b606ba4310333534aea52d2b465d64484081b00ab3550717d4abca3b7174f27f6e1941d43e31cff')
 
 prepare() {
   cd CuraEngine-${pkgver}
-  patch -Np1 -i ${srcdir}/do_not_copy_resource.patch
+  patch -Np1 -i $srcdir/fix_mocksocket_tests.patch
 }
 
 build() {
@@ -36,14 +36,14 @@
   make
 }
 
-package() {
+check() {
   cd CuraEngine-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
+  make test
 }
 
-check() {
+package() {
   cd CuraEngine-${pkgver}/build
-  make test
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: do_not_copy_resource.patch
===
--- do_not_copy_resource.patch  2018-11-18 11:37:24 UTC (rev 408682)
+++ do_not_copy_resource.patch  2018-11-18 11:42:04 UTC (rev 408683)
@@ -1,14 +0,0 @@
-diff -aur CuraEngine-3.4.1/CMakeLists.txt CuraEngine-3.4.1.old/CMakeLists.txt
 CuraEngine-3.4.1/CMakeLists.txt2018-07-09 10:55:15.0 +0200
-+++ CuraEngine-3.4.1.old/CMakeLists.txt2018-09-07 20:16:42.621995976 
+0200
-@@ -252,10 +252,6 @@
- endif()
- 
- 
--add_custom_command(TARGET CuraEngine POST_BUILD
--   COMMAND ${CMAKE_COMMAND} -E copy_directory
--   ${CMAKE_SOURCE_DIR}/resources 
$)
--
- # Installing CuraEngine.
- include(GNUInstallDirs)
- install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR})


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

2018-09-07 Thread Jelle van der Waa via arch-commits
Date: Friday, September 7, 2018 @ 18:57:54
  Author: jelle
Revision: 378654

upgpkg: curaengine 3.4.1-3

protobuf 3.6.1 rebuild

Added:
  curaengine/trunk/do_not_copy_resource.patch
Modified:
  curaengine/trunk/PKGBUILD

+
 PKGBUILD   |   21 +
 do_not_copy_resource.patch |   14 ++
 2 files changed, 31 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-07 18:51:42 UTC (rev 378653)
+++ PKGBUILD2018-09-07 18:57:54 UTC (rev 378654)
@@ -3,8 +3,8 @@
 
 pkgname=curaengine
 pkgver=3.4.1
-pkgrel=2
-pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
+pkgrel=3
+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')
@@ -11,10 +11,17 @@
 depends=('arcus')
 # TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
 # Package polyclipping in the repos
+checkdepends=('cppunit')
 makedepends=('cmake' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('825f80f42da70efe6c889d8acb8f6afe')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;
+do_not_copy_resource.patch)
+md5sums=('825f80f42da70efe6c889d8acb8f6afe'
+ '07b0f2240737f99830c1a87c1f1f378e')
 
+prepare() {
+  cd CuraEngine-${pkgver}
+  patch -Np1 -i ${srcdir}/do_not_copy_resource.patch
+}
 
 build() {
   cd CuraEngine-${pkgver}
@@ -23,6 +30,7 @@
 
cmake .. \
  -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON \
  -DCMAKE_BUILD_TYPE=Release
 
   make
@@ -33,4 +41,9 @@
   make DESTDIR="${pkgdir}" install
 }
 
+check() {
+  cd CuraEngine-${pkgver}/build
+  make test
+}
+
 # vim:set ts=2 sw=2 et:

Added: do_not_copy_resource.patch
===
--- do_not_copy_resource.patch  (rev 0)
+++ do_not_copy_resource.patch  2018-09-07 18:57:54 UTC (rev 378654)
@@ -0,0 +1,14 @@
+diff -aur CuraEngine-3.4.1/CMakeLists.txt CuraEngine-3.4.1.old/CMakeLists.txt
+--- CuraEngine-3.4.1/CMakeLists.txt2018-07-09 10:55:15.0 +0200
 CuraEngine-3.4.1.old/CMakeLists.txt2018-09-07 20:16:42.621995976 
+0200
+@@ -252,10 +252,6 @@
+ endif()
+ 
+ 
+-add_custom_command(TARGET CuraEngine POST_BUILD
+-   COMMAND ${CMAKE_COMMAND} -E copy_directory
+-   ${CMAKE_SOURCE_DIR}/resources 
$)
+-
+ # Installing CuraEngine.
+ include(GNUInstallDirs)
+ install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR})


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

2018-07-26 Thread Eli Schwartz via arch-commits
Date: Thursday, July 26, 2018 @ 08:41:51
  Author: eschwartz
Revision: 363486

upgpkg: curaengine 3.4.1-2

protobuf 3.6.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 08:37:50 UTC (rev 363485)
+++ PKGBUILD2018-07-26 08:41:51 UTC (rev 363486)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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')


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

2018-07-15 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 15, 2018 @ 13:47:16
  Author: jelle
Revision: 359532

upgpkg: curaengine 3.4.1-1

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-15 13:46:01 UTC (rev 359531)
+++ PKGBUILD2018-07-15 13:47:16 UTC (rev 359532)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.3.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
@@ -9,9 +9,11 @@
 arch=('x86_64')
 license=('AGPL')
 depends=('arcus')
-makedepends=('cmake')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Package polyclipping in the repos
+makedepends=('cmake' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('6de71250dee30e50e690b567d2d5e1f8')
+md5sums=('825f80f42da70efe6c889d8acb8f6afe')
 
 
 build() {


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

2018-06-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 5, 2018 @ 18:47:26
  Author: jelle
Revision: 340597

upgpkg: curaengine 3.3.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 18:45:47 UTC (rev 340596)
+++ PKGBUILD2018-06-05 18:47:26 UTC (rev 340597)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('0a516fd9f449643c9549e951c713e7d1')
+md5sums=('6de71250dee30e50e690b567d2d5e1f8')
 
 
 build() {


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

2018-02-16 Thread Jelle van der Waa via arch-commits
Date: Friday, February 16, 2018 @ 20:36:50
  Author: jelle
Revision: 295196

upgpkg: curaengine 3.2.1-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 20:36:47 UTC (rev 295195)
+++ PKGBUILD2018-02-16 20:36:50 UTC (rev 295196)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="Fast and robust 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')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('bd658110460d918babf2c824cf0bedc6')
+md5sums=('0a516fd9f449643c9549e951c713e7d1')
 
 
 build() {


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

2017-12-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 19, 2017 @ 20:33:51
  Author: jelle
Revision: 274939

upgpkg: curaengine 3.1.0-2

protobuf 3.5.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-19 20:30:49 UTC (rev 274938)
+++ PKGBUILD2017-12-19 20:33:51 UTC (rev 274939)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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')


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

2017-12-19 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 19, 2017 @ 20:29:09
  Author: jelle
Revision: 274935

upgpkg: curaengine 3.1.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-19 20:27:51 UTC (rev 274934)
+++ PKGBUILD2017-12-19 20:29:09 UTC (rev 274935)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=3.0.3
-pkgrel=4
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Fast and robust 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')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('875c43b51afe3990bb05c3b881c287b6')
+md5sums=('bd658110460d918babf2c824cf0bedc6')
 
 
 build() {


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

2017-12-11 Thread Jelle van der Waa via arch-commits
Date: Monday, December 11, 2017 @ 20:59:58
  Author: jelle
Revision: 273900

upgpkg: curaengine 3.0.3-4

protobuf 3.5.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 20:57:00 UTC (rev 273899)
+++ PKGBUILD2017-12-11 20:59:58 UTC (rev 273900)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast and robust 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')


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

2017-12-11 Thread Jelle van der Waa via arch-commits
Date: Monday, December 11, 2017 @ 20:56:45
  Author: jelle
Revision: 273898

upgpkg: curaengine 3.0.3-3

revert wrong build

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 20:04:30 UTC (rev 273897)
+++ PKGBUILD2017-12-11 20:56:45 UTC (rev 273898)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast and robust 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')


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

2017-12-11 Thread Jelle van der Waa via arch-commits
Date: Monday, December 11, 2017 @ 19:02:30
  Author: jelle
Revision: 273809

upgpkg: curaengine 3.0.3-2

protobuf 3.5.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 18:57:55 UTC (rev 273808)
+++ PKGBUILD2017-12-11 19:02:30 UTC (rev 273809)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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')


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

2017-11-02 Thread Jelle van der Waa
Date: Thursday, November 2, 2017 @ 11:00:52
  Author: jelle
Revision: 265117

upgpkg: curaengine 3.0.3-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 10:09:51 UTC (rev 265116)
+++ PKGBUILD2017-11-02 11:00:52 UTC (rev 265117)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=2.7.0
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Fast and robust 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' 'i686')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('fe888562eeb3fc9f518449cf6761d03b')
+md5sums=('875c43b51afe3990bb05c3b881c287b6')
 
 
 build() {


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 20:23:42
  Author: jelle
Revision: 263168

upgpkg: curaengine 2.7.0-2

protobuf 3.4.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 19:42:06 UTC (rev 263167)
+++ PKGBUILD2017-10-17 20:23:42 UTC (rev 263168)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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' 'i686')


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

2017-09-02 Thread Jelle van der Waa
Date: Saturday, September 2, 2017 @ 23:50:32
  Author: jelle
Revision: 255589

upgpkg: curaengine 2.7.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-02 21:04:16 UTC (rev 255588)
+++ PKGBUILD2017-09-02 23:50:32 UTC (rev 255589)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine;
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('0f92c6adc14f34a0263249218f924dee')
+md5sums=('fe888562eeb3fc9f518449cf6761d03b')
 
 
 build() {


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

2017-07-08 Thread Jelle van der Waa
Date: Saturday, July 8, 2017 @ 17:34:35
  Author: jelle
Revision: 243353

upgpkg: curaengine 2.6.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 17:26:01 UTC (rev 243352)
+++ PKGBUILD2017-07-08 17:34:35 UTC (rev 243353)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Fast and robust 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' 'i686')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('8d8de8f56fd5831b3b74e8946a26681e')
+md5sums=('0f92c6adc14f34a0263249218f924dee')
 
 
 build() {


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

2017-05-15 Thread Antonio Rojas
Date: Monday, May 15, 2017 @ 20:20:58
  Author: arojas
Revision: 228157

protobuf 3.3.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-15 20:18:29 UTC (rev 228156)
+++ PKGBUILD2017-05-15 20:20:58 UTC (rev 228157)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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' 'i686')


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

2017-04-26 Thread Jelle van der Waa
Date: Wednesday, April 26, 2017 @ 19:32:46
  Author: jelle
Revision: 225761

upgpkg: curaengine 2.5.0-1

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 19:32:41 UTC (rev 225760)
+++ PKGBUILD2017-04-26 19:32:46 UTC (rev 225761)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo 
 
 pkgname=curaengine
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Fast and robust 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' 'i686')
@@ -11,7 +11,7 @@
 depends=('arcus')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('b2acaf1cd000da903beba985f45e745a')
+md5sums=('8d8de8f56fd5831b3b74e8946a26681e')
 
 
 build() {


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

2017-03-27 Thread Sergej Pupykin
Date: Monday, March 27, 2017 @ 10:02:41
  Author: spupykin
Revision: 219308

src-tarball name fix

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 09:59:18 UTC (rev 219307)
+++ PKGBUILD2017-03-27 10:02:41 UTC (rev 219308)
@@ -10,7 +10,7 @@
 license=('AGPL')
 depends=('arcus')
 makedepends=('cmake')
-source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz;)
 md5sums=('b2acaf1cd000da903beba985f45e745a')
 
 


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

2017-03-25 Thread Jelle van der Waa
Date: Saturday, March 25, 2017 @ 18:17:29
  Author: jelle
Revision: 218976

upgpkg: curaengine 2.4.0-2

Modified:
  curaengine/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 18:11:15 UTC (rev 218975)
+++ PKGBUILD2017-03-25 18:17:29 UTC (rev 218976)
@@ -1,8 +1,9 @@
-# Maintainer: Grey Christoforo 
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
 
 pkgname=curaengine
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust 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' 'i686')