<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging, branch v5.0.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v5.0.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2021-02-17T17:07:20Z</updated>
<entry>
<title>build-system: don't check dependencies when creating Ubuntu package</title>
<updated>2021-02-17T17:07:20Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-02-17T17:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=74021afd97c572a0ba35da1093c276db38826627'/>
<id>urn:sha1:74021afd97c572a0ba35da1093c276db38826627</id>
<content type='text'>
There is no reason to check that on the system that is simply used to
submit the package to Launchpad.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: compile stats code on mobile OSs</title>
<updated>2021-01-10T23:16:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-08T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b40354c7f28676d011de35e49b178d9aa789bbc7'/>
<id>urn:sha1:b40354c7f28676d011de35e49b178d9aa789bbc7</id>
<content type='text'>
Android and iOS use qmake, so add the code to the .pro file.
This also removes all remnants of QCharts includes and uses and all the
references to QCharts in our various build systems.

That was a brief but extremely useful detour.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system/Windows: package the QtCharts QML resources</title>
<updated>2021-01-03T21:56:05Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2021-01-03T21:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=814b2dd65fa2bc3dcf7cbd444829e522ce5569ca'/>
<id>urn:sha1:814b2dd65fa2bc3dcf7cbd444829e522ce5569ca</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: fix typo</title>
<updated>2020-12-30T18:40:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T18:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=12d1b54546a45cdb88a0b26042ec45d6a99c57c9'/>
<id>urn:sha1:12d1b54546a45cdb88a0b26042ec45d6a99c57c9</id>
<content type='text'>
Sorry about that.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: update OBS spec file</title>
<updated>2020-12-30T17:19:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T17:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fd85752cd0e251dc0f9214c37f4644b310cfc823'/>
<id>urn:sha1:fd85752cd0e251dc0f9214c37f4644b310cfc823</id>
<content type='text'>
Contrary to the Launchpad builds, OBS isn't actually using the spec file that
is included in the Subsurface source but instead maintains its own.

So this is just updating to the version that has been tracked over there,
mostly for reference.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>build-system: fix Launchpad packaging</title>
<updated>2020-12-30T17:19:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T17:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c22dd07c4deb33bab82e9204024030bacde6358c'/>
<id>urn:sha1:c22dd07c4deb33bab82e9204024030bacde6358c</id>
<content type='text'>
There are just so many places where I need to remember to update the package
lists. Turns out I had forgotten to add libmtp to the Linux builds when we
add the Garmin Descent mk2 support...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: remove obsolete macOS packaging files</title>
<updated>2020-12-30T16:57:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T01:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8ae326c268cae78668bb60c246d95050c2956c3c'/>
<id>urn:sha1:8ae326c268cae78668bb60c246d95050c2956c3c</id>
<content type='text'>
Several of these stem back from when Subsurface was a Gtk2 app.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: remove obsolete iOS packaging files</title>
<updated>2020-12-30T16:57:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T01:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=428118ae92867698639d560d2ab7bf49c2839652'/>
<id>urn:sha1:428118ae92867698639d560d2ab7bf49c2839652</id>
<content type='text'>
These have all been replaced with the current build process.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>cleanup: remove obsolete Android scripts</title>
<updated>2020-12-30T16:57:12Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-30T01:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4ebd8485f480bbbb78029556c5e032333c3d6311'/>
<id>urn:sha1:4ebd8485f480bbbb78029556c5e032333c3d6311</id>
<content type='text'>
These have all been replaced with the current qmake based build process.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>update Windows README</title>
<updated>2020-12-29T21:39:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-12-29T20:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7c84e3de0572ff30180df258d4ca4a451e77fe2e'/>
<id>urn:sha1:7c84e3de0572ff30180df258d4ca4a451e77fe2e</id>
<content type='text'>
Pointing at the current build container.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
