summarylogtreecommitdiffstats
path: root/eagle.sh
AgeCommit message (Collapse)Author
2023-08-24Fix launch scriptMichael 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-15Add launch script setting LD_LIBRARY_PATHMichael Lass
2017-01-19Update to Eagle 8.0.0Michael 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-05Initial commitMichael Lass
Files taken from AUR3.