Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Fix KiCad homepage URL
@ 2021-10-24  3:38 classabbyamp
  2021-10-29  3:36 ` ericonr
  2021-10-29  3:36 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2021-10-24  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages kicad-url-fix
https://github.com/void-linux/void-packages/pull/33726

Fix KiCad homepage URL
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 83f71cb9c7be9ceceabace41a97c0e3507edc98d Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:36:59 -0400
Subject: [PATCH 1/8] kicad: update homepage url

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 41c5ce3c48d6..39fdd42e6b75 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.10
-revision=4
+revision=5
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
@@ -18,7 +18,7 @@ depends="wxPython4"
 short_desc="Electronic schematic and PCB design software"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
 checksum=296341f30ada2c7f4a1c54720eab425835a93349527d4bf08f73f280d19695ed
 python_version=3

From caaf60f9d6797ad7d0a63a5da0681224d8e1f0ed Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:01 -0400
Subject: [PATCH 2/8] kicad-doc: update homepage url

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

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index 0c1ac8eaf8e7..55d331b04871 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,11 +1,11 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
 version=5.1.10
-revision=1
+revision=2
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later, CC-BY-3.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
 checksum=73d986b7a9d5d777e4bf9bc7594e43568e067cd33466940957b5a513d9affd03
 

From db8f4641f83ba9a3f8e4002054a7103bc113fc12 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:02 -0400
Subject: [PATCH 3/8] kicad-footprints: update homepage url

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

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index 38655e0d5ff7..1d5c68740e7d 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
 version=5.1.10
-revision=1
+revision=2
 build_style=cmake
 depends="kicad"
 short_desc="Kicad footprint libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=65de50a9669e5eb0f2e4eed433802432eee2bd98df1e898905a7dc117cdb3050
 

From 55368e4c19735b87e5145822e78bcdf82693a51a Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:03 -0400
Subject: [PATCH 4/8] kicad-i18n: update homepage url

---
 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 828c31afd4ab..e4761c81bb03 100644
--- a/srcpkgs/kicad-i18n/template
+++ b/srcpkgs/kicad-i18n/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad-i18n'
 pkgname=kicad-i18n
 version=5.1.10
-revision=1
+revision=2
 _commit=0ad3d7e469e31c8868ad83f90e22a9c18f16aa1f
 wrksrc="${pkgname}-${version}-${_commit}"
 build_style=cmake
@@ -10,6 +10,6 @@ depends="kicad"
 short_desc="KiCad localization files"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz>${pkgname}-${version}.tar.gz"
 checksum=07053ec2fbef9307583a423afe8c7c47ed5ee0f8189ee37fc1b47e2f1e566671

From 0f9b30fe596cec1e8211b550fe9037cf886024d3 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:03 -0400
Subject: [PATCH 5/8] kicad-library: update homepage url

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

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index 847613c34704..68bc603d5cf7 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,11 +1,11 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
 version=5.1.10
-revision=1
+revision=2
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}
  kicad-symbols>=${version} kicad-templates>=${version}"
 short_desc="Kicad libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"

From 6cafd45073d7d163eb5b86a3ae9880a652206aac Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:04 -0400
Subject: [PATCH 6/8] kicad-packages3D: update homepage url

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

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index 32ca47b5ac0d..72caa36a8110 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,12 +1,12 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
 version=5.1.10
-revision=1
+revision=2
 build_style=cmake
 depends="kicad"
 short_desc="Kicad 3D model libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=b79f8de319a463d12972253a125ece118a8000533061d443d5730e1498822bff

From f0dcdf1293e4bc4ea686fa10cba7fe4b49173058 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:05 -0400
Subject: [PATCH 7/8] kicad-symbols: update homepage url

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

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index afb67fcb7805..8d7b06dff799 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,12 +1,12 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
 version=5.1.10
-revision=1
+revision=2
 build_style=cmake
 depends="kicad"
 short_desc="Kicad symbol libraries"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=5e80c8420a563c76c884b2771792ce7ee69efbe67d11d9b025eeb16b75aee45e

From 6764b0cd605c2dfb58f91c1592c1ed19376463f8 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Sat, 23 Oct 2021 23:37:06 -0400
Subject: [PATCH 8/8] kicad-templates: update homepage url

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

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 8c680089bd98..0c2c71ce36af 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,12 +1,12 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
 version=5.1.10
-revision=1
+revision=2
 build_style=cmake
 depends="kicad"
 short_desc="Kicad templates"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
-homepage="http://kicad-pcb.org"
+homepage="https://www.kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=f2c44d6dc69fc3c7db05f57c5caf290721e0bba3fe686e4e3bc2765e3f314668

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

* Re: Fix KiCad homepage URL
  2021-10-24  3:38 [PR PATCH] Fix KiCad homepage URL classabbyamp
@ 2021-10-29  3:36 ` ericonr
  2021-10-29  3:36 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-10-29  3:36 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33726#issuecomment-954403512

Comment:
Merged as edf91be97e802867847f34401a2e2f9fc86d4538 (and I forgot to update revision >.<)

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

* Re: [PR PATCH] [Closed]: Fix KiCad homepage URL
  2021-10-24  3:38 [PR PATCH] Fix KiCad homepage URL classabbyamp
  2021-10-29  3:36 ` ericonr
@ 2021-10-29  3:36 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-10-29  3:36 UTC (permalink / raw)
  To: ml

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

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

Fix KiCad homepage URL
https://github.com/void-linux/void-packages/pull/33726

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-29  3:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24  3:38 [PR PATCH] Fix KiCad homepage URL classabbyamp
2021-10-29  3:36 ` ericonr
2021-10-29  3:36 ` [PR PATCH] [Closed]: " 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).