Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kicad: Update to 5.1.8
@ 2020-12-17 19:07 faulesocke
  2020-12-17 19:08 ` ericonr
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: faulesocke @ 2020-12-17 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages kicad
https://github.com/void-linux/void-packages/pull/27235

kicad: Update to 5.1.8
[ci skip]

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

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

From cbacab337961d2ace326405d95455679d0bbdffd Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:18 +0100
Subject: [PATCH 1/8] kicad: update to 5.1.8.

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 002410f7cb6..f11077d93bb 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.7
-revision=2
+version=5.1.8
+revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@@ -19,7 +19,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=96ad30aa289ed6f77ffcd8283d0877b700139187e5f1957acad8ad4dbad472bc
+checksum=bf24f8ef427b4a989479b8e4af0b8ae5c54766755f12748e2e88a922c5344ca4
 python_version=3
 
 build_options="spice occt"

From d22512c54dbc686518be87f5b857e2c2b3e0bd64 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:25 +0100
Subject: [PATCH 2/8] kicad-doc: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index d58be46be38..8c9d44e7a86 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=5.1.7
+version=5.1.8
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
-license="GPL-3.0-or-later OR CC-BY-3.0"
+license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
-checksum=552156c0dbf05ac3767b49d294f2f99c4963621e06577042d311ac470490eb21
+checksum=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
 
 do_install() {
 	vmkdir usr/

From 0ce7d475eb45d2a3e3a3d874b5d9dae26b4e5f57 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:30 +0100
Subject: [PATCH 3/8] kicad-footprints: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index f947b903001..6768c05c794 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819

From b273e66331e270225b0e5549044777b8aab90de1 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:43 +0100
Subject: [PATCH 4/8] kicad-i18n: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-i18n/template b/srcpkgs/kicad-i18n/template
index ff728c9e68e..1c9408b9dcd 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
-version=5.1.7
+version=5.1.8
 revision=1
 _commit=d24af2da8cab4ce1081c401909a4a880514e5549
 wrksrc="${pkgname}-${version}-${_commit}"
@@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=49017d00cd3272d6615b4e3fe3fb14a48c113398e4dfdb1eda65b9c8595bff2b
+checksum=807eeceaa5688ca800fe01464b466755e7b9e3243cb0a776e2ea5ea1f963967b

From aebe1bc765619937612ab3069a32c5cb6e53d83c Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:58 +0100
Subject: [PATCH 5/8] kicad-packages3D: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index dcc7da781d6..41e1d13f6ee 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-packages3D/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5420ed6a9cebb15c70210c633d0710f0a89ec43ca2ef111c0439930c8156006c
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=faf3ddf4036a6084618c1d90254b554f845693549afb2c483291133dca27ee3a

From de865658030db7c46cf30dbeedeb3661b019ad86 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:05 +0100
Subject: [PATCH 6/8] kicad-symbols: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index 29abc082b28..73c1c529bc2 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-symbols/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ab8fe5a65a7c1a99d9b85f82c56cc7b2dbe77eb37e28945481dcddad7378b425
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=a5ca226afbabdd1822c4a18e63a2943cd2913df11e8e50530768fbdd7997ba54

From 35245a31c62999a6c01f5455bf12ce039517b194 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:10 +0100
Subject: [PATCH 7/8] kicad-templates: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 4bcf224c462..48d8ffda2eb 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-templates/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=1afc8196f47d053937c2db9ee7f09b0d812e1ba93e57a0610ab1ced21c9134ca

From ed58bc2e3bdf4aa7ce8b9ca599d00c62734b84db Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:17 +0100
Subject: [PATCH 8/8] kicad-library: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 0b9217d4e78..c61f146fc2f 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
@ 2020-12-17 19:08 ` ericonr
  2020-12-17 19:13 ` [PR PATCH] [Updated] " faulesocke
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-17 19:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-747639404

Comment:
Ah, wonderful! Will test it out.

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

* Re: [PR PATCH] [Updated] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
  2020-12-17 19:08 ` ericonr
@ 2020-12-17 19:13 ` faulesocke
  2020-12-17 22:55 ` ericonr
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-17 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages kicad
https://github.com/void-linux/void-packages/pull/27235

kicad: Update to 5.1.8


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

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

