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

Balló György bgyorgy at archlinux.org
Sun Jan 28 20:28:30 UTC 2018


    Date: Sunday, January 28, 2018 @ 20:28:29
  Author: bgyorgy
Revision: 287647

upgpkg: kicad 4.0.7-4

Disable wxpython scripting support. This was the only known blocker for wxpython to build with wxgtk3, because kicad does not support wxgtk3 properly yet.

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-28 20:23:42 UTC (rev 287646)
+++ PKGBUILD	2018-01-28 20:28:29 UTC (rev 287647)
@@ -4,14 +4,15 @@
 
 pkgname=kicad
 pkgver=4.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/"
 url="http://kicad-pcb.org/"
 license=('GPL')
-depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython' 'curl')
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
+#wxgtk3 is not supported yet (FS#54839)
+depends=('wxgtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'python2' 'curl')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
 optdepends=('kicad-library: for footprints and symbols'
             'kicad-library-3d: for 3d models of components')
 source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
@@ -40,7 +41,6 @@
               -DKICAD_SKIP_BOOST=ON         \
               -DKICAD_SCRIPTING=ON          \
               -DKICAD_SCRIPTING_MODULES=ON  \
-              -DKICAD_SCRIPTING_WXPYTHON=ON \
               -DBUILD_GITHUB_PLUGIN=ON
   make
 



More information about the arch-commits mailing list