mbox series

[bug#53465,0/2] Update chatty.

Message ID f0b86c5f173e0e46210bd94e403d647c9f9af70e.camel@gmail.com
Headers show
Series Update chatty. | expand

Message

Liliana Marie Prikler Jan. 23, 2022, 9:45 a.m. UTC
Hi Guix,

chatty is one of the two remaining applications that use libhandy-0.0, the
other one being authenticator.  With this patch it is updated to the latest
non-beta release, which builds against libhandy.  In order to successfully
build it, evolution-data-server needs to be built against libphonenumber, so
I did that.

I did not yet test the impact of evolution-data-server on other applications,
nor did I test chatty itself.  Volunteers welcome.

Liliana Marie Prikler (2):
  gnu: evolution-data-server: Build with libphonenumber.
  gnu: chatty: Update to 0.4.0.

 gnu/packages/gnome.scm     | 11 +++++++----
 gnu/packages/messaging.scm | 18 ++++++++++--------
 2 files changed, 17 insertions(+), 12 deletions(-)

Comments

Julien Lepiller Feb. 8, 2022, 1:08 p.m. UTC | #1
Le Sun, 23 Jan 2022 10:45:47 +0100,
Liliana Marie Prikler <liliana.prikler@gmail.com> a écrit :

> Hi Guix,
> 
> chatty is one of the two remaining applications that use
> libhandy-0.0, the other one being authenticator.  With this patch it
> is updated to the latest non-beta release, which builds against
> libhandy.  In order to successfully build it, evolution-data-server
> needs to be built against libphonenumber, so I did that.
> 
> I did not yet test the impact of evolution-data-server on other
> applications, nor did I test chatty itself.  Volunteers welcome.
> 
> Liliana Marie Prikler (2):
>   gnu: evolution-data-server: Build with libphonenumber.
>   gnu: chatty: Update to 0.4.0.
> 
>  gnu/packages/gnome.scm     | 11 +++++++----
>  gnu/packages/messaging.scm | 18 ++++++++++--------
>  2 files changed, 17 insertions(+), 12 deletions(-)
> 

Thanks for the patches! Since evolution-data-server doesn't seem to
have too many dependencies (13), I pushed the patches to master as
e086b0807b079df58d5607770ecd5ec8c480f093 and
db74cfcf36ddd56a199cc919b2e5b5e580133922.