<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-common/CMakeLists.txt, branch 0.9.4</title>
<subtitle>Ayatana Indicator Common Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-common/atom?h=0.9.4</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-common/atom?h=0.9.4'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/'/>
<updated>2021-09-01T07:39:26+00:00</updated>
<entry>
<title>release 0.9.4</title>
<updated>2021-09-01T07:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-09-01T07:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=7ba62917c8ca8113327eb582c2f7df8db94caf59'/>
<id>urn:sha1:7ba62917c8ca8113327eb582c2f7df8db94caf59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and disable GIR and Vala if not found.</title>
<updated>2021-08-28T21:30:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-08-28T14:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=3859fae9f80ab2a85e1926c48627c90355a927d1'/>
<id>urn:sha1:3859fae9f80ab2a85e1926c48627c90355a927d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Vala Bindings</title>
<updated>2021-08-18T00:01:01+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-08-16T23:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=c7320dab38cb2dda29226eab2c8705b5a132ac87'/>
<id>urn:sha1:c7320dab38cb2dda29226eab2c8705b5a132ac87</id>
<content type='text'>
- src/utils.h: Replace defined strings with static const chars
- src/CMakeLists.txt: Add .gir and .vapi generation code
- tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test
- CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/
- cmake/FindGObjectIntrospection.cmake: Add file
- cmake/FindVala.cmake.cmake: Add file
- .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies

fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22
</content>
</entry>
<entry>
<title>Add ENABLE_WERROR CMake option</title>
<updated>2021-08-03T21:05:47+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-08-03T21:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=994baa43aec99fdbe79df98f5cf8d98a2d727fab'/>
<id>urn:sha1:994baa43aec99fdbe79df98f5cf8d98a2d727fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pre-release upstream version bump (0.9.2 -&gt; 0.9.3).</title>
<updated>2021-06-24T20:14:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-06-24T20:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=6a5f92540eef9b788b22a78984d9fd584ed64f7a'/>
<id>urn:sha1:6a5f92540eef9b788b22a78984d9fd584ed64f7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSettings schema.</title>
<updated>2021-06-16T06:28:52+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-06-14T21:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=a30fd6325b842dad70812f78a919744ab854d7ee'/>
<id>urn:sha1:a30fd6325b842dad70812f78a919744ab854d7ee</id>
<content type='text'>
  - Add update-po.sh/update-pot.sh helpers.
  - po/*: Add translation files.
  - CMakeLists.txt: Add translation domain + 'po/'
    build folder.
</content>
</entry>
<entry>
<title>Add ability to ellipsize dynamic menu item lengths.</title>
<updated>2021-06-16T06:26:44+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-06-14T21:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=9be11d94c663ea66cd41a9364a78531537ae405e'/>
<id>urn:sha1:9be11d94c663ea66cd41a9364a78531537ae405e</id>
<content type='text'>
 Plus making the maximum length of non-ellipsized strings configurable
 via GSettings.

 - data/org.ayatana.common.gschema.xml.in: Add file.
 - data/CMakeLists.txt: Add file.
 - CMakeLists.txt: Add gio-2.0 dependency + 'data' build folder.
 - src/utils.*: Add ayatana_common_utils_elipsize function + include
   glib-object.h and gio.h
 - tests/tst_utils.cpp: Add StringFunctionsTest.
 - tests/CMakeLists.txt: Add GLIB_LIBRARIES to target.
</content>
</entry>
<entry>
<title>CMakeLists.txt: Add coverage report support.</title>
<updated>2021-05-04T11:43:13+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-05-04T11:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=fbf20bdf7ce5854ced0588e420b1c2a48df8ecf9'/>
<id>urn:sha1:fbf20bdf7ce5854ced0588e420b1c2a48df8ecf9</id>
<content type='text'>
 Up to now, the -DENABLE_COVERAGE=ON option was a noopt cmdline
 parameter.
</content>
</entry>
<entry>
<title>Prepare for next release (v0.9.2).</title>
<updated>2021-05-03T20:46:47+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-05-03T20:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=f8fb7f277788171fa063cc7e2c62a7923b687d60'/>
<id>urn:sha1:f8fb7f277788171fa063cc7e2c62a7923b687d60</id>
<content type='text'>
 This is required for making DEB packages builds and Travis CI builds happy.
</content>
</entry>
<entry>
<title>CMakeLists.txt: Use our standardised CMake bits</title>
<updated>2021-04-29T16:32:36+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2021-04-29T16:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-common/commit/?id=155b2f1a2b8ace94ef06f549f73b27a921fd9169'/>
<id>urn:sha1:155b2f1a2b8ace94ef06f549f73b27a921fd9169</id>
<content type='text'>
</content>
</entry>
</feed>
