<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/FindSharedDesktopOntologies.cmake, branch v5.71.0-rc3</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>Move the modules, modules-test and systeminfo subdirs into 'attic'</title>
<updated>2011-06-30T21:36:45+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2011-06-30T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d2b2c90a06bf1f4a21df196430d1f95856900410'/>
<id>d2b2c90a06bf1f4a21df196430d1f95856900410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>With this mode of FindPackageHandleStandardArgs, passing the VERSION_VAR is actually necessary for the version check to happen</title>
<updated>2010-11-17T12:41:25+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2010-11-17T12:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=237682ace3ed8488a991d767b72609e4540c47ee'/>
<id>237682ace3ed8488a991d767b72609e4540c47ee</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=1198107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=1198107
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version handling (by setting SharedDesktopOntologies_FIND_VERSION, which is what FindPackageHandleStandardArgs looks at)</title>
<updated>2010-11-17T12:34:39+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2010-11-17T12:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1a5d78694b048fc1a9f4b9f281dc0e94cf6538bb'/>
<id>1a5d78694b048fc1a9f4b9f281dc0e94cf6538bb</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=1198106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=1198106
</pre>
</div>
</content>
</entry>
<entry>
<title>Forwardport -c1197454:</title>
<updated>2010-11-15T22:32:17+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2010-11-15T22:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=04c6f67b0ebd9490fec82e330a704a616c28e536'/>
<id>04c6f67b0ebd9490fec82e330a704a616c28e536</id>
<content type='text'>
Actually honour the minimum version required for SDO. Thanks to Romain Perier for investigating the similar issue in FindSoprano.cmake:
find_package_handle_standard_args() has 2 modes, and only the second mode (REQUIRED_VARS ... VERSION_VAR ...) checks for the version number.

svn path=/trunk/KDE/kdelibs/; revision=1197455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually honour the minimum version required for SDO. Thanks to Romain Perier for investigating the similar issue in FindSoprano.cmake:
find_package_handle_standard_args() has 2 modes, and only the second mode (REQUIRED_VARS ... VERSION_VAR ...) checks for the version number.

svn path=/trunk/KDE/kdelibs/; revision=1197455
</pre>
</div>
</content>
</entry>
<entry>
<title>-make cmake 2.6.2 find SDO 0.2</title>
<updated>2010-01-07T18:39:34+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2010-01-07T18:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1c966e86fcb333b72f65588a0ded697889bf378b'/>
<id>1c966e86fcb333b72f65588a0ded697889bf378b</id>
<content type='text'>
This didn't work since SDO 0.2 installs its files into share/cmake/SDO/, which is supported 
by cmake &gt;= 2.6.3, but not by 2.6.2, which KDE requires.

It would be nice if SDO would install it into share/SDO/ or share/SDO/cmake, then it would be 
found automatically by cmake 2.6.2 and also 2.6.3 and all newer versions.

Alex

CCMAIL: kde-buildsystem@kde.org
CCMAIL: mueller@kde.org
CCMAIL: release-team@kde.org
CCMAIL: trueg@kde.org
CCMAIL: kde-packagers@kde.org


svn path=/trunk/KDE/kdelibs/; revision=1071218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This didn't work since SDO 0.2 installs its files into share/cmake/SDO/, which is supported 
by cmake &gt;= 2.6.3, but not by 2.6.2, which KDE requires.

It would be nice if SDO would install it into share/SDO/ or share/SDO/cmake, then it would be 
found automatically by cmake 2.6.2 and also 2.6.3 and all newer versions.

Alex

CCMAIL: kde-buildsystem@kde.org
CCMAIL: mueller@kde.org
CCMAIL: release-team@kde.org
CCMAIL: trueg@kde.org
CCMAIL: kde-packagers@kde.org


svn path=/trunk/KDE/kdelibs/; revision=1071218
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FindSharedDesktopOntologies: Previously, if the required version wasn't found (mismatching _VERSION), this cmake file was looking for *any* version and set SHAREDDESKTOPONTOLOGIES_FOUND to true.</title>
<updated>2009-12-26T16:35:22+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>cgiboudeaux@gmail.com</email>
</author>
<published>2009-12-26T16:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ad92bad30f078347776aabe9378c9069e64424a1'/>
<id>ad92bad30f078347776aabe9378c9069e64424a1</id>
<content type='text'>
This also means kdelibs will now require SDO 0.2.

ack'ed by Alex.


svn path=/trunk/KDE/kdelibs/; revision=1066282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also means kdelibs will now require SDO 0.2.

ack'ed by Alex.


svn path=/trunk/KDE/kdelibs/; revision=1066282
</pre>
</div>
</content>
</entry>
<entry>
<title>-find_package_handle_standard_args() already takes care of not printing the same message twice, so it's not necessary to set the QUIETLY</title>
<updated>2009-11-30T19:31:25+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2009-11-30T19:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=14224f75231147cb4dd434d409e7ddca76c75040'/>
<id>14224f75231147cb4dd434d409e7ddca76c75040</id>
<content type='text'>
-multiple suffixes can be listed after PATH_SUFFIXES, so it's not necessary to have two find_path() calls
-/usr and /usr/local are already part of CMAKE_SYSTEM_PREFIX_PATH, so it's not necessary to set /usr/share and /usr/local/share explicitely (see CMake Modules/Platform/UnixPath.cmake)

Alex

CCMAIL: trueg@kde.org



svn path=/trunk/KDE/kdelibs/; revision=1056761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-multiple suffixes can be listed after PATH_SUFFIXES, so it's not necessary to have two find_path() calls
-/usr and /usr/local are already part of CMAKE_SYSTEM_PREFIX_PATH, so it's not necessary to set /usr/share and /usr/local/share explicitely (see CMake Modules/Platform/UnixPath.cmake)

Alex

CCMAIL: trueg@kde.org



svn path=/trunk/KDE/kdelibs/; revision=1056761
</pre>
</div>
</content>
</entry>
<entry>
<title>Support upcoming 0.2 version of the shared-desktop-ontologies which will bring a cmake config file</title>
<updated>2009-11-29T21:27:26+00:00</updated>
<author>
<name>Sebastian Trueg</name>
<email>sebastian@trueg.de</email>
</author>
<published>2009-11-29T21:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f9eb85764ac652b8afba04e363c67128a861a7e4'/>
<id>f9eb85764ac652b8afba04e363c67128a861a7e4</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=1056325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=1056325
</pre>
</div>
</content>
</entry>
<entry>
<title>Also find shared-desktop-ontologies in CMAKE_PREFIX_PATH</title>
<updated>2009-11-27T11:32:53+00:00</updated>
<author>
<name>Sebastian Trueg</name>
<email>sebastian@trueg.de</email>
</author>
<published>2009-11-27T11:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c8ff15f718ab374ac2f30721256b42ee9c73f17f'/>
<id>c8ff15f718ab374ac2f30721256b42ee9c73f17f</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=1055125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=1055125
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Nepomuk build system including the shared ontologies.</title>
<updated>2009-11-27T09:25:47+00:00</updated>
<author>
<name>Sebastian Trueg</name>
<email>sebastian@trueg.de</email>
</author>
<published>2009-11-27T09:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3ebe3e49632c59e189b309379ab5928029b3355a'/>
<id>3ebe3e49632c59e189b309379ab5928029b3355a</id>
<content type='text'>
Approved by Andreas Pakulat.

svn path=/trunk/KDE/kdelibs/; revision=1054973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by Andreas Pakulat.

svn path=/trunk/KDE/kdelibs/; revision=1054973
</pre>
</div>
</content>
</entry>
</feed>
