<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/tests, branch v1.5.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>Set CMAKE_INSTALL_SYSCONFDIR to /etc when CMAKE_INSTALL_PREFIX is /usr</title>
<updated>2014-11-07T15:07:31+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-11-07T15:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e92da3387bdca560074656b65e3367f9c4086d4c'/>
<id>e92da3387bdca560074656b65e3367f9c4086d4c</id>
<content type='text'>
When installing to /usr, we should use /etc for configuration. Using
/usr/etc does not make sense.

REVIEW: 120246
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When installing to /usr, we should use /etc for configuration. Using
/usr/etc does not make sense.

REVIEW: 120246
</pre>
</div>
</content>
</entry>
<entry>
<title>allow qmldir to follow qt_sys_path</title>
<updated>2014-09-16T09:15:01+00:00</updated>
<author>
<name>Harald Sitter</name>
<email>sitter@kde.org</email>
</author>
<published>2014-09-16T09:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=12d477256d805a5a09b237e15033a5f591d5f0d0'/>
<id>12d477256d805a5a09b237e15033a5f591d5f0d0</id>
<content type='text'>
when running with the KDE_INSTALL_USE_QT_SYS_PATHS option allow QMLDIR in
KDEInstallDirs to follow whatever is defined by qmake

this change makes sure that qml plugins will end up in a default Qt path
when using the super special magic flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when running with the KDE_INSTALL_USE_QT_SYS_PATHS option allow QMLDIR in
KDEInstallDirs to follow whatever is defined by qmake

this change makes sure that qml plugins will end up in a default Qt path
when using the super special magic flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fallout from recent ECM patches</title>
<updated>2014-09-11T20:00:00+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-09-11T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f8609e8b64fd9170aa1444ad4e2f6d6d759e9050'/>
<id>f8609e8b64fd9170aa1444ad4e2f6d6d759e9050</id>
<content type='text'>
KDE modules cannot assume the normal ECM modules are in the CMake module
path, and CMAKE_INSTALL_IMPORTS_INSTALL_DIR / QTQUICKIMPORTSDIR was not
set correctly. Also, ECMQueryQmake.cmake used a deprecated CMake command
(exec_program).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KDE modules cannot assume the normal ECM modules are in the CMake module
path, and CMAKE_INSTALL_IMPORTS_INSTALL_DIR / QTQUICKIMPORTSDIR was not
set correctly. Also, ECMQueryQmake.cmake used a deprecated CMake command
(exec_program).
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ECMGeneratePkgConfigFile</title>
<updated>2014-09-10T08:03:25+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-09-10T08:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f5f4d572ba0904a5c5c52a0de710112b953767ce'/>
<id>f5f4d572ba0904a5c5c52a0de710112b953767ce</id>
<content type='text'>
A new module has been introduced to generate pkgconfig files from
cmake projects.

REVIEW: 119798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new module has been introduced to generate pkgconfig files from
cmake projects.

REVIEW: 119798
</pre>
</div>
</content>
</entry>
<entry>
<title>Define variable for AppStream upstream XML directory</title>
<updated>2014-07-18T11:46:43+00:00</updated>
<author>
<name>Matthias Klumpp</name>
<email>matthias@tenstral.net</email>
</author>
<published>2014-07-18T11:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1086d8c68a377c4d74b1cb58f8d14dd4970f00b8'/>
<id>1086d8c68a377c4d74b1cb58f8d14dd4970f00b8</id>
<content type='text'>
REVIEW:118020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW:118020
</pre>
</div>
</content>
</entry>
<entry>
<title>Define convenience variable for DATAROOTDIR/kxmlgui5.</title>
<updated>2014-07-06T22:10:57+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-07-06T22:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=032b4c4baaaff5fde1243864149d33f545767b5c'/>
<id>032b4c4baaaff5fde1243864149d33f545767b5c</id>
<content type='text'>
See RR 119142 for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See RR 119142 for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ECM language-independent again, but make the tests use C</title>
<updated>2014-06-17T18:17:05+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-06-03T14:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3afc8f9875979e57cce97edd68a5971d6771e097'/>
<id>3afc8f9875979e57cce97edd68a5971d6771e097</id>
<content type='text'>
Setting the language for ECM's project() call to C had unanticipated
side-effects - notably that the installed version file required the
architecture to match the one used at build time.

Instead, we make the tests a sub-project, setting up C as the language
there (since most of the tests do use C, albeit slightly indirectly).

REVIEW: 118498
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting the language for ECM's project() call to C had unanticipated
side-effects - notably that the installed version file required the
architecture to match the one used at build time.

Instead, we make the tests a sub-project, setting up C as the language
there (since most of the tests do use C, albeit slightly indirectly).

REVIEW: 118498
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize tests</title>
<updated>2014-06-02T15:23:19+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-06-02T15:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5977afced396a62fb86eb178f13156588e3cfcd8'/>
<id>5977afced396a62fb86eb178f13156588e3cfcd8</id>
<content type='text'>
Move the detailed testing of KDEInstallDirs from ExecuteKDEModules to a
subdir of KDEInstallDirsTest. This is where you would expect to find it,
and it also makes sure that other KDE modules are not affecting the
test.

This also makes the KDEInstallDirs/not_cache_variable regression test
work the same way as the other tests, doing a double-configure and
build. While not stricly necessary to catch the original issue, it does
ensure that the problem does not appear when reconfiguring either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the detailed testing of KDEInstallDirs from ExecuteKDEModules to a
subdir of KDEInstallDirsTest. This is where you would expect to find it,
and it also makes sure that other KDE modules are not affecting the
test.

This also makes the KDEInstallDirs/not_cache_variable regression test
work the same way as the other tests, doing a double-configure and
build. While not stricly necessary to catch the original issue, it does
ensure that the problem does not appear when reconfiguring either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip non-directory files inside the po/ directory</title>
<updated>2014-05-26T14:05:56+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>agateau@kde.org</email>
</author>
<published>2014-05-20T13:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=93fe5c4acbb64988213d295a257ba747f5de554c'/>
<id>93fe5c4acbb64988213d295a257ba747f5de554c</id>
<content type='text'>
REVIEW: 118216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 118216
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running ECMKDEModules test</title>
<updated>2014-05-15T19:02:40+00:00</updated>
<author>
<name>Patrick Spendrin</name>
<email>ps_ml@gmx.de</email>
</author>
<published>2014-05-15T14:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=edbefdaa47ba2af0f6472e6740e72870e4eb94fa'/>
<id>edbefdaa47ba2af0f6472e6740e72870e4eb94fa</id>
<content type='text'>
REVIEW:118147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW:118147
</pre>
</div>
</content>
</entry>
</feed>
