<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-tools.git/ci, branch dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/'/>
<entry>
<title>Install base-devel, autoconf on Appveyor</title>
<updated>2022-01-07T12:41:29+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2022-01-07T04:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=27da212d04dac062d59af09b49da6e9237c3a1b0'/>
<id>27da212d04dac062d59af09b49da6e9237c3a1b0</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Appveyor configs</title>
<updated>2021-10-04T05:10:50+00:00</updated>
<author>
<name>Jeremy Meng</name>
<email>jeremy.ymeng@gmail.com</email>
</author>
<published>2021-09-24T17:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=e8efff32f676a0b59f3bba3ef92c52f16b639c3e'/>
<id>e8efff32f676a0b59f3bba3ef92c52f16b639c3e</id>
<content type='text'>
- Use VS 2019 image
- Combine pacman install commands
- For some reason, OpenSSL dlls were not copied as dependencies. Update to copy
explicitly. Also remove previously workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use VS 2019 image
- Combine pacman install commands
- For some reason, OpenSSL dlls were not copied as dependencies. Update to copy
explicitly. Also remove previously workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Download missing dll files separately</title>
<updated>2021-04-11T18:03:16+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-04-11T16:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=e905af3941e3a9a004659bf54dc1f037930fa0f9'/>
<id>e905af3941e3a9a004659bf54dc1f037930fa0f9</id>
<content type='text'>
I'm making these changes based on reading through the output logs of
the Appveyor code, I don't have any understanding of how mingw64
works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm making these changes based on reading through the output logs of
the Appveyor code, I don't have any understanding of how mingw64
works.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install cask using git-clone</title>
<updated>2021-04-11T17:45:57+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-04-11T17:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=77f1fcf52c786bf97c128af57b5ec2b8cc2f4b35'/>
<id>77f1fcf52c786bf97c128af57b5ec2b8cc2f4b35</id>
<content type='text'>
The go script is deprecated and will be removed in a few months.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The go script is deprecated and will be removed in a few months.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Appveyor errors related to missing python2</title>
<updated>2021-04-11T17:45:57+00:00</updated>
<author>
<name>Vedang Manerikar</name>
<email>ved.manerikar@gmail.com</email>
</author>
<published>2021-04-11T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=1207e182edc4d41a40cd01e0af13bba4f8893b87'/>
<id>1207e182edc4d41a40cd01e0af13bba4f8893b87</id>
<content type='text'>
https://ci.appveyor.com/project/vedang/pdf-tools/builds/38649076
failed with `python2 not found`, which was the proposed fix in
politza/pdf-tools@628 . My guess is that `python2` now needs to be
explicitly installed in mingw64.

This commit adds an explicit dependency on `mingw-w64-x86_64-python2`
to test this.

Closes politza/pdf-tools@628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://ci.appveyor.com/project/vedang/pdf-tools/builds/38649076
failed with `python2 not found`, which was the proposed fix in
politza/pdf-tools@628 . My guess is that `python2` now needs to be
explicitly installed in mingw64.

This commit adds an explicit dependency on `mingw-w64-x86_64-python2`
to test this.

Closes politza/pdf-tools@628
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the Appveyor Cask installation script using 'python2'</title>
<updated>2021-02-21T10:27:30+00:00</updated>
<author>
<name>Jordan Wilson</name>
<email>jordan.t.wilson@gmx.com</email>
</author>
<published>2020-10-01T18:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=d3387c60e92cba0fec4a721de74e777725889443'/>
<id>d3387c60e92cba0fec4a721de74e777725889443</id>
<content type='text'>
... rather than 'python' (issues with Python 3 and Cask on Windows)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... rather than 'python' (issues with Python 3 and Cask on Windows)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add appveyor support</title>
<updated>2018-01-23T02:14:02+00:00</updated>
<author>
<name>Jeremy Meng</name>
<email>jeremy.ymeng@gmail.com</email>
</author>
<published>2018-01-21T05:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/pdf-tools.git/commit/?id=b23abfbf7ec1549c242b631722539c17595922ac'/>
<id>b23abfbf7ec1549c242b631722539c17595922ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
