kicad: update to 4.0.6.

This commit is contained in:
Michael Gehring 2017-03-09 06:59:57 +00:00
parent 987439d962
commit cf8bc64db6

View file

@ -1,6 +1,6 @@
# Template file for 'kicad'
pkgname=kicad
version=4.0.5
version=4.0.6
revision=1
build_style=cmake
configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
@ -8,14 +8,14 @@ configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
hostmakedepends="pkg-config swig"
makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
libressl-devel boost-devel"
libressl-devel boost-devel libcurl-devel"
depends="wxPython"
short_desc="Electronic schematic and PCB design software"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2"
homepage="http://kicad-pcb.org"
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
checksum=73f286733bb69b04749279a1848cbedfad908e7dcd1d11363c7fae7677c85331
checksum=e97cacc179839e65f2afa14d8830a3bed549aaa9ed234c988851971bf2a42298
patch_args="-Np1"
CXXFLAGS="-std=c++11"