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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 29 Next › Last »

nickoe commented on 2015-11-28 08:35 (UTC)

Not really, the bzr is the official repo upstream.

melroy89 commented on 2015-11-28 02:32 (UTC) (edited on 2015-12-01 19:25 (UTC) by melroy89)

I think we should use the 'kicad-git' package from the AUR repo now... EDIT: DO INSTALL kicad-bzr, but install the kicad-library-git and kicad-pretty-git. Only kicad itself is still bzr based, the rest it git based.

niqingliang2003 commented on 2015-08-28 07:59 (UTC)

how to change the source from bzr to github? the bzr is too slow to download.

nickoe commented on 2015-06-25 11:49 (UTC)

The -j1 is probably a left over from when there were problems building with many jobs as some point, but that has been fixed upstream and seems to work stable now. It is good that it is commented out, PKGBUILDS should avoid to force -j options, because they will override the users setting. Moving the scripting options in side the cmake lines will usually break the build... Maybe it works in this case since the path is in the beginning, I am not quite sure about this. But it needs testing.

cgx commented on 2015-06-25 09:05 (UTC)

I think the -j1 comment in the pkgbuild is not needed at all, since it should use the default from /etc/makepkg.conf anyway MAKEFLAGS="-j2" At least "make #-j1 ## Uncomment -j1 to build single threaded (to debug build issues)" could be more correct

leosw commented on 2015-06-25 08:56 (UTC)

Please replace the build option to something easily editable : build() { cd "$srcdir/$_bzrmod" mkdir -p build/Release cd build/Release # -DKICAD_SKIP_BOOST=ON ? cmake ../.. -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKICAD_SKIP_BOOST=ON \ ## Uncomment to enable Python Scripting : # -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \ # -DKICAD_SCRIPTING_WXPYTHON=ON \ -DBUILD_GITHUB_PLUGIN=ON make #-j1 ## Uncomment to use many threads during build process (must be lower than your threads number) }

tommag commented on 2015-04-06 20:39 (UTC)

That worked, thanks a lot ! BZR trick ? :)

nickoe commented on 2015-04-01 22:31 (UTC)

How are you rebuilding? Try to clean your src dir and try again.

tommag commented on 2015-04-01 21:03 (UTC)

Hello, I was looking for the recently introduced features (differential routing) and it seems that the package being built is rev5322 (2014-12-14 21:42:28 UTC). The package created has the right name and package info (ie rev5562) but once installed the actual software version says "BZR5322" and, needless to say, the new features are not available :) All of the builds done since rev5322 (I had built it at rev5351 and 5464) behave in the same way. Is it a problem with my setup or can someone reproduce it ?

orson commented on 2015-03-12 20:05 (UTC)

@lz3060 It is not the first and not the last bug in KiCad. You have reported the bug in the right place, but please save the comments here for reporting problems related to the AUR package, not the software itself. Peace, Orson