Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] Cura update
Date: Tue, 24 Sep 2019 18:12:17 +0200	[thread overview]
Message-ID: <20190924161217.-L3mXLgskbBzNo68nWIJVfpxpS_HBl8_AoqRlK0KHBc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14386@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages cura_update
https://github.com/void-linux/void-packages/pull/14386

[WIP] Cura update
Preparing for the next Cura release

Also take ownership of libSavitar

A patch file from https://github.com/void-linux/void-packages/pull/14386.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cura_update-14386.patch --]
[-- Type: text/x-diff, Size: 6348 bytes --]

From d4c5f329fc82861586e6d1d059442562e1726d59 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 24 Sep 2019 11:59:19 -0400
Subject: [PATCH 1/6] cura-engine: update to 4.3.0.

---
 srcpkgs/cura-engine/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template
index 63b00cda8e7..04184076df0 100644
--- a/srcpkgs/cura-engine/template
+++ b/srcpkgs/cura-engine/template
@@ -1,6 +1,6 @@
 # Template file for 'cura-engine'
 pkgname=cura-engine
-version=4.2.0
+version=4.3.0
 revision=1
 wrksrc="CuraEngine-${version}"
 build_style=cmake
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/CuraEngine"
 distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
-checksum=9e66c2840c46ad5ba91da872d73cc8d8d03bf163fe8ce9a81ec5188a6d7b4593
+checksum=4922a21ae90f95daae918baf21b51d94e36b8aac8e160b73c8088b993dd78ccb
 
 post_install() {
 	vlicense LICENSE

From b979ba7ceaacf88c82ef9c3cd4158b167fa45bfe Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 10 Sep 2019 11:45:18 -0400
Subject: [PATCH 2/6] libArcus: update to 4.3.0.

---
 srcpkgs/libArcus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index c0c44d46916..ecc4d659533 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,6 +1,6 @@
 # Template file for 'libArcus'
 pkgname=libArcus
-version=4.2.0
+version=4.3.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/libArcus"
 distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
-checksum=f355ae80a7d219013bba14ec8f50a411345c00a6e974b4649db3c5322fa9b28a
+checksum=67f828dba93e373516f3dfdcfab76f9dbe3665308a47cbca4bbe85b494ab50e7
 
 libArcus-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 378a097306730de2d91ec316835835b4fbdef324 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 10 Sep 2019 11:56:39 -0400
Subject: [PATCH 3/6] libSavitar: update to 4.3.0.

---
 srcpkgs/libSavitar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index f3eb5c337af..7555330e50b 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,16 +1,16 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
-version=4.2.0
+version=4.3.0
 revision=1
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"
 short_desc="C++ implementation of 3mf loading"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/libSavitar"
 distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz"
-checksum=6a77df183fef2ddaeb8de26f69315e1868ee722844f4c1fbb9cd5a054805d1a1
+checksum=5033bea3024fa7d858bdd0a89a6f7c44f372e632be7e6fc4655811f8d190a290
 nocross="can't find sip on cross environment"
 
 libSavitar-devel_package() {

From 869a096cfc04ab7603270659b1e8504001b653db Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 24 Sep 2019 11:59:24 -0400
Subject: [PATCH 4/6] Uranium: update to 4.2.0.

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index cf3fb0bb38c..f2972d197c1 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -15,4 +15,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/Uranium"
 distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
-checksum=af394fb133e6a3ce92c245428bcf458956b2ca26c33122a35c464b9f5aaddd2e
+checksum=9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38

From 2632187790ec09983244e1f6564a426e40a4e7ea Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 10 Sep 2019 12:02:36 -0400
Subject: [PATCH 5/6] cura: update to 4.3.0.

---
 srcpkgs/cura/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index f4ff4f24b0f..31318e5aecf 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,6 +1,6 @@
 # Template file for 'cura'
 pkgname=cura
-version=4.2.1
+version=4.3.0
 revision=1
 archs=noarch
 wrksrc="Cura-${version}"
@@ -17,4 +17,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/Cura"
 distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
-checksum=e3b54947a8722dbbdef4510beb724d43952f6dbd1e7c32b52e1a3c9358be3fa1
+checksum=a27f5671250452d685069d8fe8018438ec32c096cd5b2c0d54ada7022ded1ccf

From 7cc0c0437992acb5f9930f37ca23b2569be8ef4c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 24 Sep 2019 12:11:05 -0400
Subject: [PATCH 6/6] cura-fdm-materials: update to 4.3.0.

---
 srcpkgs/cura-fdm-materials/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cura-fdm-materials/template b/srcpkgs/cura-fdm-materials/template
index bd9472c957a..bdb4af89b08 100644
--- a/srcpkgs/cura-fdm-materials/template
+++ b/srcpkgs/cura-fdm-materials/template
@@ -1,6 +1,6 @@
 # Template file for 'cura-fdm-materials'
 pkgname=cura-fdm-materials
-version=2019.08.21
+version=4.3.0
 revision=1
 archs=noarch
 wrksrc="fdm_materials-${version}"
@@ -10,7 +10,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/Ultimaker/fdm_materials"
 distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
-checksum=abec9e8c2573cb39906201efca69265327bf565d3eb2c0f246793ff8671c7c24
+checksum=b31b997cae18a85f8c913b4d1f0fe0a5a009f94689d4cc26682f6614d0dc3f09
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2019-09-24 16:12 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10 16:10 [PR PATCH] " voidlinux-github
2019-09-14 19:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-14 19:36 ` voidlinux-github
2019-09-15 21:36 ` voidlinux-github
2019-09-15 21:36 ` voidlinux-github
2019-09-17 15:15 ` voidlinux-github
2019-09-17 15:15 ` voidlinux-github
2019-09-24 16:04 ` voidlinux-github
2019-09-24 16:04 ` voidlinux-github
2019-09-24 16:12 ` voidlinux-github [this message]
2019-09-24 16:12 ` voidlinux-github
2019-09-24 16:17 ` voidlinux-github
2019-09-24 16:17 ` voidlinux-github
2019-09-24 16:24 ` voidlinux-github
2019-09-24 16:24 ` voidlinux-github
2019-09-24 18:20 ` voidlinux-github
2019-09-24 18:20 ` voidlinux-github
2019-09-24 19:03 ` voidlinux-github
2019-09-24 19:03 ` voidlinux-github
2019-09-24 19:10 ` voidlinux-github
2019-09-24 19:10 ` voidlinux-github
2019-09-24 19:19 ` voidlinux-github
2019-09-24 19:33 ` [PR PATCH] [Updated] [WIP] Cura: update to 4.3.0 voidlinux-github
2019-09-24 19:33 ` voidlinux-github
2019-09-25 22:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-25 22:19 ` voidlinux-github
2019-09-25 22:20 ` voidlinux-github
2019-09-25 22:20 ` voidlinux-github
2019-09-25 22:33 ` voidlinux-github
2019-10-01 18:07 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190924161217.-L3mXLgskbBzNo68nWIJVfpxpS_HBl8_AoqRlK0KHBc@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).