summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-24Use system libraries where possibleMichael Laß
At least libglapi seems to cause segfaults on some systems. Let's try to use system libraries when possible. Unfortunately, we cannot use Arch's Qt5 libraries which would make a significant difference in package size.
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-06-08Update to 9.6.2Michael Lass
2020-04-18Update to 9.6.1Michael Lass
2020-03-15Add launch script setting LD_LIBRARY_PATHMichael Lass
2020-03-15Update to 9.6.0Michael Lass
2019-11-14Update to 9.5.2Michael Lass
2019-10-24Update to 9.5.1Michael Lass
2019-09-16Update to 9.5.0Michael Lass
2019-06-03Update to 9.4.2Michael Lass
2019-05-26Update to 9.4.1Michael Lass
2019-04-30Update to 9.4.0Michael Lass
2019-03-26Update to 9.3.2Michael Lass
2019-02-23Update to 9.3.1Michael Lass
2019-01-19Update to 9.3.0Michael Lass
2018-10-28Update to 9.2.2Michael Lass
2018-10-16Update to 9.2.1Michael Lass
2018-09-30Update to 9.2.0Michael Lass
2018-08-23Update to 9.1.3Michael Lass
2018-08-05Update to 9.1.2Michael Lass
2018-07-12Update to 9.1.1Michael Lass
2018-07-05Update to 9.1.0Michael Lass
2018-06-12Remove provided X librariesMichael Lass
They cause issues with current mesa and the system libraries seem to work fine.
2018-05-10Update to 9.0.1Michael Lass
2018-04-18Update to 9.0.0Michael Lass
2018-03-25Update to 8.7.1Michael Lass
2018-03-08Update to 8.7.0Michael Lass
2018-03-06Update to 8.6.3Michael Lass
https://eagle-updates.circuits.io/downloads/latest.html is linked as a download source within eagle's update functionality. It seems like Autodesk does not bother to link this anywhere on their own webpage or to list minor releases on the official eagle download page.
2018-01-25Update to 8.6.0Michael Lass
Also remove some dependencies and the libssl symlink workaround. eagle should ship with everything that is needed.
2018-01-10Update to 8.5.2Michael Lass
Other changes: * keep all provided libraries again since eagle now ships with a libselinux.so * fix broken permissions (other missing all permission on many files)
2017-12-14Update to 8.5.0Michael Lass
2017-11-30Update to 8.4.3Michael Lass
2017-10-31Update to 8.4.1Michael Lass
2017-10-18Update to 8.4.0Michael Lass
2017-09-10Update to 8.3.2Michael Lass
2017-08-29Fix broken link to provided libsslMichael Lass
2017-08-17Update to 8.3.1Michael Lass
2017-08-09Update to 8.3.0Michael Lass
2017-08-04Add qt5-webengine as dependencyMichael Lass
qt5-webengine is required and makes a lot of other dependencies unnecessary.
2017-06-18Update to 8.2.2Michael Lass
2017-05-23Update to 8.2.1Michael Lass
2017-05-11Update to 8.2.0Michael Lass
Also avoid dependency on libselinux as suggested by mxr. We will have to see if this works reliably for everybody.
2017-04-18Update to 8.1.1Michael Lass
2017-03-15Update to 8.1.0Michael Lass
2017-02-26Update to 8.0.2Michael Lass
2017-02-11Update to 8.0.1Michael 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…
2016-10-11Update to 7.7.0Michael Lass
2016-05-20Update to 7.6.0Michael Lass
Also remove .install file as this is now handled by pacman hooks.
2015-11-17Update to ver. 7.5.0Michael Lass