Package Details: kicad-git 8.99.0.r1825.gb38357a5ea-1

Git Clone URL: https://aur.archlinux.org/kicad-git.git (read-only, click to copy)
Package Base: kicad-git
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000007
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2024-07-16 22:49 (UTC)

Required by (21)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 Next › Last »

cgx commented on 2014-01-25 09:20 (UTC)

I think wxgtk 3.0 works fine now, at least I did not have problems with quick test. Also, Iirc you don't need bzrtools in makedepends if you have "-DKICAD_SKIP_BOOST=ON" as it is only used to patch boost ldd /usr/bin/kicad |grep -i wx libwx_gtk2u_aui-3.0.so.0 => /usr/lib/libwx_gtk2u_aui-3.0.so.0 (0x00007ff2156c9000) libwx_gtk2u_adv-3.0.so.0 => /usr/lib/libwx_gtk2u_adv-3.0.so.0 (0x00007ff2152ca000) libwx_gtk2u_html-3.0.so.0 => /usr/lib/libwx_gtk2u_html-3.0.so.0 (0x00007ff214fea000) libwx_gtk2u_core-3.0.so.0 => /usr/lib/libwx_gtk2u_core-3.0.so.0 (0x00007ff21477b000) libwx_baseu-3.0.so.0 => /usr/lib/libwx_baseu-3.0.so.0 (0x00007ff2142dc000)

vicencb commented on 2014-01-19 03:47 (UTC)

This PKGBUILD: http://pastebin.com/uZ4AzR5V http://pastebin.com/9vWqFgJP http://pastebin.com/y6MVwLEt worked for me. It's based on the feedback from the comments.

queueRAM commented on 2014-01-16 18:31 (UTC)

I have a few questions since I haven't been keeping up with all the kicad development lately: 1) Should we be letting the build build its own boost from the kicad cmake files? Locally, I added the cmake define "-DKICAD_SKIP_BOOST=ON" and it links with arch's "boost-libs" and runs fine 2) My build doesn't seem to be linking with python libraries at all. Is there an additional cmake define that are needed? 3) According to the latest VCS PKGBUILD guidelines [0], the package version number should begin with an 'r' (e.g. r4190 or 2013.05.r4190). I don't see many packages doing that yet though. Should kicad-bzr be following this? [0] https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

MrBlister commented on 2014-01-15 22:54 (UTC)

With recent changes to wxWidgets, the 'depends' need to be changed to 'wxgtk2.8' (now moved from /extra to AUR). It is also necessary to have bzrtools (-bzr version from AUR) in the 'makedepends'. If you want to build with python scripting enabled, 'wxpthon2.8' (in AUR) needs to be added to the 'depends', and 'swig' needs to be added to the 'makedepends'. I also found it necessary to temporarily uninstall python3.3 whilst building, as the wrong python libs are detected despite having the '-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so' cmake flag. Hope this helps.

nickoe commented on 2014-01-08 16:47 (UTC)

-DKICAD_TESTING_VERSION=ON or -DKICAD_STABLE_VERSION=ON now obsolete. https://lists.launchpad.net/kicad-developers/msg11957.html

kasbah commented on 2013-06-06 17:50 (UTC)

Newest version makedepends on bzrtools.

CarlPoirier commented on 2013-02-14 18:18 (UTC)

Ah I see. I thought it would build the version 2958-1 as in the title. Well I learned something today!

queueRAM commented on 2013-02-14 18:10 (UTC)

The neat thing about packages built from VCS are that they will auto-update and build version are auto-incremented each time you build them [0]. If the package still builds, there is no need to update the PKGBUILD. I just tested this with the kicad-bzr PKGBUILD from the AUR (plus tweaks to common.h listed in the comments below) and it built version 3950 just fine. [0] https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

CarlPoirier commented on 2013-02-14 17:27 (UTC)

Hey, can this be updated? Kicad is now at revision 3947 as of yesterday.