mbox

[bug#39312,v3,0/3] Add chatty

Message ID 20200511161653.22046-1-jonathan.brielmaier@web.de
Headers show

Message

Jonathan Brielmaier May 11, 2020, 4:16 p.m. UTC
Changes compared to v2:
* rebased on current master
* updated feedbackd to most current release
* updated chatty to 1.10.0 and propagated evolution-data-service as it otherwise would not start

Jonathan Brielmaier (3):
  gnu: Add feedbackd.
  gnu: Add purple-mm-sms.
  gnu: Add chatty.

 gnu/packages/gnome.scm     | 36 +++++++++++++++++-
 gnu/packages/messaging.scm | 76 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+), 1 deletion(-)

--
2.26.2

Comments

Efraim Flashner June 16, 2020, 8:57 p.m. UTC | #1
On Mon, May 11, 2020 at 06:16:50PM +0200, Jonathan Brielmaier wrote:
> Changes compared to v2:
> * rebased on current master
> * updated feedbackd to most current release
> * updated chatty to 1.10.0 and propagated evolution-data-service as it otherwise would not start
> 
> Jonathan Brielmaier (3):
>   gnu: Add feedbackd.
>   gnu: Add purple-mm-sms.
>   gnu: Add chatty.
> 
>  gnu/packages/gnome.scm     | 36 +++++++++++++++++-
>  gnu/packages/messaging.scm | 76 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 111 insertions(+), 1 deletion(-)
> 

Patches pushed with some minor changes.
feedbackd: Bumped it to 0.0.0+git20200527
purple-mm-sms: replaced (delete 'tests) with #:tests? #f. Also changed
the output directories in the make-flags
chatty: Tried to skip the post-install update-desktop-database phase
and remove the extra native-inputs but was only partly successful.