mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/kicad: Updated for version bzr_20120521 +fix for gcc4.7
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
eef727303c
commit
dac4e00614
4 changed files with 22 additions and 5 deletions
|
@ -2,3 +2,6 @@ The KiCad project aims at creating a portable, cross-platform, Free/Libre/
|
|||
Open-Source EDA Suite, capable of schematic and printed circuit board
|
||||
design. The suite consist of a project manager, schematic editor,
|
||||
netlist converter, pcb designer and a gerber viewer.
|
||||
|
||||
There are separate SlackBuilds for the libraries and additional
|
||||
documentation, kicad-library and kicad-doc.
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Revision date: 2012/02/22
|
||||
# Revision date: 2012/09/14
|
||||
|
||||
PRGNAM=kicad
|
||||
VERSION=${VERSION:-bzr_20120205}
|
||||
VERSION=${VERSION:-bzr_20120521}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,6 +77,10 @@ find . \
|
|||
# admits being "hacky"...
|
||||
patch -p1 < $CWD/help_path.patch
|
||||
|
||||
# Patch to build against gcc-4.7
|
||||
# Source: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672727
|
||||
patch -p1 < $CWD/kicad_gcc47.patch
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kicad"
|
||||
VERSION="bzr_20120205"
|
||||
VERSION="bzr_20120521"
|
||||
HOMEPAGE="http://kicad.sourceforge.net/wiki"
|
||||
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20120205.tar.bz2"
|
||||
MD5SUM="870a0e86f460744a767945242b1e5f5f"
|
||||
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20120521.tar.bz2"
|
||||
MD5SUM="c301471534a781dc6506032a8003ccc7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
10
development/kicad/kicad_gcc47.patch
Normal file
10
development/kicad/kicad_gcc47.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- kicad-bzr_20120521/include/boost/polygon/polygon_90_set_data.hpp 2012-09-14 12:19:08.000000000 -0300
|
||||
+++ kicad-bzr_20120521_patched/include/boost/polygon/polygon_90_set_data.hpp 2012-09-14 12:55:52.000000000 -0300
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "detail/iterator_points_to_compact.hpp"
|
||||
#include "detail/iterator_compact_to_points.hpp"
|
||||
#include "polygon_traits.hpp"
|
||||
+#include "detail/polygon_sort_adaptor.hpp"
|
||||
|
||||
//manhattan boolean algorithms
|
||||
#include "detail/boolean_op.hpp"
|
Loading…
Reference in a new issue