Re: 01/01: gnu: evolution-data-server: Fix locale handling.

2019-07-19 Thread Timothy Sample
: Sun Jul 14 23:47:44 2019 -0400 >> >> gnu: evolution-data-server: Fix locale handling. >> >> * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add a phase >> that patches the source code to fix a locale handling issue. >> >> [...]

Re: 01/01: gnu: evolution-data-server: Fix locale handling.

2019-07-17 Thread Mark H Weaver
Hi Timothy, guix-comm...@gnu.org writes: > samplet pushed a commit to branch core-updates > in repository guix. > > commit d619686250d8bb15bf67031f8ac80f9cfb400a26 > Author: Timothy Sample > Date: Sun Jul 14 23:47:44 2019 -0400 > > gnu: evolution-data-ser

Re: Fixing evolution-data-server on core-updates

2019-07-16 Thread Timothy Sample
Hello, Kei Kebreau writes: > Ludovic Courtès writes: > >> Hello Timothy, >> >> Timothy Sample skribis: >> >>> From bcd753f777687c52bba6b9bf4184879e69990118 Mon Sep 17 00:00:00 2001 >>> From: Timothy Sample >>> Date: Sun, 14 Jul 201

Re: Fixing evolution-data-server on core-updates

2019-07-16 Thread Jonathan Brielmaier
So am I right in the assumption to use the patch proposed at: https://gitlab.gnome.org/GNOME/evolution-data-server/issues/137 Could you then prepare this patch for core-updates? On 7/15/19 6:09 AM, Timothy Sample wrote: > Hi all, > > While testing core-updates I found that evolution-da

Re: Fixing evolution-data-server on core-updates

2019-07-15 Thread Kei Kebreau
Ludovic Courtès writes: > Hello Timothy, > > Timothy Sample skribis: > >> From bcd753f777687c52bba6b9bf4184879e69990118 Mon Sep 17 00:00:00 2001 >> From: Timothy Sample >> Date: Sun, 14 Jul 2019 23:47:44 -0400 >> Subject: [PATCH] gnu: evolution-data-s

Re: Fixing evolution-data-server on core-updates

2019-07-15 Thread Ludovic Courtès
Hello Timothy, Timothy Sample skribis: > From bcd753f777687c52bba6b9bf4184879e69990118 Mon Sep 17 00:00:00 2001 > From: Timothy Sample > Date: Sun, 14 Jul 2019 23:47:44 -0400 > Subject: [PATCH] gnu: evolution-data-server: Fix locale issue. > > * gnu/packages/gnome.scm (evo

Fixing evolution-data-server on core-updates

2019-07-14 Thread Timothy Sample
Hi all, While testing core-updates I found that evolution-data-server does not build due to test failures. The tests fail because evolution-data-server does not accommodate newer versions of ICU. Here’s the upstream bug report [1]. I’ve attached a patch that uses “substitute*” to work around

Re: Evolution

2019-04-14 Thread pkill9
Hey, the evolution dataserver is in a separate package, "evolution-data-server", however when i installed them both it gave me more errors and still fails. I think Evolution expects a bunch of other Gnome stuff to be installed/available at runtim, but I don't really know. If you&

Evolution

2019-04-14 Thread The Philosopher
Hello Geeks! While adding account, evolution is throwing error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files". Also, isn't the package name should be "gnome-evolution"? Thanks!

Re: GNOME evolution, a start.

2017-01-31 Thread ng0
Alternatively, you may set the environment variables > EVOLUTION_DATA_SERVER_CFLAGS > and EVOLUTION_DATA_SERVER_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > phase `configure' failed after 3.6 seconds > builder for > `/gnu/st

[PATCH] gnu: Add evolution.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/gnome.scm (evolution): New variable. --- gnu/packages/gnome.scm | 92 +- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f6f7aae69..3cc6cbd7a 100644 --- a

GNOME evolution, a start.

2017-01-30 Thread contact . ng0
stalled software in a non-standard prefix. Alternatively, you may set the environment variables EVOLUTION_DATA_SERVER_CFLAGS and EVOLUTION_DATA_SERVER_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. phase `configure' failed after 3.6 seconds builder for `/gnu/store/c5cp

Re: [WIP PATCH] gnu: Add evolution.

2016-09-23 Thread Ludovic Courtès
Hi! rennes skribis: > this patch is evolution, a mail client for the GNOME desktop. Nice! > To run evolution is necessary to install evolution-data-server in user > profile; then I think that is required to start evolution-data-server > as a service to run successfully evolu

[WIP PATCH] gnu: Add evolution.

2016-09-15 Thread rennes
Hello, this patch is evolution, a mail client for the GNOME desktop. To run evolution is necessary to install evolution-data-server in user profile; then I think that is required to start evolution-data-server as a service to run successfully evolution without install evolution- data-server in

Re: [WIP 2/8] gnu: evolution-data-server: Build Vala bindings.

2016-05-02 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add > --enable-vala-bindings to #:configure-flags. > [native-inputs]: Add vala. LGTM.

[WIP 2/8] gnu: evolution-data-server: Build Vala bindings.

2016-04-15 Thread Leo Famulari
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0fd1d5b..7ba2283 100644

Re: [PATCH 2/5] gnu: Add evolution-data-server.

2015-11-11 Thread Ludovic Courtès
Alex Kost skribis: >> +(synopsis "Libraries and services for storing addressbooks and >> calendars") > > I think it's better to use "address books". Yes. It could even be simply: “Store address books and calendars.” Ludo’.

Re: [PATCH 2/5] gnu: Add evolution-data-server.

2015-11-10 Thread Alex Kost
宋文武 (2015-11-10 15:51 +0300) wrote: [...] > +(define-public evolution-data-server > + (package > + (name "evolution-data-server") > +(version "3.18.2") > +(source (origin > + (method url-fetch) > + (uri (str

[PATCH 2/5] gnu: Add evolution-data-server.

2015-11-10 Thread 宋文武
* gnu/packages/gnome.scm (evolution-data-server): New variable. --- gnu/packages/gnome.scm | 64 ++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 70b9285..9e018d6 100644 --- a/gnu/packages