<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/packaging/macosx/sign, branch v4.5.97</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.5.97</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.5.97'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2016-08-18T04:44:31Z</updated>
<entry>
<title>scripts: run all scripts with -e</title>
<updated>2016-08-18T04:44:31Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-08-17T19:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=04d8d7cb13286d763b0078c53e3671352c94b1c6'/>
<id>urn:sha1:04d8d7cb13286d763b0078c53e3671352c94b1c6</id>
<content type='text'>
Run all scripts with -e so they exit as soon as something breaks. That
way the build stops at the first error, not some other error.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>updated build scripts for Mac</title>
<updated>2016-06-11T17:37:30Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-06-05T17:55:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=818031e604a4b6c8764db34b3346e3a1bf9b95be'/>
<id>urn:sha1:818031e604a4b6c8764db34b3346e3a1bf9b95be</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update Mac bundle build &amp; sign scripts</title>
<updated>2015-11-08T23:34:15Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-11-08T23:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f66e3a4489b0739ca5ca1e1ebc7f26617f5f4017'/>
<id>urn:sha1:f66e3a4489b0739ca5ca1e1ebc7f26617f5f4017</id>
<content type='text'>
These are mostly a convenience for me, they'd obviously have to be updated for
someone else trying to use them.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small tweaks to the Mac package making scripts</title>
<updated>2015-01-03T06:26:36Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-02T23:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3212bfdf99cfed7f0ee26ec9536ece76ca090b23'/>
<id>urn:sha1:3212bfdf99cfed7f0ee26ec9536ece76ca090b23</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update my Mac packaging scripts for Qt5</title>
<updated>2014-08-05T05:54:02Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-08-05T05:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c477f56029096b207e5da811989aefb885dae799'/>
<id>urn:sha1:c477f56029096b207e5da811989aefb885dae799</id>
<content type='text'>
I have no idea why libmarble isn't handled correctly by macdeployqt...

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Improve signing script, adjust flags for gcc-4.2</title>
<updated>2013-12-20T04:42:59Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-20T04:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a0b9daf63bfb0b5e7cd59806a9329382122dcac6'/>
<id>urn:sha1:a0b9daf63bfb0b5e7cd59806a9329382122dcac6</id>
<content type='text'>
On one of my machines codesign doesn't find my signing key by hash, but
does find it by name. Go figure.
Also on that same system (32bit Mac Mini with running Snow Leopard / 10.6)
gcc 4.2 doesn't support the -unused-result warning. So let's only turn
that on for more modern versions of gcc

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Tools to create nice signed DMG</title>
<updated>2013-12-15T19:22:57Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-12-15T19:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d3065d811ac6441fd0eaa64b17eade4335a5a366'/>
<id>urn:sha1:d3065d811ac6441fd0eaa64b17eade4335a5a366</id>
<content type='text'>
These are only useful for me, but having them in git makes my life so much
easier...

Instead of using macdeployqt to create my DMG I use the tool that I used for
Subsurface 3. This allows for much prettier DMG content as well.

Fixes #329

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