Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | Fix launch script | Michael Laß | |
We only want to set LD_LIBRARY_PATH if it is already set and not empty. Currently, we pass no additional argument to `test -n` if LD_LIBRARY_PATH is empty which lets it return true. Use quotes to make sure that there is actually a string argument. | |||
2020-03-15 | Add launch script setting LD_LIBRARY_PATH | Michael Lass | |
2017-01-19 | Update to Eagle 8.0.0 | Michael Lass | |
Packaging changes: * Do not copy eagle into user's home. Why was this done? * Fetch license file from Autodesk * Overhaul entire install() section * Change dependencies according to namcap output * Update application name in desktop file Unfortunately, one now has to create an Autodesk account to run the program and there is no 32 bit support anymore… | |||
2015-07-05 | Initial commit | Michael Lass | |
Files taken from AUR3. |