Github messages for voidlinux
 help / color / mirror / Atom feed
From: foopub <foopub@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] kicad: update to 6.0.1
Date: Sun, 23 Jan 2022 17:37:12 +0100	[thread overview]
Message-ID: <20220123163712.0n8MpZQ5lVCiSG9Sbw3ttULgROEnMHXX85kCo01ALco@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35204@inbox.vuxu.org>

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

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

https://github.com/foopub/void-packages master
https://github.com/void-linux/void-packages/pull/35204

kicad: update to 6.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Had an issue opening the python console which I hoped this will fix, but it still persists, albeit the errors have reduced. I'll see what I can do about it.
https://gitlab.com/kicad/code/kicad/-/issues/10077

Had to delete patch as it fails and seems unnecessary. 


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

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

From 419e7775d0c6bbfcae4e0c7d2938a39d458a0f42 Mon Sep 17 00:00:00 2001
From: foo <foo@bar.com>
Date: Sun, 23 Jan 2022 16:24:56 +0000
Subject: [PATCH 1/2] kicad: update to 6.0.1

---
 srcpkgs/kicad/patches/disable-warnings.patch | 17 -----------------
 srcpkgs/kicad/template                       |  6 +++---
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/kicad/patches/disable-warnings.patch

diff --git a/srcpkgs/kicad/patches/disable-warnings.patch b/srcpkgs/kicad/patches/disable-warnings.patch
deleted file mode 100644
index e59a54172441..000000000000
--- a/srcpkgs/kicad/patches/disable-warnings.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 21bebddbb1..956de85b13 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -197,12 +197,6 @@ perform_feature_checks()
- if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
-     include(CheckCXXCompilerFlag)
- 
--    CHECK_CXX_COMPILER_FLAG("-Wsuggest-override" COMPILER_SUPPORTS_WSUGGEST_OVERRIDE)
--
--    if(COMPILER_SUPPORTS_WSUGGEST_OVERRIDE)
--        set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wsuggest-override")
--    endif()
--
-     CHECK_CXX_COMPILER_FLAG("-Wvla" COMPILER_SUPPORTS_WVLA)
- 
-     if(COMPILER_SUPPORTS_WVLA)
diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index ba9934bf70c2..86c1208893b1 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=5.1.11
+version=6.0.1
 revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -12,7 +12,7 @@ configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_USE_OCC=$(vopt_if occt ON OFF) -DKICAD_SPICE=$(vopt_if spice ON OFF)"
 hostmakedepends="pkg-config swig wxWidgets-gtk3-devel python3"
 makedepends="wxWidgets-gtk3-devel wxPython4 python3-devel glew-devel cairo-devel
- openssl-devel boost-devel libcurl-devel glm libgomp-devel
+ openssl-devel boost-devel libcurl-devel glm libgomp-devel tar gtk+3-devel
  $(vopt_if occt occt-devel) $(vopt_if spice ngspice-devel)"
 depends="wxPython4"
 short_desc="Electronic schematic and PCB design software"
@@ -20,7 +20,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/code/${pkgname}/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=32751a375bb117d51c07dde29cf3eea01cd9ff77336740e2728cb5f36bb48374
+checksum=946173455db986cc79050a8c1983193690f14eb538785b21c1584d5999b864e4
 python_version=3
 
 build_options="spice occt"

From 8bee79457fe6229656673ed9e12b884cb332665f Mon Sep 17 00:00:00 2001
From: foo <foo@bar.com>
Date: Sun, 23 Jan 2022 16:37:16 +0000
Subject: [PATCH 2/2] kicad: update to 6.0.1

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 86c1208893b1..b587c2363a0a 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=6.0.1
-revision=4
+revision=1
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON

  parent reply	other threads:[~2022-01-23 16:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 16:33 [PR PATCH] " foopub
2022-01-23 16:34 ` [PR PATCH] [Updated] " foopub
2022-01-23 16:36 ` foopub
2022-01-23 16:37 ` foopub [this message]
2022-01-23 17:38 ` [PR PATCH] [Closed]: " foopub
2022-01-23 17:38 ` foopub
  -- strict thread matches above, loose matches on Subject: below --
2022-01-07  2:47 [PR PATCH] kicad: update to 6.0.0 PoroCYon
2022-01-17  0:55 ` [PR PATCH] [Updated] kicad: update to 6.0.1 PoroCYon
2022-01-17 17:17 ` PoroCYon
2022-01-27 13:53 ` PoroCYon

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=20220123163712.0n8MpZQ5lVCiSG9Sbw3ttULgROEnMHXX85kCo01ALco@z \
    --to=foopub@users.noreply.github.com \
    --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).