<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb, branch zeus</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-08-29T16:06:54+00:00</updated>
<entry>
<title>evolution-data-server: remove unused gconf dep and pythonnative dep</title>
<updated>2019-08-29T16:06:54+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2019-08-28T22:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3fe85fcae378ddc56a9488f22360c88a555df908'/>
<id>urn:sha1:3fe85fcae378ddc56a9488f22360c88a555df908</id>
<content type='text'>
* gconf is orphaned (last release 2013) and we should get rid of it
* pythonnative does not seem to miss - did not find any trace it is required

Notes:
* The only diff buildhistory reports are missing RRECOMMENDS on gconf-dev for
  the (many) dev-packages
* Had to disable introspection: quemu runs at 100% on one CPU and never finishes

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Don't use explicit version number for libebook</title>
<updated>2019-08-24T12:20:43+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f52c286ae87aa09d79318a960abe180c99a55d19'/>
<id>urn:sha1:f52c286ae87aa09d79318a960abe180c99a55d19</id>
<content type='text'>
All the other libraries which have version number in their names use
wildcard when listed in FILES. To be consistent do the same for
libebook.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Remove unused FILES paterns.</title>
<updated>2019-08-24T12:20:43+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5d88468e6739d7f16009f2bf2ce3d2a34f6e188e'/>
<id>urn:sha1:5d88468e6739d7f16009f2bf2ce3d2a34f6e188e</id>
<content type='text'>
It seems current versions of EDS do not istall anything into
${datadir}/evolution-data-server-1.4. No such directory even exists.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Use SRC_URI provided by gnomebase.</title>
<updated>2019-08-24T12:20:43+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd336de2da571a934c4d32adf94f9645bff7229a'/>
<id>urn:sha1:dd336de2da571a934c4d32adf94f9645bff7229a</id>
<content type='text'>
Its a GNOME pacakge and SRC_URI provided by gnomebase bbclass is good
enough. No need to duplicate it.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Add PACKAGECONFIG entry for phonenumber.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f6767fe969d0099514f9fa51b17c9a062e2d2b74'/>
<id>urn:sha1:f6767fe969d0099514f9fa51b17c9a062e2d2b74</id>
<content type='text'>
This feature needs some minor patches to be usable. First the
libphonenumber does not use pkgconfig so eds has its own cmake support
for detection location of the lib. Unfortunately this ends up adding
-L/usr/lib to LDFLAGS.

Another problem can be observed when building the code agains musl libc.
Libphoneumber support code in eds tries to use LC_ADDRESS to determine
the language which should be used for some address related localization
features libphonenumber has. Since LC_ADDRESS is not available in musl
the build will fail. We can use LC_MESSAGES for musl however.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Add weather PACKAGECONFIG feature.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=07ced16e90f2890956b4cd4e4799987ad291596b'/>
<id>urn:sha1:07ced16e90f2890956b4cd4e4799987ad291596b</id>
<content type='text'>
This depends on libgweather which is currently not provided in
meta-gnome. The feature builds and works if the recipe is shipped in
another meta layer. Make it easy to switch it on.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Turn goa support into PACKAGECONFIG feature.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b5f6adf6c658b5cf7e31e3762a2e3e89a4511027'/>
<id>urn:sha1:b5f6adf6c658b5cf7e31e3762a2e3e89a4511027</id>
<content type='text'>
Although gnome-online-accounts is currently not provided by meta-gnome
the feature works fine if the requried recipe is available in another
meta layer. Make it easy to enable goa support in such case.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Add PACKAGECONFIG for vala bindings.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e9af3fb6d2d7cb6eda8dbd594126b298665a1d3'/>
<id>urn:sha1:0e9af3fb6d2d7cb6eda8dbd594126b298665a1d3</id>
<content type='text'>
EDS does offer vala bindings and there are a few GNOME pacakges which
use them. Make it possible to enable them in OE.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Fix package gobject-introspection support.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=940d47185e136c2fb2575c11134fddb42ec5f9cf'/>
<id>urn:sha1:940d47185e136c2fb2575c11134fddb42ec5f9cf</id>
<content type='text'>
It has been broken since the pacakge was migrated from autotools to
cmake. Make it usable once again.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>evolution-data-server: Drop glade file references.</title>
<updated>2019-08-24T12:20:42+00:00</updated>
<author>
<name>Piotr Tworek</name>
<email>tworaz@tworaz.net</email>
</author>
<published>2019-08-22T17:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35ce30890416c1013becc95f4355e5e54870ea4e'/>
<id>urn:sha1:35ce30890416c1013becc95f4355e5e54870ea4e</id>
<content type='text'>
Build output no longer contains any glade files.

Signed-off-by: Piotr Tworek &lt;tworaz@tworaz.net&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
