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 2 3 4 5 6 7 8 9 10 .. 29 Next › Last »

StefanH commented on 2020-10-23 07:04 (UTC) (edited on 2020-10-23 07:09 (UTC) by StefanH)

Sorry for the confusion. The git describe output matches the version presented inside KiCAD and according to the source provided is how the internal version is set.

The sed expression is simply to replace the two '-' characters by something allowed in Arch versions. Most popular seems to be to do a tr '-' '.', but not all packages follow this (inkscape-git for example). I suppose my preference for a tilde to separate the build number from the semver is a bit of a Debian-ism. It's just a suggestion, no more.

nickoe commented on 2020-10-22 18:36 (UTC)

@StefanH What offical way?

Why do you want a tilde and dot?

StefanH commented on 2020-10-22 17:27 (UTC)

Hi Nick! Could you update the pkgver function to:

git describe | sed -r 's/([^-]+)-([^-]+)-([^-]+)/\1~\2.\3/'

as per the official way to get the latest version? The sed command I added to translate the dashes to something fitting the Arch version string format. Source: https://gitlab.com/kicad/code/kicad/-/issues/6114#note_434166499

nickoe commented on 2020-07-20 17:43 (UTC)

@firewalker, this is a strange error. This is not an issue for me, and I also tried to update my system.

First off it looks like there is some issue with it finding wxpython 3.0.2 instead of 4.0.7. Is your default python python2?

orson commented on 2020-05-26 08:36 (UTC)

Hi Salamandar,

In such case, should not libjpeg-turbo be added as a dependency in libfreeimage?

Salamandar commented on 2020-05-26 07:56 (UTC)

Hi, could you add the dependency libjpeg-turbo ? Without it, I get /usr/bin/ld : /usr/lib/libfreeimage.so.3 : undefined reference to « jpeg_read_icc_profile@LIBJPEG_8.0 »

moritz commented on 2020-01-20 21:30 (UTC)

as KiCad moved from launchpad to GitLab, the source should be: git+https://gitlab.com/kicad/code/kicad.git

moritz commented on 2019-12-05 10:27 (UTC) (edited on 2019-12-05 10:28 (UTC) by moritz)

Does anybody has a clue why it is not building and how to investigate this?

Scanning dependencies of target kicad
[ 62%] Building CXX object kicad/CMakeFiles/kicad.dir/dialogs/dialog_template_selector_base.cpp.o
/home/user/trizen-user/kicad-git/src/kicad-git/pcbnew/netlist_reader/kicad_netlist_reader.cpp: In member function ‘void KICAD_NETLIST_PARSER::parseNet( )’:
/home/user/trizen-user/kicad-git/src/kicad-git/pcbnew/netlist_reader/kicad_netlist_reader.cpp:244:22: error: ‘T_pinfunction’ was not declared in this s cope; did you mean ‘pin_function’?
244 | case T_pinfunction:
| ^~~~~~~~~~~~~
| pin_function
make[2]: [common/CMakeFiles/pcbcommon.dir/build.make:592: common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o] Error 1
make[2]:
Waiting for unfinished jobs....
[ 62%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/kicad_plugin.cpp.o
[ 62%] Building CXX object kicad/CMakeFiles/kicad.dir/dialogs/dialog_template_selector.cpp.o
[ 62%] Linking CXX shared module libs3d_plugin_idf.so
[ 62%] Built target s3d_plugin_idf

[ 64%] Built target eeschema_kiface
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
Aborting..

And how to proper formate postings here?

nickoe commented on 2019-11-05 10:14 (UTC)

@balajiTn, it does not look like you have the real error there. Maybe post the complete output in a pastebin?