<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/attic/modules, branch v1.2.0</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>Make FindPyKDE4 work with PyQt's new build system.</title>
<updated>2014-07-29T17:33:45+00:00</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2014-07-29T17:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3e56cadc9e7bb446772c9dc8ae9feea219a0929d'/>
<id>3e56cadc9e7bb446772c9dc8ae9feea219a0929d</id>
<content type='text'>
Since PyQt 4.10, PyQt.pyqtconfig is deprecated and not available unless
PyQt is built using the old configure script.

PyKDE4 itself has recently been adjusted to mimic PyQt itself and only
install its pykdeconfig module if pyqtconfig is present. Additionally,
information such as SIP flags and the directory where PyKDE's SIP files
are installed are now also provided in the
PyKDE4.kdecore.PYKDE_CONFIGURATION dict.

This commit completely rewrites FindPyKDE4.py to make it look like
FindPyQt.cmake after commit a7e4743: most of the information used by
FindPyKDE4.cmake is fetched from PyKDE4.kdecore, and we first try to
obtain the SIP flags and directory from pykdeconfig and, if it fails, we
use PYKDE_CONFIGURATION.

Furthermore, FindPyKDE4.py now only prints the variables that are
actually consumed by FindPyKDE4.cmake -- it is not possible to obtain
all the data provided by pykdeconfig in PYKDE_CONFIGURATION. We've also
stopped reading and setting PYKDE4_VERSION_TAG, since PyKDE4 stopped
setting a KDE tag in 2008 (and its value was 3_92_0 at the time).

(Forwardport kdelibs 4d29cf8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since PyQt 4.10, PyQt.pyqtconfig is deprecated and not available unless
PyQt is built using the old configure script.

PyKDE4 itself has recently been adjusted to mimic PyQt itself and only
install its pykdeconfig module if pyqtconfig is present. Additionally,
information such as SIP flags and the directory where PyKDE's SIP files
are installed are now also provided in the
PyKDE4.kdecore.PYKDE_CONFIGURATION dict.

This commit completely rewrites FindPyKDE4.py to make it look like
FindPyQt.cmake after commit a7e4743: most of the information used by
FindPyKDE4.cmake is fetched from PyKDE4.kdecore, and we first try to
obtain the SIP flags and directory from pykdeconfig and, if it fails, we
use PYKDE_CONFIGURATION.

Furthermore, FindPyKDE4.py now only prints the variables that are
actually consumed by FindPyKDE4.cmake -- it is not possible to obtain
all the data provided by pykdeconfig in PYKDE_CONFIGURATION. We've also
stopped reading and setting PYKDE4_VERSION_TAG, since PyKDE4 stopped
setting a KDE tag in 2008 (and its value was 3_92_0 at the time).

(Forwardport kdelibs 4d29cf8)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FindPyQt.py</title>
<updated>2014-07-24T05:54:16+00:00</updated>
<author>
<name>Luca Beltrame</name>
<email>lbeltrame@kde.org</email>
</author>
<published>2014-07-24T05:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3f375beaf555ceba66b869089e1a56f11b12a217'/>
<id>3f375beaf555ceba66b869089e1a56f11b12a217</id>
<content type='text'>
sys.prefix should be used instead of sys.platform

Forward port of kdelibs commit 8b1abe25dcf243cd2cdf23dff7272aca921292ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys.prefix should be used instead of sys.platform

Forward port of kdelibs commit 8b1abe25dcf243cd2cdf23dff7272aca921292ae
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPyQt4: Use PATH, not FILEPATH.</title>
<updated>2014-07-20T17:54:04+00:00</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2014-07-20T17:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d1ec7e299eab601e2127719d972f689d76185319'/>
<id>d1ec7e299eab601e2127719d972f689d76185319</id>
<content type='text'>
PYQT4_SIP_DIR is a directory, not a file.

Forwardport of kdelibs/37f31f9ce39569a1096e5a04b6679a91e6ae18fe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PYQT4_SIP_DIR is a directory, not a file.

Forwardport of kdelibs/37f31f9ce39569a1096e5a04b6679a91e6ae18fe.
</pre>
</div>
</content>
</entry>
<entry>
<title>FindPyQt4: Finish syncing with the kdelibs version.</title>
<updated>2014-07-18T09:11:23+00:00</updated>
<author>
<name>Raphael Kubo da Costa</name>
<email>rakuco@FreeBSD.org</email>
</author>
<published>2014-07-18T09:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b4d16dbee4cf525f293b6de7f0cd3e5ee081f660'/>
<id>b4d16dbee4cf525f293b6de7f0cd3e5ee081f660</id>
<content type='text'>
The version committed in 0912b24 is slightly different from the one in
kdelibs -- besides a few differences in the comments, there is an IF()
check that was always evaluating to false.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version committed in 0912b24 is slightly different from the one in
kdelibs -- besides a few differences in the comments, there is an IF()
check that was always evaluating to false.
</pre>
</div>
</content>
</entry>
<entry>
<title>forward port https://git.reviewboard.kde.org/r/119302 "Make FindPyQt4 work with PyQt's new build system."</title>
<updated>2014-07-17T15:17:50+00:00</updated>
<author>
<name>Jonathan Riddell</name>
<email>jr@jriddell.org</email>
</author>
<published>2014-07-17T15:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0912b2468881286b508915b17d204f1c17fc93dd'/>
<id>0912b2468881286b508915b17d204f1c17fc93dd</id>
<content type='text'>
REVIEW:119339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW:119339
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused find-modules back to the attic</title>
<updated>2014-03-06T11:50:31+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-03-05T14:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8c3773f920185fe49d913f71fb58d19936a8d868'/>
<id>8c3773f920185fe49d913f71fb58d19936a8d868</id>
<content type='text'>
REVIEW: 116616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 116616
</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>CMakeLists.txt is not needed here</title>
<updated>2013-09-09T15:34:20+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>cgiboudeaux@gmx.com</email>
</author>
<published>2013-09-09T15:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8d08d7a613929ab116dda008309c5712be74f2d8'/>
<id>8d08d7a613929ab116dda008309c5712be74f2d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move FindDocBook* to find-modules</title>
<updated>2013-09-04T14:45:14+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2013-09-04T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d42d5889d25ac4c900a294f283dd802eccf96010'/>
<id>d42d5889d25ac4c900a294f283dd802eccf96010</id>
<content type='text'>
REVIEW: 112451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 112451
</pre>
</div>
</content>
</entry>
<entry>
<title>Define ALL_UPPERCASE variables to maintain backwards compatibility</title>
<updated>2013-09-04T14:39:05+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2013-09-04T14:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=783518d43936e4acfcf71535abc79e54092c7184'/>
<id>783518d43936e4acfcf71535abc79e54092c7184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
