Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-24 | Use system libraries where possible | Michael 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-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-06-08 | Update to 9.6.2 | Michael Lass | |
2020-04-18 | Update to 9.6.1 | Michael Lass | |
2020-03-15 | Add launch script setting LD_LIBRARY_PATH | Michael Lass | |
2020-03-15 | Update to 9.6.0 | Michael Lass | |
2019-11-14 | Update to 9.5.2 | Michael Lass | |
2019-10-24 | Update to 9.5.1 | Michael Lass | |
2019-09-16 | Update to 9.5.0 | Michael Lass | |
2019-06-03 | Update to 9.4.2 | Michael Lass | |
2019-05-26 | Update to 9.4.1 | Michael Lass | |
2019-04-30 | Update to 9.4.0 | Michael Lass | |
2019-03-26 | Update to 9.3.2 | Michael Lass | |
2019-02-23 | Update to 9.3.1 | Michael Lass | |
2019-01-19 | Update to 9.3.0 | Michael Lass | |
2018-10-28 | Update to 9.2.2 | Michael Lass | |
2018-10-16 | Update to 9.2.1 | Michael Lass | |
2018-09-30 | Update to 9.2.0 | Michael Lass | |
2018-08-23 | Update to 9.1.3 | Michael Lass | |
2018-08-05 | Update to 9.1.2 | Michael Lass | |
2018-07-12 | Update to 9.1.1 | Michael Lass | |
2018-07-05 | Update to 9.1.0 | Michael Lass | |
2018-06-12 | Remove provided X libraries | Michael Lass | |
They cause issues with current mesa and the system libraries seem to work fine. | |||
2018-05-10 | Update to 9.0.1 | Michael Lass | |
2018-04-18 | Update to 9.0.0 | Michael Lass | |
2018-03-25 | Update to 8.7.1 | Michael Lass | |
2018-03-08 | Update to 8.7.0 | Michael Lass | |
2018-03-06 | Update to 8.6.3 | Michael 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-25 | Update to 8.6.0 | Michael Lass | |
Also remove some dependencies and the libssl symlink workaround. eagle should ship with everything that is needed. | |||
2018-01-10 | Update to 8.5.2 | Michael 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-14 | Update to 8.5.0 | Michael Lass | |
2017-11-30 | Update to 8.4.3 | Michael Lass | |
2017-10-31 | Update to 8.4.1 | Michael Lass | |
2017-10-18 | Update to 8.4.0 | Michael Lass | |
2017-09-10 | Update to 8.3.2 | Michael Lass | |
2017-08-29 | Fix broken link to provided libssl | Michael Lass | |
2017-08-17 | Update to 8.3.1 | Michael Lass | |
2017-08-09 | Update to 8.3.0 | Michael Lass | |
2017-08-04 | Add qt5-webengine as dependency | Michael Lass | |
qt5-webengine is required and makes a lot of other dependencies unnecessary. | |||
2017-06-18 | Update to 8.2.2 | Michael Lass | |
2017-05-23 | Update to 8.2.1 | Michael Lass | |
2017-05-11 | Update to 8.2.0 | Michael Lass | |
Also avoid dependency on libselinux as suggested by mxr. We will have to see if this works reliably for everybody. | |||
2017-04-18 | Update to 8.1.1 | Michael Lass | |
2017-03-15 | Update to 8.1.0 | Michael Lass | |
2017-02-26 | Update to 8.0.2 | Michael Lass | |
2017-02-11 | Update to 8.0.1 | 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… | |||
2016-10-11 | Update to 7.7.0 | Michael Lass | |
2016-05-20 | Update to 7.6.0 | Michael Lass | |
Also remove .install file as this is now handled by pacman hooks. | |||
2015-11-17 | Update to ver. 7.5.0 | Michael Lass | |