Package Details: kicad-git 9.0.0.rc1.r499.gf665760a8e-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-3.0-or-later
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000001
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2025-01-07 22:16 (UTC)

Required by (26)

Sources (1)

Latest Comments

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

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.

MrBlister commented on 2012-11-24 13:48 (UTC)

Perhaps you can libmspack to the makedepends, and kicad-doc-bzr should be renamed kicad-docs-bzr in the optdepends.

queueRAM commented on 2012-08-01 16:27 (UTC)

Disowning as i no longer have time to maintain this.

chepaz commented on 2012-05-12 18:04 (UTC)

When using "--with-gnomeprint" to rebuild wxgtk libgnomeprintui _must_ be installed. Else wxgtk compiles fine but doesn't work :)

MrBlister commented on 2012-04-12 13:20 (UTC)

I rebuilt wxwidgets 2.8.12.1 with the "--with-gnomeprint" switch, and kicad-bzr now also builds again without problems. I must admit I didn't look at the Kicad code. Given that this is a testing branch and liable to change at any time, shouldn't it build every time if possible, without patching the source? Just a thought...

queueRAM commented on 2012-04-11 22:27 (UTC)

I just commented out lines 47-51 of include/common.h and it builds fine. Print dialogs seemed to work too. I don't know exactly why these checks were added.