Search Criteria
Package Details: kicadlibrarian-git 20210323.c075e16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kicadlibrarian-git.git (read-only, click to copy) |
---|---|
Package Base: | kicadlibrarian-git |
Description: | A utility to manage and maintain KiCad libraries with schematic symbols and footprints |
Upstream URL: | https://github.com/compuphase/KiCad-Librarian |
Keywords: | eda kicad librarian |
Licenses: | Apache |
Conflicts: | kicadlibrarian |
Provides: | kicadlibrarian |
Submitter: | andrejr |
Maintainer: | andrejr |
Last Packager: | andrejr |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-15 17:34 (UTC) |
Last Updated: | 2021-03-23 14:21 (UTC) |
Dependencies (7)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2)
- desktop-file-utils (desktop-file-utils-git)
- libharu
- wxgtk3 (wxgtk3-dev, wxgtk-git, wxwidgets-gtk3-light, wxwidgets-gtk3)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- make (make-git) (make)
Latest Comments
dreieck commented on 2022-07-21 14:36 (UTC)
You need to change the source protocol from
git+git://
togit+https://
due to changes at github.Thanks for maintaining!, regards!
dreieck commented on 2022-03-13 11:43 (UTC)
Actually, this software has it's own notion of a package version. It currently is
1.4.5907
(as can be seen in the about page). According to VCS package guidelines, such version numbers should be used in the first part of$pkgver
if available.Actually, the file
src/svnrev.h
seems to provide that information in the lineSo I suggest to parse that.
pkgver()
then could look like, for example:and
dreieck commented on 2022-03-13 11:31 (UTC) (edited on 2022-03-13 11:32 (UTC) by dreieck)
According to
namcap
, this one depends onwxgtk2
, notwxgtk3
:Also, some stuff of the
$install
file seems to be executed automatically by pacman hooks:Thanks for maintaining!
andrejr commented on 2017-09-23 15:30 (UTC) (edited on 2017-09-23 15:49 (UTC) by andrejr)
DanielH commented on 2017-09-23 12:59 (UTC)
andrejr commented on 2017-08-17 14:40 (UTC)
Maverick commented on 2017-08-16 11:17 (UTC)
andrejr commented on 2017-07-23 00:40 (UTC)
mekatronik commented on 2017-05-06 03:38 (UTC)
andrejr commented on 2017-04-15 17:39 (UTC)