<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.89.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>GIT_SILENT: add missing licences</title>
<updated>2021-12-02T06:14:53+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-12-02T06:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4047638680ab6c31618798cb20f26eac76dee20a'/>
<id>4047638680ab6c31618798cb20f26eac76dee20a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include QtVersionOption before all Qt5 find_package calls</title>
<updated>2021-12-01T07:53:28+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-11-30T16:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2f2062114c4312f669bd5d101bbd1ec083e4f5a7'/>
<id>2f2062114c4312f669bd5d101bbd1ec083e4f5a7</id>
<content type='text'>
This doesn't make all these modules actually work with Qt6 yet, but it
prevents them from unconditionally pulling in Qt5 in a Qt6 build.

This is useful in order to even be able to pass a CMake run to the
point one can port, test and debug the rest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't make all these modules actually work with Qt6 yet, but it
prevents them from unconditionally pulling in Qt5 in a Qt6 build.

This is useful in order to even be able to pass a CMake run to the
point one can port, test and debug the rest.
</pre>
</div>
</content>
</entry>
<entry>
<title>ECMGeneratePkgConfigFile: Add an URL parameter</title>
<updated>2021-11-30T21:35:20+00:00</updated>
<author>
<name>Heiko Becker</name>
<email>heirecka@exherbo.org</email>
</author>
<published>2021-11-29T23:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=53a640542786bd80a54c29062a0047c82d2f1dc3'/>
<id>53a640542786bd80a54c29062a0047c82d2f1dc3</id>
<content type='text'>
While porting a manual configure_file invocation for kactivities'
.pc file to ecm_generate_pkgconfig_file I noticed that the URL keyword
was missing afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While porting a manual configure_file invocation for kactivities'
.pc file to ecm_generate_pkgconfig_file I noticed that the URL keyword
was missing afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "If QT_MAJOR_VERSION is not defined, use 5"</title>
<updated>2021-11-30T15:56:02+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-11-30T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=225f1ccab60105783f7c9182fbe551adc427f994'/>
<id>225f1ccab60105783f7c9182fbe551adc427f994</id>
<content type='text'>
There is no path out of QtVersionOption.cmake that would let
QT_MAJOR_VERSION undefined, so this check is unnecessary. Worse, this
doesn't actually check for QT_MAJOR_VERSION being defined, but whether
a variable named after the content of the QT_MAJOR_VERSION variable is
defined. That is always false, so this effectively forces Qt5 and breaks
Qt6 support.

This reverts commit 8fd79163a7c60386fbc94bc14ca4a3b0b29d7227.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no path out of QtVersionOption.cmake that would let
QT_MAJOR_VERSION undefined, so this check is unnecessary. Worse, this
doesn't actually check for QT_MAJOR_VERSION being defined, but whether
a variable named after the content of the QT_MAJOR_VERSION variable is
defined. That is always false, so this effectively forces Qt5 and breaks
Qt6 support.

This reverts commit 8fd79163a7c60386fbc94bc14ca4a3b0b29d7227.
</pre>
</div>
</content>
</entry>
<entry>
<title>If QT_MAJOR_VERSION is not defined, use 5</title>
<updated>2021-11-28T08:30:22+00:00</updated>
<author>
<name>Ivan Čukić</name>
<email>ivan.cukic@kde.org</email>
</author>
<published>2021-11-28T08:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8fd79163a7c60386fbc94bc14ca4a3b0b29d7227'/>
<id>8fd79163a7c60386fbc94bc14ca4a3b0b29d7227</id>
<content type='text'>
This fixes an infinite recursion of KDEInstallDirs including
itself when QT_MAJOR_VERSION is not defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an infinite recursion of KDEInstallDirs including
itself when QT_MAJOR_VERSION is not defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs5: set up KSERVICESDIR alias for KSERVICES5DIR</title>
<updated>2021-11-23T16:31:42+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-11-23T16:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9f519983d628c7c2a68ee1a8dc7a1cbb83c8f535'/>
<id>9f519983d628c7c2a68ee1a8dc7a1cbb83c8f535</id>
<content type='text'>
and use only KSERVICESDIR in KDEInstallDirs6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use only KSERVICESDIR in KDEInstallDirs6.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: remove deprecated variables from the documentation</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T17:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=72b8ed99fd49d64465b808d45f1d001a88db31be'/>
<id>72b8ed99fd49d64465b808d45f1d001a88db31be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: comment out call to query_qmake, not defined</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T13:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a9bde79ee0f7c9eb37b5495cde150f8ba5bbff3b'/>
<id>a9bde79ee0f7c9eb37b5495cde150f8ba5bbff3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: don't set deprecated variable names anymore</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T13:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=83da29a62e544c1b8e6e125e32ba39845b175b92'/>
<id>83da29a62e544c1b8e6e125e32ba39845b175b92</id>
<content type='text'>
+ adjust docu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ adjust docu
</pre>
</div>
</content>
</entry>
<entry>
<title>PLUGINDIR is based upon QTPLUGINDIR, so only define it after QTPLUGINDIR</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-22T16:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6c148bcee77a5f0fc319eef209c3a1cba0b430d1'/>
<id>6c148bcee77a5f0fc319eef209c3a1cba0b430d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
