Search Criteria
Package Details: lepton-eda-git 1.9.18.20220529.r2028.316720dcd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lepton-eda-git.git (read-only, click to copy) |
---|---|
Package Base: | lepton-eda-git |
Description: | A suite of free software tools for designing electronics. |
Upstream URL: | https://github.com/lepton-eda/lepton-eda |
Licenses: | GPL-2.0-or-later OR LGPL-2.1-or-later |
Conflicts: | lepton-eda |
Provides: | lepton-eda |
Submitter: | codeThatThinks |
Maintainer: | codeThatThinks |
Last Packager: | codeThatThinks |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-11 05:27 (UTC) |
Last Updated: | 2024-04-13 02:23 (UTC) |
Dependencies (8)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- gtk2+extra
- guile (guile-gitAUR)
- flex (flex-gitAUR) (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- libstrokeAUR (optional) – mouse gesture support
Latest Comments
codeThatThinks commented on 2020-12-11 03:48 (UTC)
Dependencies have been updated and I've cleanup up the PKGBUILD to better meet the packaging guidelines.
Wow, it's nice to see that lepton has made decent progress since the last time I looked at it in 2017. They're definitely on the right track now with regular releases and better project organization.
jesseFrey commented on 2020-12-05 21:27 (UTC)
Need to add gtk2+extra as a dependency. also, it looks like garchive and tragesym no longer use python2 additionally, all programs are prefixed with lepton- so there is no conflict with geda-gaf
<deleted-account> commented on 2018-09-26 14:31 (UTC)
For the package not to fail,
provides=('$_gitname')
conflicts=('$_gitname' 'geda-gaf')
should be:
provides=("$_gitname")
conflicts=("$_gitname" 'geda-gaf')