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] Added 3D STEP file support for kicad
Date: Tue, 31 Dec 2019 16:16:04 +0100	[thread overview]
Message-ID: <20191231151604.pkEJ7FXxLwBUafmtIEJpj8gsZpQ3q5lzM9Rrx2-yGF0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17844@inbox.vuxu.org>

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

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

https://github.com/groundstack/void-packages master
https://github.com/void-linux/void-packages/pull/17844

Added 3D STEP file support for kicad
With these changes I was able to compile kicad with support for 3D step model rendering.

Related to this issue:
https://github.com/void-linux/void-packages/issues/17818

I am new to void linux, first patch I submit, let's see if I am doing this properly :)


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

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

From 5da1277597c90b16ba15168889550b4407b4cb6b Mon Sep 17 00:00:00 2001
From: "Jose A. Saumell" <saumell.jose@gmail.com>
Date: Sat, 28 Dec 2019 15:51:57 -0300
Subject: [PATCH 1/3] Added 3D STEP file support for kicad

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index c3fece06e0e..1c0e10565cf 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -5,11 +5,11 @@ revision=1
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
- -DKICAD_SCRIPTING_ACTION_MENU=ON  -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=OFF
+ -DKICAD_SCRIPTING_ACTION_MENU=ON  -DBUILD_GITHUB_PLUGIN=ON -DKICAD_USE_OCE=ON
  -DKICAD_SPICE=$(vopt_if spice ON OFF)"
 hostmakedepends="pkg-config swig wxWidgets-devel"
 makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
- libressl-devel boost-devel libcurl-devel glm occt-devel libgomp-devel
+ libressl-devel boost-devel libcurl-devel glm oce-devel libgomp-devel 
  $(vopt_if spice ngspice-devel)"
 depends="wxPython"
 short_desc="Electronic schematic and PCB design software"

From 18c3583b0ea8df2e4d4a9285731b0ca5f7c7d726 Mon Sep 17 00:00:00 2001
From: groundstack <saumell.jose@gmail.com>
Date: Sat, 28 Dec 2019 16:19:47 -0300
Subject: [PATCH 2/3] Update srcpkgs/kicad/template

Co-Authored-By: John Zimmermann <johnz@posteo.net>
---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 1c0e10565cf..6b16832fd8f 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -9,7 +9,7 @@ configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SPICE=$(vopt_if spice ON OFF)"
 hostmakedepends="pkg-config swig wxWidgets-devel"
 makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
- libressl-devel boost-devel libcurl-devel glm oce-devel libgomp-devel 
+ libressl-devel boost-devel libcurl-devel glm oce-devel libgomp-devel
  $(vopt_if spice ngspice-devel)"
 depends="wxPython"
 short_desc="Electronic schematic and PCB design software"

From a15888439dc97bef54a9fd325fcb398b5c403462 Mon Sep 17 00:00:00 2001
From: "Jose A. Saumell" <saumell.jose@gmail.com>
Date: Tue, 31 Dec 2019 12:15:50 -0300
Subject: [PATCH 3/3] Rev bump on kicad template file for STEP support

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

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 6b16832fd8f..b7aae4276e4 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.5
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

  parent reply	other threads:[~2019-12-31 15:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28 19:13 [PR PATCH] " voidlinux-github
2019-12-28 19:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-28 22:03 ` voidlinux-github
2019-12-30 20:28 ` voidlinux-github
2019-12-30 20:28 ` voidlinux-github
2019-12-31 15:16 ` voidlinux-github [this message]
2019-12-31 22:38 ` voidlinux-github
2019-12-31 22:39 ` voidlinux-github
2020-05-18 19:51 ` ericonr
2020-05-18 19:52 ` ericonr
2020-05-23  8:26 ` [PR PATCH] [Closed]: " Hoshpak

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=20191231151604.pkEJ7FXxLwBUafmtIEJpj8gsZpQ3q5lzM9Rrx2-yGF0@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).