kicad: rebuild against OpenSSL
This commit is contained in:
parent
f68fa04719
commit
4984fb117b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kicad'
|
# Template file for 'kicad'
|
||||||
pkgname=kicad
|
pkgname=kicad
|
||||||
version=5.1.9
|
version=5.1.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
|
configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
|
||||||
-DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
|
-DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
|
||||||
|
@ -11,7 +11,7 @@ configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
|
||||||
-DKICAD_USE_OCC=$(vopt_if occt ON OFF) -DKICAD_SPICE=$(vopt_if spice ON OFF)"
|
-DKICAD_USE_OCC=$(vopt_if occt ON OFF) -DKICAD_SPICE=$(vopt_if spice ON OFF)"
|
||||||
hostmakedepends="pkg-config swig wxWidgets-gtk3-devel python3"
|
hostmakedepends="pkg-config swig wxWidgets-gtk3-devel python3"
|
||||||
makedepends="wxWidgets-gtk3-devel wxPython4 python3-devel glew-devel cairo-devel
|
makedepends="wxWidgets-gtk3-devel wxPython4 python3-devel glew-devel cairo-devel
|
||||||
libressl-devel boost-devel libcurl-devel glm libgomp-devel
|
openssl-devel boost-devel libcurl-devel glm libgomp-devel
|
||||||
$(vopt_if occt occt-devel) $(vopt_if spice ngspice-devel)"
|
$(vopt_if occt occt-devel) $(vopt_if spice ngspice-devel)"
|
||||||
depends="wxPython4"
|
depends="wxPython4"
|
||||||
short_desc="Electronic schematic and PCB design software"
|
short_desc="Electronic schematic and PCB design software"
|
||||||
|
|
Loading…
Reference in New Issue