<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.9.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>The next number after 1.8 is 5.9.</title>
<updated>2015-04-04T08:52:03+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-04-04T08:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969'/>
<id>ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969</id>
<content type='text'>
CHANGELOG: extra-cmake-modules versioning is now aligned with KDE Frameworks.
Therefore the last release was 1.8, while this one is 5.9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CHANGELOG: extra-cmake-modules versioning is now aligned with KDE Frameworks.
Therefore the last release was 1.8, while this one is 5.9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 1.9.0.</title>
<updated>2015-04-04T07:55:29+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-04-04T07:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b608b22a972697fee1402e718742787d9f6f07f7'/>
<id>b608b22a972697fee1402e718742787d9f6f07f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn about icon filenames with leading characters.</title>
<updated>2015-03-15T18:39:48+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-03-14T12:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=19353c9857d1e26c6508c2fc7dd530e6ee0ef316'/>
<id>19353c9857d1e26c6508c2fc7dd530e6ee0ef316</id>
<content type='text'>
Through a quirk of implementation, old-style icon filenames are accepted
by the new-style ecm_install_icons function. It's too late to change it
now, as that would break existing projects, but we can warn about it.

REVIEW: 122941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Through a quirk of implementation, old-style icon filenames are accepted
by the new-style ecm_install_icons function. It's too late to change it
now, as that would break existing projects, but we can warn about it.

REVIEW: 122941
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow configuration of SHARE_INSTALL_DIR</title>
<updated>2015-03-13T16:30:46+00:00</updated>
<author>
<name>Heiko Becker</name>
<email>heirecka@exherbo.org</email>
</author>
<published>2015-03-13T16:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=03d5bbda45a9cc117fd03e272113ddd9439aebf5'/>
<id>03d5bbda45a9cc117fd03e272113ddd9439aebf5</id>
<content type='text'>
The motivation behind this change is my distribution moving to a multiarch layout. While the architecture specific stuff (binaries, libraries, etc.) is installed under /usr/${host}/{bin,lib,...} architecture-independent data should still be installed to /usr/share/.

REVIEW: 122929

From 014d2166e08cbe6f350a8600a93c8f132ee95661 Mon Sep 17 00:00:00 2001
From: Heiko Becker &lt;heirecka@exherbo.org&gt;
Date: Fri, 13 Mar 2015 12:26:31 +0100
Subject: [PATCH] Allow configuration of SHARE_INSTALL_DIR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The motivation behind this change is my distribution moving to a multiarch layout. While the architecture specific stuff (binaries, libraries, etc.) is installed under /usr/${host}/{bin,lib,...} architecture-independent data should still be installed to /usr/share/.

REVIEW: 122929

From 014d2166e08cbe6f350a8600a93c8f132ee95661 Mon Sep 17 00:00:00 2001
From: Heiko Becker &lt;heirecka@exherbo.org&gt;
Date: Fri, 13 Mar 2015 12:26:31 +0100
Subject: [PATCH] Allow configuration of SHARE_INSTALL_DIR
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tab characters in regexes.</title>
<updated>2015-03-09T18:18:16+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-03-09T18:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4f81d1a92e4ccc2ce7b33d2860397a526b1a4d2f'/>
<id>4f81d1a92e4ccc2ce7b33d2860397a526b1a4d2f</id>
<content type='text'>
There is no "\t" in CMake's regular expression syntax; we need to make
the character be interpreted when CMake parses it as a string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no "\t" in CMake's regular expression syntax; we need to make
the character be interpreted when CMake parses it as a string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lconvert path from Qt cmake config when on Qt &gt;= 5.3.1</title>
<updated>2015-03-06T11:14:56+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2015-03-06T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=bc27ee561756cb6e1e51e3589addab8656fd4b03'/>
<id>bc27ee561756cb6e1e51e3589addab8656fd4b03</id>
<content type='text'>
Qt5LinguistToolsConfig.cmake defines CMake target for lconvert since Qt 5.3.1,
so we should use that if it is available.

Our own hacks were not working in some configurations (i.e. when there is
/usr/bin/lconvert managed by qtchooser, but no qtchooser configuration file).

REVIEW: 122626
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt5LinguistToolsConfig.cmake defines CMake target for lconvert since Qt 5.3.1,
so we should use that if it is available.

Our own hacks were not working in some configurations (i.e. when there is
/usr/bin/lconvert managed by qtchooser, but no qtchooser configuration file).

REVIEW: 122626
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ECMPackageConfigHelpers documentation.</title>
<updated>2015-02-28T10:37:45+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-02-28T10:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0466f8f95e214d91b17ef078be221c6d0025e466'/>
<id>0466f8f95e214d91b17ef078be221c6d0025e466</id>
<content type='text'>
In particular, strongly recommend looking at the equivalent CMake
documentation with regard to PATH_VARS, as a lot of projects that should
be making use of it are not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, strongly recommend looking at the equivalent CMake
documentation with regard to PATH_VARS, as a lot of projects that should
be making use of it are not.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 1.8.0.</title>
<updated>2015-02-15T22:31:18+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-02-15T22:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1256936453e8215bd009c8d86b4773c6a03d33dc'/>
<id>1256936453e8215bd009c8d86b4773c6a03d33dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend ecm_generate_headers macro to also support CamelCase.h headers</title>
<updated>2015-02-15T20:45:34+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2015-02-15T20:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=fc56bfbb62a9438960fec9e5960fde5f3e5c1a46'/>
<id>fc56bfbb62a9438960fec9e5960fde5f3e5c1a46</id>
<content type='text'>
REVIEW: 122317

Thanks alexmerry and dvratil for review
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 122317

Thanks alexmerry and dvratil for review
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Debian path to search path for qtwaylandscanner</title>
<updated>2015-02-11T14:07:50+00:00</updated>
<author>
<name>Jonathan Riddell</name>
<email>jr@jriddell.org</email>
</author>
<published>2015-02-11T14:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7c20867987d21fe36255e8b84fc0dd3003c88e14'/>
<id>7c20867987d21fe36255e8b84fc0dd3003c88e14</id>
<content type='text'>
Debian likes to install qt binaries into an obscure path, search here as well

REVIEW: 122526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Debian likes to install qt binaries into an obscure path, search here as well

REVIEW: 122526
</pre>
</div>
</content>
</entry>
</feed>
