mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
kicad: update to 4.0.6.
This commit is contained in:
parent
987439d962
commit
cf8bc64db6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kicad'
|
# Template file for 'kicad'
|
||||||
pkgname=kicad
|
pkgname=kicad
|
||||||
version=4.0.5
|
version=4.0.6
|
||||||
revision=1
|
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
|
||||||
|
@ -8,14 +8,14 @@ configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
|
||||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||||
hostmakedepends="pkg-config swig"
|
hostmakedepends="pkg-config swig"
|
||||||
makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
|
makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
|
||||||
libressl-devel boost-devel"
|
libressl-devel boost-devel libcurl-devel"
|
||||||
depends="wxPython"
|
depends="wxPython"
|
||||||
short_desc="Electronic schematic and PCB design software"
|
short_desc="Electronic schematic and PCB design software"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
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=73f286733bb69b04749279a1848cbedfad908e7dcd1d11363c7fae7677c85331
|
checksum=e97cacc179839e65f2afa14d8830a3bed549aaa9ed234c988851971bf2a42298
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11"
|
CXXFLAGS="-std=c++11"
|
||||||
|
|
Loading…
Add table
Reference in a new issue