<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/find-modules, branch v0.0.11</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>Remove FindDocBook*.cmake</title>
<updated>2014-02-25T21:57:35+00:00</updated>
<author>
<name>Alex Merry</name>
<email>kde@randomguy3.me.uk</email>
</author>
<published>2014-02-19T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=77a796be01d597f89b93a1c87c98a12276fd85d1'/>
<id>77a796be01d597f89b93a1c87c98a12276fd85d1</id>
<content type='text'>
These are only really useful to kdoctools, so they may as well live
there.

REVIEW: 115897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are only really useful to kdoctools, so they may as well live
there.

REVIEW: 115897
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve FindXCB</title>
<updated>2014-02-25T14:45:28+00:00</updated>
<author>
<name>Martin Gräßlin</name>
<email>mgraesslin@kde.org</email>
</author>
<published>2014-02-25T13:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=04f78489265b6e52cabd2980dfc417abeee3a695'/>
<id>04f78489265b6e52cabd2980dfc417abeee3a695</id>
<content type='text'>
 * define imported targets for all components
 * add version information
 * print message on Windows
 * add package properties
 * use handle components

REVIEW: 116046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * define imported targets for all components
 * add version information
 * print message on Windows
 * add package properties
 * use handle components

REVIEW: 116046
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a FindWayland module</title>
<updated>2014-02-25T13:43:35+00:00</updated>
<author>
<name>Martin Gräßlin</name>
<email>mgraesslin@kde.org</email>
</author>
<published>2014-02-24T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6277f5d8acbca3704d3e9ebbdee908537cd7b6eb'/>
<id>6277f5d8acbca3704d3e9ebbdee908537cd7b6eb</id>
<content type='text'>
Inspired by the FindXCB module it's using components to simplify
finding just the parts which are really required.

REVIEW: 116018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inspired by the FindXCB module it's using components to simplify
finding just the parts which are really required.

REVIEW: 116018
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a FindEGL module</title>
<updated>2014-02-25T12:48:23+00:00</updated>
<author>
<name>Martin Gräßlin</name>
<email>mgraesslin@kde.org</email>
</author>
<published>2014-02-24T13:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a2ada35b5c768e8efe9b51a41f84ec6e18ea805c'/>
<id>a2ada35b5c768e8efe9b51a41f84ec6e18ea805c</id>
<content type='text'>
This module finds the egl library through pkg-config.

REVIEW: 116014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This module finds the egl library through pkg-config.

REVIEW: 116014
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a cleaned up version of FindSharedMimeInfo.cmake</title>
<updated>2014-02-15T12:12:58+00:00</updated>
<author>
<name>Alex Merry</name>
<email>kde@randomguy3.me.uk</email>
</author>
<published>2014-02-14T13:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3d931552b72972adb0cefe79cc4d9586671d5224'/>
<id>3d931552b72972adb0cefe79cc4d9586671d5224</id>
<content type='text'>
This is used by many projects (including any that install any extra mime
info).

REVIEW: 115749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used by many projects (including any that install any extra mime
info).

REVIEW: 115749
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove FindKF5.cmake.</title>
<updated>2013-11-02T12:14:20+00:00</updated>
<author>
<name>Stephen Kelly</name>
<email>steveire@gmail.com</email>
</author>
<published>2013-11-02T12:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ef93f7db4c1f4c432b053ae3b54d0a745d73c00f'/>
<id>ef93f7db4c1f4c432b053ae3b54d0a745d73c00f</id>
<content type='text'>
The functionality of it is now provided by a KF5Config.cmake file.

Remember to remove it from your install prefix to avoid future
confusion.

CCMAIL: kde-frameworks-devel@kde.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functionality of it is now provided by a KF5Config.cmake file.

Remember to remove it from your install prefix to avoid future
confusion.

CCMAIL: kde-frameworks-devel@kde.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KDED in tier3 (where it will be)</title>
<updated>2013-10-29T14:33:35+00:00</updated>
<author>
<name>Àlex Fiestas</name>
<email>afiestas@kde.org</email>
</author>
<published>2013-10-29T14:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ddb1c2bac337d1d0b5d0759fb1ac23c5bd9c1be3'/>
<id>ddb1c2bac337d1d0b5d0759fb1ac23c5bd9c1be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KNewStuff is in Tier 3</title>
<updated>2013-10-28T15:38:13+00:00</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2013-10-28T15:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a668c69ca934d9e8e8d3558dafe564737324fcb1'/>
<id>a668c69ca934d9e8e8d3558dafe564737324fcb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KEmoticons is in Tier 3</title>
<updated>2013-10-28T15:29:08+00:00</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2013-10-28T15:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=62b031f9b54ffffcff0d79f8ddf0654ad7f00153'/>
<id>62b031f9b54ffffcff0d79f8ddf0654ad7f00153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup FindKF5 to reflect the current state</title>
<updated>2013-10-28T15:19:20+00:00</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2013-10-28T15:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e6c67ecdb203381cecec0b607bfd8431a871a2c7'/>
<id>e6c67ecdb203381cecec0b607bfd8431a871a2c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
