summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2022-01-07Install base-devel, autoconf on AppveyorVedang 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-03Add Void Linux OS and package manager to autobuild scriptgoiabae
Very simple addition to the autobuild script to include the xbps package manager and Void Linux. Closes: politza#685
2022-01-03Fix: error when using autobuild on Gentooborgorworgor
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-03Fix: use correct multiversion package syntax on OpenBSDTimo 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
2022-01-03Minor language correction: it's -> itsVedang Manerikar
The correct possessive with it is "its", not "it's". Closes: politza#689
2021-11-10fix: use POSIX standard builtin to search PATHJacob 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-10fix: handle alternative paths to shJacob Vallejo
Fixes #8 Signed-off-by: Jacob Vallejo <jake@jahkeup.com>
2021-05-30Clean up the test code to check if poppler is properly installedVedang 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-30Update all the docker template filesVedang Manerikar
This work is part of the effort to fix the `test-all` Make target. When I complete all the work, I will update the relevant Circle CI scripts to run these tests as well. Note also that I personally use podman instead of docker, so I'm replacing docker with podman in the scripts. Someday, I might find a clever way to let both co-exist
2021-05-30Clean 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-30Use c++ instead of cc to avoid dependency reinstallVedang Manerikar
The deps have already been installed, but the cc step fails so the script doesn't realize this. Closes #17
2021-02-21Prevent apt-get from requesting confirmationpancho horrillo
Fixes https://github.com/hlissner/doom-emacs/issues/3244 Thanks!
2021-02-21Fix typosJonas Bernoulli
2020-04-27Fix typosJonas Bernoulli
2019-12-28Adapt to changes in synctex APIAndreas Politz
2019-12-28Use Synctex 1.21Andreas Politz
2019-12-28Prepare for update of synctexAndreas Politz
2019-11-26Fix typosDamien Cassou
Typos found with codespell.
2019-04-18autobuild: fix finding libffi; fixes #480Sean 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-08Fix return valueAndreas Politz
2019-03-01Support Macports in server/autobuildRobert Irelan
2019-02-20Use function handling --os argument and caseAndreas Politz
2019-02-20Add the ability to specify which installer to useMohammed 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-23Check whether Homebrew is installedMario Rodas
2018-12-21Update versionAndreas Politz
2018-12-14Merge branch 'master' of github.com:politza/pdf-toolsAndreas Politz
2018-12-14Move nixos down the list of tested OSAndreas Politz
2018-12-10Update name of GooString::getCString to GooString::c_strJustin Burkett
See upstream poppler commit: https://cgit.freedesktop.org/poppler/poppler/commit/goo/GooString.h?id=817b0f12453985c416a0388cdd4a09697d092b7f
2018-04-27Revert change regarding const'ness and use casts insteadAndreas Politz
Implement the originally proposed fix.
2018-04-22Add another missing const qualifierAndreas Politz
2018-04-22Resolve const'ness of some variablesAndreas Politz
2018-04-21Fix whitespaceAndreas Politz
2018-04-03Add the missing function callwsg
2018-02-09Enable building in OpenBSDwsg
2017-10-13Link against shlwapi on windows systemsAndreas Politz
2017-10-07Add automake conditional detecting msys2 systemsAndreas Politz
2017-09-18Revert incorrect previous change and use the old methodAndreas Politz
Discard synctex's stdout by redefining printf as before.
2017-09-18Mute synctex library's stdoutAndreas Politz
2017-09-18Improve naming of hidden, temporary variableAndreas Politz
2017-09-18Updated synctex parser from upstreamAndreas Politz
2017-09-18Add target for updating synctex sources from upstreamAndreas Politz
2017-09-15Add pkgconfig package to gentooAndreas Politz
2017-09-15Adds gentoo supportAndreas Politz
2017-09-14Add test of installed packages recognitionAndreas Politz
2017-09-14Give a more meaningful messageAndreas Politz
2017-09-14*** empty log message ***Andreas Politz
2017-09-14Fix whitespaceAndreas Politz
2017-09-14Copy dlls on WindowsAndreas Politz
2017-09-14Run docker tests from a scriptAndreas Politz
2017-09-14Adds check for poppler private headerAndreas Politz