<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tdeedu/ConfigureChecks.cmake, branch master</title>
<subtitle>TDE educational programs
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/tdeedu/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/tdeedu/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/'/>
<updated>2025-12-14T04:17:16Z</updated>
<entry>
<title>Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'</title>
<updated>2025-12-14T04:17:16Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-12-14T04:17:16Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=94e2e307e0fb1d755b69f4082860d65e3725c614'/>
<id>urn:sha1:94e2e307e0fb1d755b69f4082860d65e3725c614</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>SunOS cosmetic changes</title>
<updated>2023-06-01T18:25:31Z</updated>
<author>
<name>Denis Kozadaev</name>
<email>denis@dilos.org</email>
</author>
<published>2023-06-01T18:25:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=610666ca3799e0d1de7abadec108f4683d59d55b'/>
<id>urn:sha1:610666ca3799e0d1de7abadec108f4683d59d55b</id>
<content type='text'>
Signed-off-by: Denis Kozadaev &lt;denis@dilos.org&gt;
</content>
</entry>
<entry>
<title>fix FTBFS when aRts support is not available from tdelibs.</title>
<updated>2021-12-13T16:20:39Z</updated>
<author>
<name>gregory guy</name>
<email>gregory-tde@laposte.net</email>
</author>
<published>2021-12-02T12:11:34Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=a6b2fc4fd2f1fc67df20d015771031212072eb89'/>
<id>urn:sha1:a6b2fc4fd2f1fc67df20d015771031212072eb89</id>
<content type='text'>
Signed-off-by: gregory guy &lt;gregory-tde@laposte.net&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix boost_python library detection on CentOS 8</title>
<updated>2020-05-10T16:45:01Z</updated>
<author>
<name>François Andriot</name>
<email>francois.andriot@free.fr</email>
</author>
<published>2020-04-14T06:49:44Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=16a409af6aaa08a49519fc185df7966fcdc99e7f'/>
<id>urn:sha1:16a409af6aaa08a49519fc185df7966fcdc99e7f</id>
<content type='text'>
Signed-off-by: François Andriot &lt;francois.andriot@free.fr&gt;
</content>
</entry>
<entry>
<title>Enable kig python scripting for cmake build.</title>
<updated>2020-03-29T17:28:37Z</updated>
<author>
<name>Ray-V</name>
<email>ray-v@inbox.lv</email>
</author>
<published>2020-03-25T12:16:46Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=324c040645bcaa127717113a4a6cf6cf8693f938'/>
<id>urn:sha1:324c040645bcaa127717113a4a6cf6cf8693f938</id>
<content type='text'>
Fix detection of boost_python library for cmake build.
Use find_package( Python COMPONENTS ... ) for CMake &gt;= 3.12.
Add WITH_KIG_PYTHON_SCRIPTING option.

This resolves issue #6.

Signed-off-by: Ray-V &lt;ray-v@inbox.lv&gt;
Signed-off-by: gregory guy &lt;gregory-tde@laposte.net&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>add missing definition:</title>
<updated>2019-07-09T17:14:17Z</updated>
<author>
<name>gregory guy</name>
<email>g-gregory@gmx.fr</email>
</author>
<published>2019-07-09T12:41:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=644ddeda0885e965a829267f29e6138afed3e1fd'/>
<id>urn:sha1:644ddeda0885e965a829267f29e6138afed3e1fd</id>
<content type='text'>
- HAVE_STDINT_H   (needed for kiten)
- TIMEZONE_IS_INT (needed for kstars)

Signed-off-by: gregory guy &lt;g-gregory@gmx.fr&gt;
</content>
</entry>
<entry>
<title>Conversion to the cmake building system.</title>
<updated>2019-06-27T14:35:25Z</updated>
<author>
<name>gregory guy</name>
<email>g-gregory@gmx.fr</email>
</author>
<published>2019-06-27T14:35:25Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/tdeedu/commit/?id=d4a1613e9f119ae68c695ab60f8d9856d1a54a52'/>
<id>urn:sha1:d4a1613e9f119ae68c695ab60f8d9856d1a54a52</id>
<content type='text'>
Add includes to UI files to resolve FTBFS.

Signed-off-by: gregory guy &lt;g-gregory@gmx.fr&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
</feed>
