<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.8.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-06-25T12:21:13Z</updated>
<entry>
<title>tools: keep the log of translation extraction</title>
<updated>2018-06-25T12:21:13Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-24T22:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f61ac686fd3642d81576849bceedd6c86fa934e2'/>
<id>urn:sha1:f61ac686fd3642d81576849bceedd6c86fa934e2</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: Use the correct library name, libftdi1</title>
<updated>2018-06-22T09:47:58Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2018-06-18T20:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=207c752396e041f2c90d1a9fcb300272aeae74e6'/>
<id>urn:sha1:207c752396e041f2c90d1a9fcb300272aeae74e6</id>
<content type='text'>
The library name is actually libftdi1 , not libftdi.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>build-system: Use a list instead of string + regexp</title>
<updated>2018-06-22T09:47:58Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2018-06-18T20:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1157ad3faf7e1631dcf8e037f50d6a5e350662f2'/>
<id>urn:sha1:1157ad3faf7e1631dcf8e037f50d6a5e350662f2</id>
<content type='text'>
There are actually more datatypes in bash than just strings. One can for
example hold a list of strings in a list, and use that to keep track of
what we're expected to do.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>build-system: Don't fail if tarball is there but no dir</title>
<updated>2018-06-22T09:47:58Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2018-06-18T20:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c4bf9e6d6e4f890b431cf50c91a58970c38e666c'/>
<id>urn:sha1:c4bf9e6d6e4f890b431cf50c91a58970c38e666c</id>
<content type='text'>
The previous code assumed everything was good to go if just the tar ball
was there, but if it wasn't unpacked, it all went sideways.

This makes it more robust and to actually handle that the tarball might
just be there.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>build-system: Cleanup script with shellcheck</title>
<updated>2018-06-22T09:47:58Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2018-06-18T19:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5f4006ae4f875cc6bdbc505de7816e7dce2eade0'/>
<id>urn:sha1:5f4006ae4f875cc6bdbc505de7816e7dce2eade0</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
</content>
</entry>
<entry>
<title>Travis: build mobile on Linux with newer gcc</title>
<updated>2018-06-17T21:32:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-17T11:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fca06fd865688012403dc2013689bdd9c784d342'/>
<id>urn:sha1:fca06fd865688012403dc2013689bdd9c784d342</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: add another Kirigami hack</title>
<updated>2018-06-17T21:32:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-16T20:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0b16b547ae2aefb169e5221f103865e1c39a58fc'/>
<id>urn:sha1:0b16b547ae2aefb169e5221f103865e1c39a58fc</id>
<content type='text'>
We want to be able to roll our own banner image, logo, title, and other
information in the GlobalDrawer - but Kirigami adds an ugly margin
around that. This attempts to remove that margin (but for some reason
there is still a margin on the left side).

This requires the patch command to be installed, but because of the
context sensitivity of the changes, I couldn't figure out how to do
this with sed or perl (which we already require).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: update to newer Kirigami</title>
<updated>2018-06-17T21:32:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-16T10:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1501c8fbc7c783e5ee716ace872565774644317d'/>
<id>urn:sha1:1501c8fbc7c783e5ee716ace872565774644317d</id>
<content type='text'>
This seems equally stable to what we have and doesn't appear to
introduce any new breakage.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: use common code to download tarballs</title>
<updated>2018-06-17T11:41:38Z</updated>
<author>
<name>Murillo Bernardes</name>
<email>mfbernardes@gmail.com</email>
</author>
<published>2018-06-17T07:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c64f421006a4ecefa5624c33f742eeeef1d47aa2'/>
<id>urn:sha1:c64f421006a4ecefa5624c33f742eeeef1d47aa2</id>
<content type='text'>
Signed-off-by: Murillo Bernardes &lt;mfbernardes@gmail.com&gt;
</content>
</entry>
<entry>
<title>build-system: avoid checkout when unneeded</title>
<updated>2018-06-16T23:25:59Z</updated>
<author>
<name>Murillo Bernardes</name>
<email>mfbernardes@gmail.com</email>
</author>
<published>2018-06-16T16:27:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7d92f5f8115b53fdca918f847d863ef3701976d1'/>
<id>urn:sha1:7d92f5f8115b53fdca918f847d863ef3701976d1</id>
<content type='text'>
Checkout only if current checked out version differs from
expected.

Signed-off-by: Murillo Bernardes &lt;mfbernardes@gmail.com&gt;
</content>
</entry>
</feed>
