| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-07 | Install base-devel, autoconf on Appveyor | Vedang Manerikar | |
| Since 6th Jan, 2022, builds on Appveyor are failing because they cannot find `autoreconf`[1][2]. This should be implemented from `base-devel`, but even with `base-devel` available the builds are failing. Adding an explicit require on `autoconf` in the hope that this is fixed. 1: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114287 2: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42101965 Relates to: #68 | |||
| 2022-01-03 | Add Void Linux OS and package manager to autobuild script | goiabae | |
| Very simple addition to the autobuild script to include the xbps package manager and Void Linux. Closes: politza#685 | |||
| 2022-01-03 | Fix: error when using autobuild on Gentoo | borgorworgor | |
| This fixes `autobuild` failing on Gentoo if the user hasn't compiled `dev-util/pkgconf`[1]. Autobuild fails due to the removed[2] repository `dev-util/pkgconfig`. The new name is now `dev-util/pkgconf`. 1: https://packages.gentoo.org/packages/dev-util/pkgconf 2: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg93072.html Closes: politza#695, politza#693 | |||
| 2022-01-03 | Fix: use correct multiversion package syntax on OpenBSD | Timo Myyrä | |
| OpenBSD pkg_add(1) uses `package%version` syntax to specify which version of the package to use when there are multiple versions packaged. Use it for `autoconf` and `automake`. Closes: politza#696 | |||
| 2021-11-10 | fix: use POSIX standard builtin to search PATH | Jacob Vallejo | |
| Rather than iterating over paths to find a given executable, use the POSIX standard builtin `command` [1]. [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html Signed-off-by: Jacob Vallejo <jake@jahkeup.com> | |||
| 2021-11-10 | fix: handle alternative paths to sh | Jacob Vallejo | |
| Fixes #8 Signed-off-by: Jacob Vallejo <jake@jahkeup.com> | |||
| 2021-05-30 | Clean up the test code to check if poppler is properly installed | Vedang Manerikar | |
| Create an explicit test file which can be compiled by c++. This commit should have been part of d435a40 and extends the change made there. | |||
| 2021-05-30 | Clean existing artifacts when executing `pdf-tools-install` | Vedang Manerikar | |
| Ensure that existing .o files are deleted properly. Fixes #16 and politza/pdf-tools#663 | |||
| 2021-05-30 | Use c++ instead of cc to avoid dependency reinstall | Vedang Manerikar | |
| The deps have already been installed, but the cc step fails so the script doesn't realize this. Closes #17 | |||
| 2021-02-21 | Prevent apt-get from requesting confirmation | pancho horrillo | |
| Fixes https://github.com/hlissner/doom-emacs/issues/3244 Thanks! | |||
| 2019-11-26 | Fix typos | Damien Cassou | |
| Typos found with codespell. | |||
| 2019-04-18 | autobuild: fix finding libffi; fixes #480 | Sean Farley | |
| Since Homebrew install libffi as keg-only (meaning it's not linked into /usr/local) we need to manually set the path (which has a convenient command from brew). | |||
| 2019-03-08 | Fix return value | Andreas Politz | |
| 2019-03-01 | Support Macports in server/autobuild | Robert Irelan | |
| 2019-02-20 | Use function handling --os argument and case | Andreas Politz | |
| 2019-02-20 | Add the ability to specify which installer to use | Mohammed Yaseen Mowzer | |
| This is useful when you have two installers on the same machine (e.g. pacman and nix-shell) and you want to choose between one of them. | |||
| 2018-12-23 | Check whether Homebrew is installed | Mario Rodas | |
| 2018-12-14 | Move nixos down the list of tested OS | Andreas Politz | |
| 2018-04-21 | Fix whitespace | Andreas Politz | |
| 2018-04-03 | Add the missing function call | wsg | |
| 2018-02-09 | Enable building in OpenBSD | wsg | |
| 2017-09-15 | Add pkgconfig package to gentoo | Andreas Politz | |
| 2017-09-15 | Adds gentoo support | Andreas Politz | |
| 2017-09-14 | Give a more meaningful message | Andreas Politz | |
| 2017-09-14 | *** empty log message *** | Andreas Politz | |
| 2017-09-14 | Fix whitespace | Andreas Politz | |
| 2017-09-14 | Copy dlls on Windows | Andreas Politz | |
| 2017-09-14 | Adds check for poppler private header | Andreas Politz | |
| 2017-09-14 | Use pkg-config exists flag | Andreas Politz | |
| 2017-09-13 | Implement skip/force of package installation | Andreas Politz | |
| 2017-09-13 | Remove autobuild default target feature | Andreas Politz | |
| 2017-09-13 | Continue the autobuild even if OS is'nt recognized | Andreas Politz | |
| 2017-09-12 | Improve code formatting | Andreas Politz | |
| 2017-09-12 | Fix some comments/docu | Andreas Politz | |
| 2017-09-12 | Avoid an error, if installing into the build directory | Andreas Politz | |
| 2017-09-12 | Overhaul of autobuild script | Andreas Politz | |
| 2017-09-11 | Change autobuild semantics | Andreas Politz | |
| Provide a --os-test flag, which will produce only error messages. Remove the --dry-run flag. | |||
| 2017-09-10 | Adapt recursive shells when dry running | Andreas Politz | |
| 2017-09-10 | Fix incorrect use of variable expansion | Andreas Politz | |
| su -c requires exactly one argument, while $@ expands into a list of them. | |||
| 2017-09-10 | Remove useless condition | Andreas Politz | |
| 2017-09-10 | Reorder systems tried in autobuild | Andreas Politz | |
| 2017-09-10 | Adds --dry-run option to autobuild + some formatting | Andreas Politz | |
| 2017-09-10 | Fix incorrect autobuild return value | Andreas Politz | |
| 2017-09-10 | autobuild in the correct directory | Andreas Politz | |
| 2017-09-10 | Comments and formatting only | Andreas Politz | |
| 2017-09-10 | Adds autobuild script | Andreas Politz | |
| This script is able to install the server dependencies on a variety of systems. | |||
