unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 39312@debbugs.gnu.org
Subject: [bug#39312] gnu: Add chatty.[v2]
Date: Fri, 31 Jan 2020 17:04:52 +0100	[thread overview]
Message-ID: <a2485300-0a7b-0f10-2c6e-5118421871cb@web.de> (raw)
In-Reply-To: <77f67f99-44e6-6464-cf96-62eec29493d6@web.de>

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

This time patch v2 without purple-mm-sms, as it's not included yet.

On 27.01.20 19:25, Jonathan Brielmaier wrote:
> Hi,
>
> attached is a patch for Chatty. A GUI program for SMS and XMPP optimized
> for mobile interfaces. XMPP works nicely already. SMS not yet: I have
> the required package "purple-mm-sms" already in my local git, but
> couldn't test it yet, because I lack the hardware. I'll submit it
> separately as soon it's ready and tested :)
>
> ~Jonathan

[-- Attachment #2: 0001-gnu-Add-chatty.patch --]
[-- Type: text/x-patch, Size: 2182 bytes --]

From 87e4b48eae543d53c7d80bf031dd93671186e45f Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Date: Thu, 23 Jan 2020 21:32:39 +0100
Subject: [PATCH] gnu: Add chatty.

* gnu/packages/messaging.scm (chatty): New variable.
---
 gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5754c7ce08..1dba50d55c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2041,4 +2041,39 @@ support for high performance Telegram Bot creation.")
     (home-page "https://source.puri.sm/Librem5/purple-mm-sms")
     (license license:gpl2+)))

+(define-public chatty
+ (package
+   (name "chatty")
+   (version "0.1.7")
+   (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://source.puri.sm/Librem5/chatty.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1prqd2dnib3j12pjiplzr2rim9q617vmvzv76lgmz0n3bmp7v7ma"))))
+   (build-system meson-build-system)
+   (native-inputs
+     `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+       ("evolution-data-server" ,evolution-data-server) ;libebook-contacts
+       ("folks" ,folks)
+       ("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")
+       ("gtk+:bin" ,gtk+ "bin")
+       ("libgcrypt" ,libgcrypt)
+       ("libgee" ,libgee)
+       ("libhandy" ,libhandy)
+       ("pidgin" ,pidgin)
+       ("pkg-config" ,pkg-config)
+       ("sqlite" ,sqlite)))
+   (propagated-inputs
+     `(("hicolor-icon-theme" ,hicolor-icon-theme)))
+   (synopsis "Mobile client for XMPP and SMS messaging")
+   (description "Chatty is a chat program for XMPP and SMS.  It works on mobile
+as well as on desktop platforms.  It's based on libpurple and ModemManager.")
+   (home-page "https://source.puri.sm/Librem5/chatty")
+   (license license:gpl3+)))
+
 ;;; messaging.scm ends here
--
2.24.1


  reply	other threads:[~2020-01-31 16:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27 18:25 [bug#39312] gnu: Add chatty Jonathan Brielmaier
2020-01-31 16:04 ` Jonathan Brielmaier [this message]
2020-02-02 19:37   ` [bug#39312] gnu: Add chatty.[v2] Leo Famulari
2020-02-03 10:55 ` [bug#39312] [PATCH] gnu: Add chatty jonathan.brielmaier
2020-02-15 13:17   ` Jakub Kądziołka
2020-03-24 15:48 ` Jakub Kądziołka
2020-03-24 17:40   ` Jonathan Brielmaier
2020-04-13 17:25 ` [bug#39312] [PATCH 0/3] [v2] " Jonathan Brielmaier
2020-04-13 17:25   ` [bug#39312] [PATCH 1/3] gnu: Add feedbackd Jonathan Brielmaier
2020-04-13 17:25   ` [bug#39312] [PATCH 2/3] gnu: Add purple-mm-sms Jonathan Brielmaier
2020-04-13 17:25   ` [bug#39312] [PATCH 3/3] gnu: Add chatty Jonathan Brielmaier
2020-04-22 15:08     ` Jonathan Brielmaier
2020-05-11 16:16 ` [bug#39312] [v3 PATCH 0/3] " Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 1/3] gnu: Add feedbackd Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 2/3] gnu: Add purple-mm-sms Jonathan Brielmaier
2020-05-11 16:16   ` [bug#39312] [PATCH 3/3] gnu: Add chatty Jonathan Brielmaier
2020-06-16 20:57   ` bug#39312: [v3 PATCH 0/3] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2485300-0a7b-0f10-2c6e-5118421871cb@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=39312@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).