kicad: update to 4.0.5.

This commit is contained in:
Michael Gehring 2016-12-19 16:19:11 +00:00
parent baf5a3db07
commit ba2f626292

View file

@ -1,7 +1,7 @@
# Template file for 'kicad' # Template file for 'kicad'
pkgname=kicad pkgname=kicad
version=4.0.4 version=4.0.5
revision=4 revision=1
build_style=cmake build_style=cmake
configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
@ -15,7 +15,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://kicad-pcb.org" homepage="http://kicad-pcb.org"
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz" distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
checksum=6da5d3f7bc63a9c5b4d0f5e4b954411b45d712168596b5af02957343c87eda00 checksum=73f286733bb69b04749279a1848cbedfad908e7dcd1d11363c7fae7677c85331
patch_args="-Np1" patch_args="-Np1"
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"