<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts, branch v4.8.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/scripts?h=v4.8.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/scripts?h=v4.8.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-09-29T19:09:11Z</updated>
<entry>
<title>build-system: fix appdata creation</title>
<updated>2018-09-29T19:09:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-29T17:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b80fd26e81d5de5c3b6871a565e8f7449df16bc5'/>
<id>urn:sha1:b80fd26e81d5de5c3b6871a565e8f7449df16bc5</id>
<content type='text'>
The pipe in the  execution apparently didn't fail, so the date wasn't set
when building from a tar file.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "QML UI: newer Kirigami and fallout"</title>
<updated>2018-09-28T21:53:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T21:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a5db03c2b32115b14e4b83501a0771b186d87913'/>
<id>urn:sha1:a5db03c2b32115b14e4b83501a0771b186d87913</id>
<content type='text'>
Turns out that Jan found an issue with the latest Kirigami, so let's go back to
the known good one.

This reverts commit 17ec95e70c3ae58d505b8c3cbbaf6815186b93cb.

Suggested-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Revert "build-system: fix kirigami.pri for iOS build"</title>
<updated>2018-09-28T21:51:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-28T21:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e99df4af2cf9d5a94797107b8e221b7dbe89ea78'/>
<id>urn:sha1:e99df4af2cf9d5a94797107b8e221b7dbe89ea78</id>
<content type='text'>
Turns out that Jan found an issue with the latest Kirigami, so let's go back to
the known good one.

This reverts commit 40766db459b219ef6a9b861593ac6e7b71519ec6.

Suggested-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: fix kirigami.pri for iOS build</title>
<updated>2018-09-27T17:44:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-27T16:05:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=40766db459b219ef6a9b861593ac6e7b71519ec6'/>
<id>urn:sha1:40766db459b219ef6a9b861593ac6e7b71519ec6</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>QML UI: newer Kirigami and fallout</title>
<updated>2018-09-27T15:42:47Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-09-27T13:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=17ec95e70c3ae58d505b8c3cbbaf6815186b93cb'/>
<id>urn:sha1:17ec95e70c3ae58d505b8c3cbbaf6815186b93cb</id>
<content type='text'>
Update to the master of today, and no issues detected on mobile-on-desktop
and Android.

Only, the ugly border is back as the magic hack of 0b16b547ae2aefb1 failed
due to the patch file that errored. So that is fixed too.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>build-system: fix appdata creation on OBS</title>
<updated>2018-09-20T17:02:54Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-20T13:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=83079c92df866f0eda09cfef6cf9d3d90782d2b5'/>
<id>urn:sha1:83079c92df866f0eda09cfef6cf9d3d90782d2b5</id>
<content type='text'>
Build systems that run from tar balls and not git fail to create valid
.appdata.xml This solves the problem for tar balls that we create for
OBS via our own make-package script. It doesn't solve the problem for
Arch or Gentoo who I believe take our tar files created via git archive.
One way to fix this would be to change the process by which I create
those tar files, I guess.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: don't modify a file under git control</title>
<updated>2018-09-15T22:51:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-15T14:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=26d8beb7668d88124a954c163de9b1ce1b082c39'/>
<id>urn:sha1:26d8beb7668d88124a954c163de9b1ce1b082c39</id>
<content type='text'>
Instead of editing appdata/subsurface.appdata.xml in place, switch to our usual
pattern of modifying a .in file and add the resulting file to .gitignore.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mac: hard code macosx-version-min as 10.11, regardless of available SDKs</title>
<updated>2018-09-13T16:26:44Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-13T04:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d94f81362396c864e34e993231a522d7cac394e4'/>
<id>urn:sha1:d94f81362396c864e34e993231a522d7cac394e4</id>
<content type='text'>
This should never be wrong, and should avoid the warnings on Travis.

Fixes #1654

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: build export-html on Mac and Linux</title>
<updated>2018-09-10T02:52:14Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-09-09T18:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dc68c3e7bda69aa2d872e4f76c33687ec84eea3a'/>
<id>urn:sha1:dc68c3e7bda69aa2d872e4f76c33687ec84eea3a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix appdata</title>
<updated>2018-09-10T01:43:30Z</updated>
<author>
<name>Alexander Wilms</name>
<email>f.alexander.wilms@gmail.com</email>
</author>
<published>2018-09-03T20:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bcf568586de30be23bd5ff37746b6b4eb1140167'/>
<id>urn:sha1:bcf568586de30be23bd5ff37746b6b4eb1140167</id>
<content type='text'>
Use correct format, create script to update the version and release date in the
appdata.

[Dirk Hohndel: call said script during the build process]

Signed-off-by: Alexander Wilms &lt;f.alexander.wilms@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
