Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Cura 4.6
@ 2020-04-21 17:28 karl-nilsson
  2020-04-21 23:21 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: karl-nilsson @ 2020-04-21 17:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages cura-4.6
https://github.com/void-linux/void-packages/pull/21210

Cura 4.6
Tested on x64, glibc

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

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

From 93d4767a04f96fbd917939f4bf8f4d1487667ea6 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 6 Apr 2020 17:01:58 -0400
Subject: [PATCH 1/6] libArcus: update to 4.6.0.

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

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index e782ef686eb..4b71d755a20 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,6 +1,6 @@
 # Template file for 'libArcus'
 pkgname=libArcus
-version=4.5.0
+version=4.6.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=f29078901840d25f826cbaa6bdfa1f9d48b30e5e04674bc8a21e448fdcc58367
+checksum=710f85f2881fb5baa0b7167895d4d708ca22225c3770ea4e1f27e3b04c81115a
 
 libArcus-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From bbab8ba965fec2601af04fa878ae5e487d528b9f Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 21 Apr 2020 13:20:59 -0400
Subject: [PATCH 2/6] cura-engine: update to 4.6.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 c4e1da963f9..33b50fbcd58 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.5.0
+version=4.6.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=c6e63526f860ef42950236333c8a33db9f5beb9493ac5c8b69f5336501f1179e
+checksum=a63569868ba3a15006890958a334406e683485ed5e1bdb43f365858a50afac5b
 
 post_install() {
 	vlicense LICENSE

From b9690381077cd263108a16438dde3b11e7e1da57 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 21 Apr 2020 13:21:04 -0400
Subject: [PATCH 3/6] libSavitar: update to 4.6.0.

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

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 613dcd24f11..40f9f1203b4 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,6 +1,6 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
-version=4.5.0
+version=4.6.0
 revision=1
 build_style=cmake
 hostmakedepends="python3"
@@ -10,7 +10,7 @@ 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=f5d4a80962ad81d95d9356fca961fd8d53fc9fe89225aa27363b7e6ca45834cf
+checksum=c031c341f093b4e9693e17ab36e39b3abf9cd92c1ea57dcde03b53f1296b3f38
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3-sip-devel"

From 7b3ec9a332adce451c5687735cd7e82c21f8b24a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 21 Apr 2020 13:21:11 -0400
Subject: [PATCH 4/6] Uranium: update to 4.6.0.

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

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 586a89fb676..ae188fc5af0 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,6 +1,6 @@
 # Template file for 'Uranium'
 pkgname=Uranium
-version=4.5.0
+version=4.6.0
 revision=1
 archs=noarch
 build_style=cmake
@@ -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=8149f18305225c453296261d8553117caba121300e6f0add79b827afc3e7b14a
+checksum=70ac653fce33cdd7627041f18bfe481527c4438f07a056798858b215a968eb9b

From dc8d453676eea1feec057057fbbc7715a733c714 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 21 Apr 2020 13:21:18 -0400
Subject: [PATCH 5/6] cura-fdm-materials: update to 4.6.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 d531efe73de..85b6cc76892 100644
--- a/srcpkgs/cura-fdm-materials/template
+++ b/srcpkgs/cura-fdm-materials/template
@@ -1,7 +1,7 @@
 # Template file for 'cura-fdm-materials'
 pkgname=cura-fdm-materials
 reverts="2019.08.21_1"
-version=4.5.0
+version=4.6.0
 revision=1
 archs=noarch
 wrksrc="fdm_materials-${version}"
@@ -11,7 +11,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=272fc89fc587011eaeccf0ff0e23b97a708b8474e2b1459460a62cb46844c242
+checksum=a59072048b384393ab86ed81e8e751ebbb0abaa781d2053eed1295ef9c34098c
 
 post_install() {
 	vlicense LICENSE

From 5815cab634394626925fa8f3f1d81432fbe1c649 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 21 Apr 2020 13:23:39 -0400
Subject: [PATCH 6/6] cura: update to 4.6.0.

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

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index ef2d301875f..054e7c5694b 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,6 +1,6 @@
 # Template file for 'cura'
 pkgname=cura
-version=4.5.0
+version=4.6.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=32aa91effa861be4bdcefc9c78e426d04c0c16c0f65dd32f33610234b16153e9
+checksum=2cad3b159196675b05364291e3ffaee563e698a8b9aeba835befe3996d9ffaf5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Cura 4.6
  2020-04-21 17:28 [PR PATCH] Cura 4.6 karl-nilsson
@ 2020-04-21 23:21 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-04-21 23:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

Cura 4.6
https://github.com/void-linux/void-packages/pull/21210

Description:
Tested on x64, glibc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-21 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 17:28 [PR PATCH] Cura 4.6 karl-nilsson
2020-04-21 23:21 ` [PR PATCH] [Merged]: " Piraty

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).