Not really, the bzr is the official repo upstream.
Search Criteria
Package Details: kicad-git 8.99.0.r1825.gb38357a5ea-1
Package Actions
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.000003 |
First Submitted: | 2015-10-08 16:39 (UTC) |
Last Updated: | 2024-07-16 22:49 (UTC) |
Dependencies (21)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glm (gliAUR, glm-gitAUR)
- libgit2 (libgit2-gitAUR)
- ngspice (ngspice-gitAUR)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-wxpython (python-wxpython-gitAUR)
- swig (swig-gitAUR)
- unixodbc (unixodbc-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (make)
- kicad-library (kicad-library-gitAUR, kicad-libraries-gitAUR) (optional) – for footprints
Required by (22)
- freerouting (requires kicad) (optional)
- freerouting-zh-cn-git (requires kicad) (optional)
- kiauto-git (requires kicad)
- kibot (requires kicad)
- kicad-allegro (requires kicad) (optional)
- kicad-allegro-git (requires kicad) (optional)
- kicad-diff-git (requires kicad)
- kicad-i18n-git (requires kicad)
- kicad-interactive-html-bom-plugin (requires kicad)
- kicad-interactivehtmlbom-git (requires kicad)
- kicad-jlc-manufacture-git (requires kicad)
- kicad-kibuzzard-git (requires kicad)
- kicad-library-espressif-git (requires kicad)
- kicad-nightly-bin (requires kicad)
- kicad-pcb-diff (requires kicad)
- kicad-storybook-git (requires kicad)
- kikit-git (requires kicad)
- kiri-git (requires kicad)
- lc2kicad-git (requires kicad) (optional)
- pcbdraw (requires kicad)
- Show 2 more...
Sources (1)
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)
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
Pinned Comments