<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/toolchain, branch v5.78.0-rc1</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Consider local fastlane image assets</title>
<updated>2020-12-28T14:55:08+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-24T14:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=18c0cc795fbf659350b23a5d61bf421f1fb1fda8'/>
<id>18c0cc795fbf659350b23a5d61bf421f1fb1fda8</id>
<content type='text'>
This adds support for image assets not represented in the appstream data,
such as the banner image for the F-Droid app, and it allows to override
appstream screenshots by local ones. The latter is e.g. used by KTrip
which provides Android-specific screenshots that way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for image assets not represented in the appstream data,
such as the banner image for the F-Droid app, and it allows to override
appstream screenshots by local ones. The latter is e.g. used by KTrip
which provides Android-specific screenshots that way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve the rich-text subset supported by F-Droid</title>
<updated>2020-12-24T10:54:45+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-18T16:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=11ecd86909bd28269ab158c8b291a38e905aea3c'/>
<id>11ecd86909bd28269ab158c8b291a38e905aea3c</id>
<content type='text'>
This should improve the alignment issues currently seen in bullet point
lists that we use frequently in the description text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should improve the alignment issues currently seen in bullet point
lists that we use frequently in the description text.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump required cmake version for Android.cmake</title>
<updated>2020-12-20T14:32:42+00:00</updated>
<author>
<name>Johnny Jazeix</name>
<email>jazeix@gmail.com</email>
</author>
<published>2020-12-20T14:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3f466f67e15bb285b7041a0b6b85d72ffb98e059'/>
<id>3f466f67e15bb285b7041a0b6b85d72ffb98e059</id>
<content type='text'>
BUG: 424392
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 424392
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically detect plugin lib deps on Android</title>
<updated>2020-12-19T13:38:10+00:00</updated>
<author>
<name>Gabriel Souza Franco</name>
<email>gabrielfrancosouza@gmail.com</email>
</author>
<published>2020-11-25T15:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f493041ad039867bb24a4259657acf3f3d522dfe'/>
<id>f493041ad039867bb24a4259657acf3f3d522dfe</id>
<content type='text'>
This makes use of the CMake 3.19 DEFER command to list all MODULE
targets after processing the toplevel CMakeLists. This allows us to
collect required dependencies of all plugins without changes to the
application. For example, this will fix Okular not including Poppler
because it is only linked from the plugin, thus not being able to
actually read PDFs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes use of the CMake 3.19 DEFER command to list all MODULE
targets after processing the toplevel CMakeLists. This allows us to
collect required dependencies of all plugins without changes to the
application. For example, this will fix Okular not including Poppler
because it is only linked from the plugin, thus not being able to
actually read PDFs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errors in python code, found by pylama in a strict CI</title>
<updated>2020-12-13T10:51:10+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2020-12-13T10:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1c9ca43e12a9c09c94b87d1c494823b3c5d7798a'/>
<id>1c9ca43e12a9c09c94b87d1c494823b3c5d7798a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if file exists before removing the fastlane archive</title>
<updated>2020-12-10T19:37:24+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-10T19:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f3a196c93ec3aab3de3ccbfa22c4f97b9a7c736d'/>
<id>f3a196c93ec3aab3de3ccbfa22c4f97b9a7c736d</id>
<content type='text'>
Locally unlink() seems to work just fine on non-existent files, but on
binary factory that seems to be different for some reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Locally unlink() seems to work just fine on non-existent files, but on
binary factory that seems to be different for some reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean image folder and archive file before downloading/generating those</title>
<updated>2020-12-10T16:33:38+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-10T16:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=30728f107579f8706a4f3e644465d1bcc1a6504f'/>
<id>30728f107579f8706a4f3e644465d1bcc1a6504f</id>
<content type='text'>
This matters when reusing output folders (as binary factory does for
example), as we then retain outdated screenshots and just keep adding
files to an already existing fastlane archive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matters when reusing output folders (as binary factory does for
example), as we then retain outdated screenshots and just keep adding
files to an already existing fastlane archive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retain screenshot order from the appstream file</title>
<updated>2020-12-08T16:44:01+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-08T16:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=712ec9b2570d84deb2b65cdc15a1617f1c0c3a5c'/>
<id>712ec9b2570d84deb2b65cdc15a1617f1c0c3a5c</id>
<content type='text'>
Also, check for the HTTP status code, so we don't end up with 404 error
messages in image files here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, check for the HTTP status code, so we don't end up with 404 error
messages in image files here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail if we haven't found any categories</title>
<updated>2020-12-05T09:26:52+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-05T09:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a99a6cd7cb8927b6741995070f207de84d7ee6ea'/>
<id>a99a6cd7cb8927b6741995070f207de84d7ee6ea</id>
<content type='text'>
This should fix the Okular build failure on binary factory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix the Okular build failure on binary factory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix category extraction from desktop files</title>
<updated>2020-12-04T15:31:57+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-12-04T15:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=69e1245d184bc6f0c7beb39407deb5cbb39e812b'/>
<id>69e1245d184bc6f0c7beb39407deb5cbb39e812b</id>
<content type='text'>
This broke the builds for apps not having categories in their appstream
files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This broke the builds for apps not having categories in their appstream
files.
</pre>
</div>
</content>
</entry>
</feed>
