<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-ido, branch 0.9.3</title>
<subtitle>Ayatana Indicator Display Objects 
</subtitle>
<id>https://openid.arctica-project.org/ayatana-ido/atom?h=0.9.3</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-ido/atom?h=0.9.3'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/'/>
<updated>2023-02-26T17:46:56+00:00</updated>
<entry>
<title>release 0.9.3</title>
<updated>2023-02-26T17:46:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-02-26T17:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=10b05bdb1bde609b3adc0af76efd4ccfab7a583a'/>
<id>urn:sha1:10b05bdb1bde609b3adc0af76efd4ccfab7a583a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'JamiKettunen-modern-gtest'</title>
<updated>2023-02-26T17:44:02+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-02-26T17:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=62ec1cdac6d6be67aea8bfaf51a48c243951b1a2'/>
<id>urn:sha1:62ec1cdac6d6be67aea8bfaf51a48c243951b1a2</id>
<content type='text'>
Attributes GH PR #63: https://github.com/AyatanaIndicators/ayatana-ido/pull/63
</content>
</entry>
<entry>
<title>cmake: Enable building tests by default</title>
<updated>2023-02-26T15:11:31+00:00</updated>
<author>
<name>Jami Kettunen</name>
<email>jami.kettunen@protonmail.com</email>
</author>
<published>2023-02-26T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=889c006f9fcc57889ccb7d10ebadcf53463ae24c'/>
<id>urn:sha1:889c006f9fcc57889ccb7d10ebadcf53463ae24c</id>
<content type='text'>
We really should do this by default across the board to catch issues
with the testing infrastructure; what's the point of having tests if
they're not even being actively exercised across a wide range of
distributions with varying configurations? :p
</content>
</entry>
<entry>
<title>tests: Fix building against modern GTest</title>
<updated>2023-02-26T14:56:11+00:00</updated>
<author>
<name>Jami Kettunen</name>
<email>jami.kettunen@protonmail.com</email>
</author>
<published>2023-02-26T14:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=f692439d1ef5dc858d284cf36c79e23b97b5540e'/>
<id>urn:sha1:f692439d1ef5dc858d284cf36c79e23b97b5540e</id>
<content type='text'>
Fixes being unable to locate GMock (GTest) with gtest v1.12.1 as tested
on Void Linux:

  CMake Warning at tests/CMakeLists.txt:1 (find_package):
    By not providing "FindGMock.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "GMock", but
    CMake did not find one.

    Could not find a package configuration file provided by "GMock" with any of
    the following names:

      GMockConfig.cmake
      gmock-config.cmake

    Add the installation prefix of "GMock" to CMAKE_PREFIX_PATH or set
    "GMock_DIR" to a directory containing one of the above files.  If "GMock"
    provides a separate development package or SDK, be sure it has been
    installed.

Also mark the library as REQUIRED since without it found attempting to
build tests just fails at link-time with various errors such as:

  /usr/bin/ld: gtest-menuitems.cpp:(.text+0x14d): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11](testing::AssertionResult const&amp;, char const*, char const*, char const*)'
</content>
</entry>
<entry>
<title>Merge branch 'tari01-pr/secondary-text-and-count'</title>
<updated>2022-09-05T10:47:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-09-05T10:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=4e0477899f07300bead912e7622c05fa8ef65588'/>
<id>urn:sha1:4e0477899f07300bead912e7622c05fa8ef65588</id>
<content type='text'>
Attributes GH PR #61: https://github.com/AyatanaIndicators/ayatana-ido/pull/61
</content>
</entry>
<entry>
<title>src/idobasicmenuitem.c: Set secondary text and count with lozenge from menu model</title>
<updated>2022-09-04T21:10:17+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-09-04T21:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=7aa6323bb46725426bbd848f6cb520d5e816243c'/>
<id>urn:sha1:7aa6323bb46725426bbd848f6cb520d5e816243c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>.travis.yml: Add CI builds for Ubuntu 22.04.</title>
<updated>2022-06-27T06:17:11+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-06-27T06:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=10fde125eec879e44a557eb6dbd2cd2e60f063b8'/>
<id>urn:sha1:10fde125eec879e44a557eb6dbd2cd2e60f063b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 0.9.2</title>
<updated>2022-06-03T21:45:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-06-03T21:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2'/>
<id>urn:sha1:69ba03b9465e8ee4105e9320a7a1f6d7ab0428c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ricotz-main'</title>
<updated>2022-03-24T09:25:04+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2022-03-24T09:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=e56a633cc621ff211a7388afa4b2548b7af5ed91'/>
<id>urn:sha1:e56a633cc621ff211a7388afa4b2548b7af5ed91</id>
<content type='text'>
Attributes GH PR #60: https://github.com/AyatanaIndicators/ayatana-ido/pull/60
</content>
</entry>
<entry>
<title>vala: The name of the vapi should match the pkg-config name</title>
<updated>2022-03-15T10:02:55+00:00</updated>
<author>
<name>Rico Tzschichholz</name>
<email>ricotz@ubuntu.com</email>
</author>
<published>2022-03-15T10:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-ido/commit/?id=2e1c040908f33c7ed1bc3192b98d72c3d179d87d'/>
<id>urn:sha1:2e1c040908f33c7ed1bc3192b98d72c3d179d87d</id>
<content type='text'>
Add reference to an existing header to gir which should be a single include
header.
</content>
</entry>
</feed>
