development/kicad: Updated for version bzr_20130325.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2013-04-24 07:14:13 -04:00 committed by Niels Horn
parent 1127b89a25
commit 03d9c0104b
5 changed files with 14 additions and 26 deletions

View File

@ -5,3 +5,5 @@ netlist converter, pcb designer and a gerber viewer.
There are separate SlackBuilds for the libraries and additional There are separate SlackBuilds for the libraries and additional
documentation, kicad-library and kicad-doc. documentation, kicad-library and kicad-doc.
KiCad requires wxPython built with the GNOMEPRINT=YES option.

View File

@ -3,7 +3,7 @@
# Slackware build script for kicad # Slackware build script for kicad
# Open-Source EDA Suite # Open-Source EDA Suite
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil # Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2012/09/14 # Revision date: 2013/03/29
PRGNAM=kicad PRGNAM=kicad
VERSION=${VERSION:-bzr_20120521} VERSION=${VERSION:-bzr_20130325}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -77,10 +77,6 @@ find . \
# admits being "hacky"... # admits being "hacky"...
patch -p1 < $CWD/help_path.patch 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 mkdir -p build
cd build cd build
cmake \ cmake \

View File

@ -1,10 +1,10 @@
PRGNAM="kicad" PRGNAM="kicad"
VERSION="bzr_20120521" VERSION="bzr_20130325"
HOMEPAGE="http://kicad.sourceforge.net/wiki" HOMEPAGE="http://kicad.sourceforge.net/wiki"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20120521.tar.bz2" DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20130325.tar.bz2"
MD5SUM="c301471534a781dc6506032a8003ccc7" MD5SUM="d4828b22bc530ac63a112c060264b77c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="libgnomeprintui wxPython"
MAINTAINER="Niels Horn" MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com" EMAIL="niels.horn@gmail.com"

View File

@ -1,10 +0,0 @@
--- 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"

View File

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE: # HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line # The "handy ruler" below makes it easier to edit a package description.
# up the first '|' above the ':' following the base package name, and the '|' # Line up the first '|' above the ':' following the base package name, and
# on the right side marks the last column you can put a character in. You must # the '|' on the right side marks the last column you can put a character in.
# make exactly 11 lines for the formatting to be correct. It's also # You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'. # customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
kicad: kicad (Open Source EDA Suite) kicad: kicad (Open Source EDA Suite)