Search Criteria
Package Details: kicad-symbols-git 5.1.6.r591.ge012b90c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kicad-symbols-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kicad-symbols-git |
| Description: | KiCad schematic symbol libraries from the official git repo |
| Upstream URL: | https://gitlab.com/kicad/libraries/kicad-package |
| Licenses: | CC-BY-SA 4.0 |
| Conflicts: | kicad-library, kicad-library-bzr, kicad-library-git, kicad-symbols |
| Provides: | kicad-symbols |
| Submitter: | fredericva |
| Maintainer: | greyltc |
| Last Packager: | greyltc |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-01-15 13:14 (UTC) |
| Last Updated: | 2021-01-16 17:41 (UTC) |
Dependencies (3)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
Latest Comments
jjbeard commented on 2026-02-13 08:11 (UTC)
The current master branch of the kicad-symbols repos has unpacked the symbols - there are now 20k-ish files rather than 200-ish. There is an optional method to "pack" the symbols back to the 200 library files to improve performance for some users. This is enabled by default.
If you use it, python is needed in makedepends. To set it explicitly on, add -DKICAD_PACK_SYM_LIBRARIES=ON to the CMake configuration.
To disable it set it OFF, and you should not need the python.
Salamandar commented on 2018-10-31 16:24 (UTC)
Please replace the git:// with git+https://. git protocol is blocked in most companies.