Hello, in the line 74 the PKGBUILD contains -e 's/^Icon=\(.*\)$/Icon=\1-nightly/g' \
that changes the icon from program
to program-nightly
, since there are no nigthly icons anymore I think we can remove that line to have the correct icons on the Desktop entries. *Edit: the exception is kicad-nightly and could be changed outside the loop.
Search Criteria
Package Details: kicad-nightly 7.99.0_619_gd5bc223ff2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kicad-nightly.git (read-only, click to copy) |
---|---|
Package Base: | kicad-nightly |
Description: | Electronic schematic and printed circuit board (PCB) design tools |
Upstream URL: | http://kicad.org/ |
Licenses: | GPL |
Submitter: | DX-MON |
Maintainer: | DX-MON (perigoso, kicad-bot) |
Last Packager: | kicad-bot |
Votes: | 8 |
Popularity: | 1.00 |
First Submitted: | 2020-10-09 21:32 (UTC) |
Last Updated: | 2023-03-30 04:04 (UTC) |
Dependencies (21)
- boost-libs (boost171, boost-libs-git, boost174-libs)
- curl (curl-minimal-git, curl-git)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- glm (gli, glm-git)
- ngspice (ngspice-git)
- opencascade (opencascade-git, opencascade-rc, opencascade-f3d)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-wxpython (python-wxpython-dev)
- unixodbc (erlang-unixodbc-git)
- wxwidgets-gtk3 (wxwidgets-gtk3-light)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gzip (gzip-with-pigz-symlinks, dxcompress-git, gzip-git, pigz-gzip-symlink, gzip-zutils, dxcompress) (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-panfork-git, mesa-git, mesa-git-adreno, mesa-rusticl-git, mesa-amdonly-gaming-git, mesa-steamos, mesa-minimal-git, mesa-amber) (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
- swig (swig-git) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- zlib (zlib-static, zlib-ng-compat-git, zlib-git, zlib-ng-compat) (make)
- kicad-library-3d-nightly (optional) – for 3d models of components
- Show 1 more dependencies...
Required by (0)
Sources (3)
hasecilu commented on 2023-02-24 00:38 (UTC) (edited on 2023-02-25 17:38 (UTC) by hasecilu)
GeirThomassen commented on 2023-02-16 15:22 (UTC)
I would greatly appreciate a version of this package that tracks the stable Kicad 7.0 branch instead of the development branch. The 7.0 branch has already a number of fixes that will likely end up in the next stable release. This would be particularly helpful at this time, given that version 7 is still new and rapidly stabilizing."
ckoller commented on 2022-12-29 00:06 (UTC) (edited on 2022-12-29 00:08 (UTC) by ckoller)
You can remove KICAD_USE_OCC from the CMAKE in build():
CMake Warning: Manually-specified variables were not used by the project: KICAD_USE_OCC
hasecilu commented on 2022-09-16 17:28 (UTC)
Hello DX-MON, in the last commit you changed the sha256sum in the PKGBUILD.in
file and not in the PKGBUILD
file, this causes the installation to fail. Can you check it please?
DX-MON commented on 2022-08-17 09:18 (UTC)
Thank you to all those who've made us aware of some recent build system changes that broke things - we'll work on a patch and issue corrected files in the next day or two. Apologies for being slow to get back to this.
hasecilu commented on 2022-08-16 16:53 (UTC)
Just a little correction: the file to patch is cmake/Functions.cmake
not make/Functions.cmake
rexploits commented on 2022-08-14 01:48 (UTC) (edited on 2022-08-14 01:48 (UTC) by rexploits)
I was getting the same error as @silvan_rehm when trying to build the latest version. Seems the file to patch has moved to make/Functions.cmake
. You can enter the path at the prompt or modify the patch file. If you modify the patch file you'll have to skip it's checksum verification.
no-metadata-translation.patch:
--- cmake/Functions.cmake 2022-01-22 01:30:53.516011218 +0000
+++ cmake/Functions.cmake.new 2022-01-22 02:20:01.277354828 +0000
silvan_rehm commented on 2022-07-28 06:22 (UTC)
updating on my system leads to this:
Making package: kicad-nightly 6.99.0_2636_gee8116e55f-1
[..]
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- CMakeModules/Functions.cmake 2022-01-22 01:30:53.516011218 +0000
|+++ CMakeModules/Functions.cmake.new 2022-01-22 02:20:01.277354828 +0000
--------------------------
File to patch:
lawq commented on 2022-05-15 10:14 (UTC)
I think the opencascade dependency is broken
Pinned Comments
DX-MON commented on 2022-08-17 09:18 (UTC)
Thank you to all those who've made us aware of some recent build system changes that broke things - we'll work on a patch and issue corrected files in the next day or two. Apologies for being slow to get back to this.
DX-MON commented on 2020-11-30 13:11 (UTC)
benx45h: There are two major differences between the two packages.
The first is that this one isn't just "whatever the latest is in Git", but rather is pinned to a particular commit each day so as to aid reproducability and try and help guarantee a usable build each update
The second is that kicad-git cannot be installed along side kicad, which means if you want to use both a kicad-git nightly build and stable on the same machine, it's just not possible.. This package on the other hand is designed to be side-by-side installed so suffixes on -nightly and puts both config and binaries in a different location to allow all this to work seamlessly.