mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/kicad: Updated for version 4.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
56526f5ca0
commit
cc6340155b
4 changed files with 13 additions and 12 deletions
|
@ -4,6 +4,4 @@ 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.
|
||||
|
||||
KiCad requires wxPython built with the GNOMEPRINT=YES option.
|
||||
documentation: kicad-library and kicad-doc.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for kicad
|
||||
# Slackware build script for KiCad
|
||||
# Open-Source EDA Suite
|
||||
|
||||
# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2010-2013 Fernando Lopez Jr. <fernando.lopezjr@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# 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
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Revision date: 2013/03/29
|
||||
# Revision date: 2016/08/29
|
||||
|
||||
PRGNAM=kicad
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,6 +84,9 @@ cd build
|
|||
-DKICAD_PLUGINS=/usr/lib${LIBDIRSUFFIX}/$PRGNAM/plugins \
|
||||
-DKICAD_STABLE_VERSION=ON \
|
||||
-DKICAD_SKIP_BOOST=ON \
|
||||
-DKICAD_SCRIPTING=ON \
|
||||
-DKICAD_SCRIPTING_MODULES=ON \
|
||||
-DKICAD_SCRIPTING_WXPYTHON=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make VERBOSE=1
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kicad"
|
||||
VERSION="4.0.2"
|
||||
VERSION="4.0.4"
|
||||
HOMEPAGE="http://kicad-pcb.org"
|
||||
DOWNLOAD="https://launchpad.net/kicad/4.0/4.0.2/+download/kicad-4.0.2.tar.xz"
|
||||
MD5SUM="6c40f3a511f47c1145ccc75b9c3729f7"
|
||||
DOWNLOAD="https://launchpad.net/kicad/4.0/4.0.4/+download/kicad-4.0.4.tar.xz"
|
||||
MD5SUM="19e1ba6585b8e0f0645fa127ec79ecdc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgnomeprintui wxGTK3"
|
||||
REQUIRES="libgnomeprintui wxPython3"
|
||||
MAINTAINER="Fernando Lopez Jr."
|
||||
EMAIL="fernando.lopezjr@gmail.com"
|
||||
|
|
|
@ -11,9 +11,9 @@ kicad:
|
|||
kicad: The KiCad project aims at creating a portable, cross-platform,
|
||||
kicad: Free/Libre/Open-Source EDA Suite, capable of schematic and printed
|
||||
kicad: circuit board design.
|
||||
kicad:
|
||||
kicad: The suite consist of a project manager, schematic editor, netlist
|
||||
kicad: converter, pcb designer and a gerber viewer.
|
||||
kicad:
|
||||
kicad: Homepage: http://kicad.sourceforge.net/wiki
|
||||
kicad:
|
||||
kicad:
|
||||
|
|
Loading…
Reference in a new issue