<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.77.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>clang-format: No space before initializer list</title>
<updated>2020-12-04T20:30:12+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-11-23T19:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=760a013c3ff553b23d456c7787ed76981ec5142f'/>
<id>760a013c3ff553b23d456c7787ed76981ec5142f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://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>
<entry>
<title>Define install dir variable for file templates</title>
<updated>2020-12-01T20:21:54+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-11-24T21:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=884381e9800ef6e74f37648362493c94b131b151'/>
<id>884381e9800ef6e74f37648362493c94b131b151</id>
<content type='text'>
Just like the app templates the file templates have a specific install
location.

Also the KTEMPLATESDIR is only used as a fallback, because it suggests
that all templates are in that dir, which is not true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just like the app templates the file templates have a specific install
location.

Also the KTEMPLATESDIR is only used as a fallback, because it suggests
that all templates are in that dir, which is not true.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fastlane metadata generation for Android builds</title>
<updated>2020-12-01T16:01:57+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-11-02T16:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=861d92376549db69848ffbcb7b1af1ed828e82a6'/>
<id>861d92376549db69848ffbcb7b1af1ed828e82a6</id>
<content type='text'>
This is currently done on the signing machines as part of the F-Droid
nightly pipeline, but should rather happen as part of the build process
in the future.

Compared to the binary factory script this has a few extensions already:
- Besides recovering information from APKs we can now consume appdata
  files directly, or scan the entire source dir.
- Screenshots from appdata files are downloaded.
- The 'x-test' language is ignored.
- Donation and translation information are added.
- Add links to the source code repository, if we can determine that.

The result is put into a single archive per APK, so we can easily transfer
that to the signing machine via Jenkins alongside the APK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is currently done on the signing machines as part of the F-Droid
nightly pipeline, but should rather happen as part of the build process
in the future.

Compared to the binary factory script this has a few extensions already:
- Besides recovering information from APKs we can now consume appdata
  files directly, or scan the entire source dir.
- Screenshots from appdata files are downloaded.
- The 'x-test' language is ignored.
- Donation and translation information are added.
- Add links to the source code repository, if we can determine that.

The result is put into a single archive per APK, so we can easily transfer
that to the signing machine via Jenkins alongside the APK.
</pre>
</div>
</content>
</entry>
<entry>
<title>(Qt)WaylandScanner: Properly mark files as SKIP_AUTOMOC</title>
<updated>2020-11-18T15:17:36+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2020-11-18T15:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=12e0189931fc47378b0330e0b910d3fdf9132442'/>
<id>12e0189931fc47378b0330e0b910d3fdf9132442</id>
<content type='text'>
Have the C counterpart take care of the C files and the C++ for the C++
files.
Don't forget to skip the server C implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have the C counterpart take care of the C files and the C++ for the C++
files.
Don't forget to skip the server C implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix updating of apptemplate tars</title>
<updated>2020-11-16T16:33:34+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-11-16T16:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b9d0276c0f605c950cc739eafbdad9cc3f4ece6a'/>
<id>b9d0276c0f605c950cc739eafbdad9cc3f4ece6a</id>
<content type='text'>
With this MR cmake gets rerun when the dirs/subdirs of the template change.

And by setting the `DEPENDS` property of the tar command to this list of the dirs/subdirs of the template we ensure that the command gets executed whenever the files change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this MR cmake gets rerun when the dirs/subdirs of the template change.

And by setting the `DEPENDS` property of the tar command to this list of the dirs/subdirs of the template we ensure that the command gets executed whenever the files change.
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade ECM version to 5.77.0.</title>
<updated>2020-11-16T09:06:28+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-11-16T09:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=90083fc673db9fa75714ca6b58c2f5d78454e016'/>
<id>90083fc673db9fa75714ca6b58c2f5d78454e016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make androiddeployqt find libraries and QML plugins without installation</title>
<updated>2020-11-01T10:30:10+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2020-10-24T15:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2135cbdfa6da743f32f3d03b0661313caecc7b16'/>
<id>2135cbdfa6da743f32f3d03b0661313caecc7b16</id>
<content type='text'>
This matters for libraries in the same repository as the application that
also have an AAR that needs to be integrated, as well as QML plugins. For
this to work we need to consider the build directory as a search prefix,
and produce the exact directory layout there that androiddeployqt expects.

For libraries this is then almost transparent for the application build
system, the only thing that needs to be taken care of manually is putting
the corresponding -android-dependencies.xml file into the right place in
the build dir as well. A macro wrapping that might be an option to
centralize that logic here as well in the future.

For QML plugins this is transparent if you have them set up to work without
installation already anyway, otherwise that setup has to be done for this
to work.

Example: https://invent.kde.org/pim/itinerary/-/merge_requests/28

https://invent.kde.org/frameworks/knotifications/-/merge_requests/12 would
presumably also need this (not tested yet).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matters for libraries in the same repository as the application that
also have an AAR that needs to be integrated, as well as QML plugins. For
this to work we need to consider the build directory as a search prefix,
and produce the exact directory layout there that androiddeployqt expects.

For libraries this is then almost transparent for the application build
system, the only thing that needs to be taken care of manually is putting
the corresponding -android-dependencies.xml file into the right place in
the build dir as well. A macro wrapping that might be an option to
centralize that logic here as well in the future.

For QML plugins this is transparent if you have them set up to work without
installation already anyway, otherwise that setup has to be done for this
to work.

Example: https://invent.kde.org/pim/itinerary/-/merge_requests/28

https://invent.kde.org/frameworks/knotifications/-/merge_requests/12 would
presumably also need this (not tested yet).
</pre>
</div>
</content>
</entry>
<entry>
<title>find-modules/FindReuseTool.cmake - Fix finding reuse tool</title>
<updated>2020-10-31T19:58:24+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2020-10-31T19:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f1bf6bd813bebb2d95cdfb404bc5406be87814ae'/>
<id>f1bf6bd813bebb2d95cdfb404bc5406be87814ae</id>
<content type='text'>
I had reuse installed but it wasn't being found. Now it is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had reuse installed but it wasn't being found. Now it is.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve default formatting options</title>
<updated>2020-10-23T11:44:48+00:00</updated>
<author>
<name>Christoph Cullmann</name>
<email>cullmann@kde.org</email>
</author>
<published>2020-08-11T16:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a670c57c193c8632bd6d12bdf1afd237b5d753a3'/>
<id>a670c57c193c8632bd6d12bdf1afd237b5d753a3</id>
<content type='text'>
1) remove AlignTrailingComments: true

=&gt; this avoids multiline comment changes if e.g. one longer member/variable is added with comments behind it

2) add AllowShortLambdasOnASingleLine: Empty

=&gt; avoid the uglification of lambdas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) remove AlignTrailingComments: true

=&gt; this avoids multiline comment changes if e.g. one longer member/variable is added with comments behind it

2) add AllowShortLambdasOnASingleLine: Empty

=&gt; avoid the uglification of lambdas
</pre>
</div>
</content>
</entry>
</feed>