From 083441fcfcd05191f504b8eb6cb589541aae4153 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:18 +0100
Subject: [PATCH 1/8] kicad: update to 5.1.8.

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 002410f7cb6..f11077d93bb 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.7
-revision=2
+version=5.1.8
+revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@@ -19,7 +19,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=96ad30aa289ed6f77ffcd8283d0877b700139187e5f1957acad8ad4dbad472bc
+checksum=bf24f8ef427b4a989479b8e4af0b8ae5c54766755f12748e2e88a922c5344ca4
 python_version=3
 
 build_options="spice occt"

From 2f473a9dea5ecd36823200ed2e5fe0a325c69547 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:25 +0100
Subject: [PATCH 2/8] kicad-doc: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index d58be46be38..8c9d44e7a86 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=5.1.7
+version=5.1.8
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
-license="GPL-3.0-or-later OR CC-BY-3.0"
+license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
-checksum=552156c0dbf05ac3767b49d294f2f99c4963621e06577042d311ac470490eb21
+checksum=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
 
 do_install() {
 	vmkdir usr/

From d2fee4a5389849524ae6f386cf3e601d972ba41a Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:30 +0100
Subject: [PATCH 3/8] kicad-footprints: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index f947b903001..6768c05c794 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819

From 56b3273e71008f91c89f3aa69f258fd3dda11b8f Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:43 +0100
Subject: [PATCH 4/8] kicad-i18n: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-i18n/template b/srcpkgs/kicad-i18n/template
index ff728c9e68e..1c9408b9dcd 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
-version=5.1.7
+version=5.1.8
 revision=1
 _commit=d24af2da8cab4ce1081c401909a4a880514e5549
 wrksrc="${pkgname}-${version}-${_commit}"
@@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=49017d00cd3272d6615b4e3fe3fb14a48c113398e4dfdb1eda65b9c8595bff2b
+checksum=807eeceaa5688ca800fe01464b466755e7b9e3243cb0a776e2ea5ea1f963967b

From 38214059c000ed95286433f8a3b42155187a10cc Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:58 +0100
Subject: [PATCH 5/8] kicad-packages3D: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index dcc7da781d6..41e1d13f6ee 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-packages3D/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5420ed6a9cebb15c70210c633d0710f0a89ec43ca2ef111c0439930c8156006c
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=faf3ddf4036a6084618c1d90254b554f845693549afb2c483291133dca27ee3a

From bfb185e24023698d4efe0716ed53cd62478c578f Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:05 +0100
Subject: [PATCH 6/8] kicad-symbols: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index 29abc082b28..73c1c529bc2 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-symbols/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ab8fe5a65a7c1a99d9b85f82c56cc7b2dbe77eb37e28945481dcddad7378b425
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=a5ca226afbabdd1822c4a18e63a2943cd2913df11e8e50530768fbdd7997ba54

From 08b588432ee1c69d8059bfca5757a7b8e543ae61 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:10 +0100
Subject: [PATCH 7/8] kicad-templates: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 4bcf224c462..48d8ffda2eb 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-templates/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=1afc8196f47d053937c2db9ee7f09b0d812e1ba93e57a0610ab1ced21c9134ca

From 55e01501475603c7a28e2c9a865f184f185239ae Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:17 +0100
Subject: [PATCH 8/8] kicad-library: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 0b9217d4e78..c61f146fc2f 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
  2020-12-17 19:08 ` ericonr
  2020-12-17 19:13 ` [PR PATCH] [Updated] " faulesocke
@ 2020-12-17 22:55 ` ericonr
  2020-12-17 22:56 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-17 22:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-747750503

Comment:
```
=> kicad-i18n-5.1.8_1: extracting distfile(s), please wait...
/void-packages/common/xbps-src/shutils/common.sh: line 31: cd: /builddir/kicad-i18n-5.1.8-d24af2da8cab4ce1081c401909a4a880514e5549: No such file or directory
```

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

* Re: [PR REVIEW] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (2 preceding siblings ...)
  2020-12-17 22:55 ` ericonr
@ 2020-12-17 22:56 ` ericonr
  2020-12-18  9:04 ` faulesocke
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-17 22:56 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#discussion_r545457768

Comment:
You didn't update the commit. Remember to test build all packages locally :)

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

* Re: [PR REVIEW] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (3 preceding siblings ...)
  2020-12-17 22:56 ` [PR REVIEW] " ericonr
@ 2020-12-18  9:04 ` faulesocke
  2020-12-18  9:34 ` [PR PATCH] [Updated] " faulesocke
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-18  9:04 UTC (permalink / raw)
  To: ml

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

New review comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#discussion_r545682881

Comment:
Looks like I fucked up. Of course I tested the build locally first, I ran `./xbps-src pkg -j 32 kicad-{doc,footprints,i18n,...}`. I thought this would build all of them. Later I tried installing the generated packages and noticed that `kicad-library` wasn't built, so without looking I though I probably forgot it and built it manually again. This now built almost all of them except this one, because library does not depend on i18n :D

I also noticed that the i18n template has the wrong sources and actually builds kicad itself. WTF. I will fix that as well.

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

* Re: [PR PATCH] [Updated] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (4 preceding siblings ...)
  2020-12-18  9:04 ` faulesocke
@ 2020-12-18  9:34 ` faulesocke
  2020-12-18  9:34 ` [PR REVIEW] " faulesocke
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-18  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages kicad
https://github.com/void-linux/void-packages/pull/27235

kicad: Update to 5.1.8


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

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

From cd70dcc00ded226148e2697ce8c0476970cda4fa Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:18 +0100
Subject: [PATCH 1/8] kicad: update to 5.1.8.

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 002410f7cb6..f11077d93bb 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.7
-revision=2
+version=5.1.8
+revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@@ -19,7 +19,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=96ad30aa289ed6f77ffcd8283d0877b700139187e5f1957acad8ad4dbad472bc
+checksum=bf24f8ef427b4a989479b8e4af0b8ae5c54766755f12748e2e88a922c5344ca4
 python_version=3
 
 build_options="spice occt"

From 8fb1b714c097410761f22792ed823468ace414ea Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:25 +0100
Subject: [PATCH 2/8] kicad-doc: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index d58be46be38..8c9d44e7a86 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=5.1.7
+version=5.1.8
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
-license="GPL-3.0-or-later OR CC-BY-3.0"
+license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
-checksum=552156c0dbf05ac3767b49d294f2f99c4963621e06577042d311ac470490eb21
+checksum=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
 
 do_install() {
 	vmkdir usr/

From 5bc47c6fecd726cd358361794913a8e33204c4f3 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:30 +0100
Subject: [PATCH 3/8] kicad-footprints: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index f947b903001..6768c05c794 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819

From 9fd49d11ba47d41263a55d0c8aa81198104e4ec9 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:43 +0100
Subject: [PATCH 4/8] kicad-i18n: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-i18n/template b/srcpkgs/kicad-i18n/template
index ff728c9e68e..6fd55602335 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,8 +1,8 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
-version=5.1.7
+version=5.1.8
 revision=1
-_commit=d24af2da8cab4ce1081c401909a4a880514e5549
+_commit=78adcd19e7ed53f4889d6db65a33dd8ec2d323e9
 wrksrc="${pkgname}-${version}-${_commit}"
 build_style=cmake
 hostmakedepends="gettext"
@@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=49017d00cd3272d6615b4e3fe3fb14a48c113398e4dfdb1eda65b9c8595bff2b
+checksum=807eeceaa5688ca800fe01464b466755e7b9e3243cb0a776e2ea5ea1f963967b

From b1c6b347b0a2e332651922c20ea747e3caf1b466 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:58 +0100
Subject: [PATCH 5/8] kicad-packages3D: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index dcc7da781d6..41e1d13f6ee 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-packages3D/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5420ed6a9cebb15c70210c633d0710f0a89ec43ca2ef111c0439930c8156006c
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=faf3ddf4036a6084618c1d90254b554f845693549afb2c483291133dca27ee3a

From e5d7d6b9b6d18897a984b55b2088ff2b78957aa8 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:05 +0100
Subject: [PATCH 6/8] kicad-symbols: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index 29abc082b28..73c1c529bc2 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-symbols/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ab8fe5a65a7c1a99d9b85f82c56cc7b2dbe77eb37e28945481dcddad7378b425
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=a5ca226afbabdd1822c4a18e63a2943cd2913df11e8e50530768fbdd7997ba54

From 06f4dfa29854db9d551425585c0cb13bf10de7f6 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:10 +0100
Subject: [PATCH 7/8] kicad-templates: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 4bcf224c462..48d8ffda2eb 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-templates/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=1afc8196f47d053937c2db9ee7f09b0d812e1ba93e57a0610ab1ced21c9134ca

From 6012df53d28303d82b6239ffb137ceea3b629034 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:17 +0100
Subject: [PATCH 8/8] kicad-library: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 0b9217d4e78..c61f146fc2f 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: [PR REVIEW] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (5 preceding siblings ...)
  2020-12-18  9:34 ` [PR PATCH] [Updated] " faulesocke
@ 2020-12-18  9:34 ` faulesocke
  2020-12-18  9:36 ` faulesocke
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-18  9:34 UTC (permalink / raw)
  To: ml

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

New review comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#discussion_r545711437

Comment:
Sorted things out.

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (6 preceding siblings ...)
  2020-12-18  9:34 ` [PR REVIEW] " faulesocke
@ 2020-12-18  9:36 ` faulesocke
  2020-12-18 14:35 ` ericonr
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-18  9:36 UTC (permalink / raw)
  To: ml

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

New comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-747976785

Comment:
Noted one thing: kicad-i18n was merged into the kicad code repo, but not (yet) on the 5.1 branch. So we need to keep in mind that this might change in the future and kicad-i18n becomes obsolete then. Also the translations weren't touched since 5.1.5 or so.

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (7 preceding siblings ...)
  2020-12-18  9:36 ` faulesocke
@ 2020-12-18 14:35 ` ericonr
  2020-12-18 17:21 ` ericonr
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-18 14:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-748116552

Comment:
In footprints, see

```
=> WARNING: kicad-footprints-5.1.8_1: removed empty dir: /usr/share/kicad/modules/Connector_Multicomp.pretty
```

This generates the "error" in #25828. Just add `touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty` to `post_install` and you should be good.

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (8 preceding siblings ...)
  2020-12-18 14:35 ` ericonr
@ 2020-12-18 17:21 ` ericonr
  2020-12-20 11:25 ` [PR PATCH] [Updated] " faulesocke
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-18 17:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-748116552

Comment:
In footprints, see

```
=> WARNING: kicad-footprints-5.1.8_1: removed empty dir: /usr/share/kicad/modules/Connector_Multicomp.pretty
```

This generates the "error" in #25828. Just add `touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty` to `post_install` and you should be good (also a comment explaining it).

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

* Re: [PR PATCH] [Updated] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (9 preceding siblings ...)
  2020-12-18 17:21 ` ericonr
@ 2020-12-20 11:25 ` faulesocke
  2020-12-20 23:24 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-20 11:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages kicad
https://github.com/void-linux/void-packages/pull/27235

kicad: Update to 5.1.8


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

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

From c4bd611ea9c6a6adbae8077638d8087e89e06026 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:18 +0100
Subject: [PATCH 1/8] kicad: update to 5.1.8.

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 002410f7cb6..f11077d93bb 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.7
-revision=2
+version=5.1.8
+revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@@ -19,7 +19,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=96ad30aa289ed6f77ffcd8283d0877b700139187e5f1957acad8ad4dbad472bc
+checksum=bf24f8ef427b4a989479b8e4af0b8ae5c54766755f12748e2e88a922c5344ca4
 python_version=3
 
 build_options="spice occt"

From dae040c158af5d85eeb3fd174c7e19bb0c40939e Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:25 +0100
Subject: [PATCH 2/8] kicad-doc: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index d58be46be38..8c9d44e7a86 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=5.1.7
+version=5.1.8
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
-license="GPL-3.0-or-later OR CC-BY-3.0"
+license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
-checksum=552156c0dbf05ac3767b49d294f2f99c4963621e06577042d311ac470490eb21
+checksum=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
 
 do_install() {
 	vmkdir usr/

From c3c6ef082285193817700a67a7be8071d7b395d2 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:30 +0100
Subject: [PATCH 3/8] kicad-footprints: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index f947b903001..6768c05c794 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819

From 08aad9289aa2232cf22d06db18ad26da94987821 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:43 +0100
Subject: [PATCH 4/8] kicad-i18n: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-i18n/template b/srcpkgs/kicad-i18n/template
index ff728c9e68e..6fd55602335 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,8 +1,8 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
-version=5.1.7
+version=5.1.8
 revision=1
-_commit=d24af2da8cab4ce1081c401909a4a880514e5549
+_commit=78adcd19e7ed53f4889d6db65a33dd8ec2d323e9
 wrksrc="${pkgname}-${version}-${_commit}"
 build_style=cmake
 hostmakedepends="gettext"
@@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=49017d00cd3272d6615b4e3fe3fb14a48c113398e4dfdb1eda65b9c8595bff2b
+checksum=807eeceaa5688ca800fe01464b466755e7b9e3243cb0a776e2ea5ea1f963967b

From 6fdbff48e2685d119a72e1038e111eb4483938ed Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:58 +0100
Subject: [PATCH 5/8] kicad-packages3D: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index dcc7da781d6..41e1d13f6ee 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-packages3D/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5420ed6a9cebb15c70210c633d0710f0a89ec43ca2ef111c0439930c8156006c
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=faf3ddf4036a6084618c1d90254b554f845693549afb2c483291133dca27ee3a

From 0ad1250162e712d42ff6eca00ad36477dff9de8c Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:05 +0100
Subject: [PATCH 6/8] kicad-symbols: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index 29abc082b28..73c1c529bc2 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-symbols/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ab8fe5a65a7c1a99d9b85f82c56cc7b2dbe77eb37e28945481dcddad7378b425
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=a5ca226afbabdd1822c4a18e63a2943cd2913df11e8e50530768fbdd7997ba54

From 5b5fb445453444895aff63fae3fd0ee36e8bac4f Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:10 +0100
Subject: [PATCH 7/8] kicad-templates: update to 5.1.8.

---
 srcpkgs/kicad-footprints/template | 4 ++++
 srcpkgs/kicad-templates/template  | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index 6768c05c794..0d25a24c578 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -10,3 +10,7 @@ license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819
+
+post_install() {
+	touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
+}
diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 4bcf224c462..48d8ffda2eb 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-templates/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=1afc8196f47d053937c2db9ee7f09b0d812e1ba93e57a0610ab1ced21c9134ca

From 01de66043904a067cc37edebbc96a2b1b205cebc Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:17 +0100
Subject: [PATCH 8/8] kicad-library: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 0b9217d4e78..c61f146fc2f 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: [PR REVIEW] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (10 preceding siblings ...)
  2020-12-20 11:25 ` [PR PATCH] [Updated] " faulesocke
@ 2020-12-20 23:24 ` ericonr
  2020-12-21  8:23 ` [PR PATCH] [Updated] " faulesocke
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-20 23:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#discussion_r546451625

Comment:
```suggestion
post_install() {
	# otherwise KiCad will complain about a missing library when launched
	touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
}
```

Also, this change is in the wrong commit.

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

* Re: [PR PATCH] [Updated] kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (11 preceding siblings ...)
  2020-12-20 23:24 ` [PR REVIEW] " ericonr
@ 2020-12-21  8:23 ` faulesocke
  2020-12-21 23:54 ` ericonr
  2020-12-21 23:55 ` [PR PATCH] [Merged]: " ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: faulesocke @ 2020-12-21  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages kicad
https://github.com/void-linux/void-packages/pull/27235

kicad: Update to 5.1.8


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

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

From c4bd611ea9c6a6adbae8077638d8087e89e06026 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:18 +0100
Subject: [PATCH 1/8] kicad: update to 5.1.8.

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 002410f7cb6..f11077d93bb 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.7
-revision=2
+version=5.1.8
+revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@@ -19,7 +19,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=96ad30aa289ed6f77ffcd8283d0877b700139187e5f1957acad8ad4dbad472bc
+checksum=bf24f8ef427b4a989479b8e4af0b8ae5c54766755f12748e2e88a922c5344ca4
 python_version=3
 
 build_options="spice occt"

From dae040c158af5d85eeb3fd174c7e19bb0c40939e Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:25 +0100
Subject: [PATCH 2/8] kicad-doc: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index d58be46be38..8c9d44e7a86 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=5.1.7
+version=5.1.8
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
-license="GPL-3.0-or-later OR CC-BY-3.0"
+license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
-checksum=552156c0dbf05ac3767b49d294f2f99c4963621e06577042d311ac470490eb21
+checksum=f2d96bae9bb44c089b155ee61bb589d51373647cdfdf28b5f931756e369bdf14
 
 do_install() {
 	vmkdir usr/

From 4638e8a9de79a1c704d35c585b0801e5938dcb08 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:30 +0100
Subject: [PATCH 3/8] kicad-footprints: update to 5.1.8.

---
 srcpkgs/kicad-footprints/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index f947b903001..e082ad14a42 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,10 @@ short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-footprints/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=2720e009285fbafa44216417c71d438833398ccb4a23d9c6cce86170983817fa
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=31c3676d71139259f1cc67b3a0254ec8a8659d35f2c51a273f5de542c651a819
+
+post_install() {
+	# otherwise KiCad will complain about a missing library when launched
+	touch $DESTDIR/usr/share/kicad/modules/Connector_Multicomp.pretty/.empty
+}

From c52a484b2c813bb5082b0bea2c4a743832446abb Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:43 +0100
Subject: [PATCH 4/8] kicad-i18n: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-i18n/template b/srcpkgs/kicad-i18n/template
index ff728c9e68e..6fd55602335 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,8 +1,8 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
-version=5.1.7
+version=5.1.8
 revision=1
-_commit=d24af2da8cab4ce1081c401909a4a880514e5549
+_commit=78adcd19e7ed53f4889d6db65a33dd8ec2d323e9
 wrksrc="${pkgname}-${version}-${_commit}"
 build_style=cmake
 hostmakedepends="gettext"
@@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=49017d00cd3272d6615b4e3fe3fb14a48c113398e4dfdb1eda65b9c8595bff2b
+checksum=807eeceaa5688ca800fe01464b466755e7b9e3243cb0a776e2ea5ea1f963967b

From 80e8ec13ddfcef2ee9e3bfd80bbcb12342bbe4e3 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:40:58 +0100
Subject: [PATCH 5/8] kicad-packages3D: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index dcc7da781d6..41e1d13f6ee 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-packages3D/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=5420ed6a9cebb15c70210c633d0710f0a89ec43ca2ef111c0439930c8156006c
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=faf3ddf4036a6084618c1d90254b554f845693549afb2c483291133dca27ee3a

From b51aaeacfe4b6cabd1d6941da0b01cf734d5b9be Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:05 +0100
Subject: [PATCH 6/8] kicad-symbols: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index 29abc082b28..73c1c529bc2 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-symbols/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ab8fe5a65a7c1a99d9b85f82c56cc7b2dbe77eb37e28945481dcddad7378b425
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=a5ca226afbabdd1822c4a18e63a2943cd2913df11e8e50530768fbdd7997ba54

From a366e21020c1fd24ae774736c443546fc416e06f Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:10 +0100
Subject: [PATCH 7/8] kicad-templates: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 4bcf224c462..48d8ffda2eb 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=cmake
 depends="kicad"
@@ -8,5 +8,5 @@ short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad-pcb.org"
-distfiles="https://github.com/kicad/kicad-templates/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
+distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=1afc8196f47d053937c2db9ee7f09b0d812e1ba93e57a0610ab1ced21c9134ca

From 0b35d054c075aee3c26c539c402d646476357e31 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Thu, 17 Dec 2020 19:41:17 +0100
Subject: [PATCH 8/8] kicad-library: update to 5.1.8.

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 0b9217d4e78..c61f146fc2f 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=5.1.7
+version=5.1.8
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (12 preceding siblings ...)
  2020-12-21  8:23 ` [PR PATCH] [Updated] " faulesocke
@ 2020-12-21 23:54 ` ericonr
  2020-12-21 23:55 ` [PR PATCH] [Merged]: " ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-21 23:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27235#issuecomment-749259634

Comment:
Nice, thank you!

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

* Re: [PR PATCH] [Merged]: kicad: Update to 5.1.8
  2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
                   ` (13 preceding siblings ...)
  2020-12-21 23:54 ` ericonr
@ 2020-12-21 23:55 ` ericonr
  14 siblings, 0 replies; 16+ messages in thread
From: ericonr @ 2020-12-21 23:55 UTC (permalink / raw)
  To: ml

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

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

kicad: Update to 5.1.8
https://github.com/void-linux/void-packages/pull/27235

Description:


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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 19:07 [PR PATCH] kicad: Update to 5.1.8 faulesocke
2020-12-17 19:08 ` ericonr
2020-12-17 19:13 ` [PR PATCH] [Updated] " faulesocke
2020-12-17 22:55 ` ericonr
2020-12-17 22:56 ` [PR REVIEW] " ericonr
2020-12-18  9:04 ` faulesocke
2020-12-18  9:34 ` [PR PATCH] [Updated] " faulesocke
2020-12-18  9:34 ` [PR REVIEW] " faulesocke
2020-12-18  9:36 ` faulesocke
2020-12-18 14:35 ` ericonr
2020-12-18 17:21 ` ericonr
2020-12-20 11:25 ` [PR PATCH] [Updated] " faulesocke
2020-12-20 23:24 ` [PR REVIEW] " ericonr
2020-12-21  8:23 ` [PR PATCH] [Updated] " faulesocke
2020-12-21 23:54 ` ericonr
2020-12-21 23:55 ` [PR PATCH] [Merged]: " ericonr

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