[arch-commits] Commit in kicad/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 10 17:35:41 UTC 2022


    Date: Sunday, July 10, 2022 @ 17:35:41
  Author: arojas
Revision: 1249328

wxWidgets 3.2 rebuild

Modified:
  kicad/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-10 17:23:01 UTC (rev 1249327)
+++ PKGBUILD	2022-07-10 17:35:41 UTC (rev 1249328)
@@ -7,7 +7,7 @@
 
 pkgname=kicad
 pkgver=6.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
 url='http://kicad.org/'
@@ -21,7 +21,7 @@
   'opencascade'
   'python'
   'python-wxpython'
-  'wxgtk3'
+  'wxwidgets-gtk3'
 )
 makedepends=(
   'git'
@@ -66,10 +66,9 @@
     -B build \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DKICAD_USE_OCC=ON \
+    -DKICAD_USE_EGL=ON \
     -DKICAD_SCRIPTING_WXPYTHON=ON \
-    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
     -DKICAD_BUILD_I18N=ON \
     -DKICAD_I18N_UNIX_STRICT_PATH=ON \
     -DKICAD_BUILD_QA_TESTS=OFF \



More information about the arch-commits mailing list