unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1.
@ 2019-10-24 14:10 Tanguy Le Carrour
  2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-24 14:10 UTC (permalink / raw)
  To: 37903



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH 1/2] gnu: profanity: Update to 0.7.1.
  2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
@ 2019-10-24 14:12 ` Tanguy Le Carrour
  2019-10-24 16:02   ` Mathieu Othacehe
  2019-10-24 14:13 ` [bug#37903] [PATCH 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-24 14:12 UTC (permalink / raw)
  To: 37903

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



[-- Attachment #2: Type: text/plain, Size: 1617 bytes --]

From 5eac4a4afd1211a4f40096f716d1aa15b4be9559 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Thu, 24 Oct 2019 15:51:34 +0200
Subject: [PATCH 1/2] gnu: profanity: Update to 0.7.1.

* gnu/packages/messaging.scm (profanity): Update to 0.7.1.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 741b3285e2..ca51024d2b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1617,14 +1618,14 @@ are both supported).")
 (define-public profanity
     (package
         (name "profanity")
-        (version "0.5.1")
+        (version "0.7.1")
         (source (origin
                   (method url-fetch)
-                  (uri (string-append "http://www.profanity.im/profanity-"
+                  (uri (string-append "https://profanity-im.github.io/profanity-"
                                       version ".tar.gz"))
                   (sha256
                    (base32
-                     "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
+                     "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
         (build-system gnu-build-system)
         (inputs
          `(("curl" ,curl)
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH 2/2] gnu: profanity: Correct indentation.
  2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
  2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
@ 2019-10-24 14:13 ` Tanguy Le Carrour
  2019-10-25 12:46 ` [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
  2019-10-25 12:46 ` [bug#37903] [PATCH v2 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
  3 siblings, 0 replies; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-24 14:13 UTC (permalink / raw)
  To: 37903

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



[-- Attachment #2: Type: text/plain, Size: 3097 bytes --]

From 4cde7142307210ececf842bb5a3d643cef8811f5 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Thu, 24 Oct 2019 15:53:14 +0200
Subject: [PATCH 2/2] gnu: profanity: Correct indentation.

* gnu/packages/messaging.scm (profanity): Correct indentation.
---
 gnu/packages/messaging.scm | 64 +++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ca51024d2b..f890ad8dd5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1616,39 +1616,39 @@ are both supported).")
     (license (list license:gpl3+ license:x11))))
 
 (define-public profanity
-    (package
-        (name "profanity")
-        (version "0.7.1")
-        (source (origin
-                  (method url-fetch)
-                  (uri (string-append "https://profanity-im.github.io/profanity-"
-                                      version ".tar.gz"))
-                  (sha256
-                   (base32
-                     "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
-        (build-system gnu-build-system)
-        (inputs
-         `(("curl" ,curl)
-           ("expat" ,expat)
-           ("glib" ,glib)
-           ("gpgme" ,gpgme)
-           ("libmesode" ,libmesode)
-           ("libotr" ,libotr)
-           ("ncurses" ,ncurses)
-           ("openssl" ,openssl)
-           ("readline" ,readline)))
-        (native-inputs
-         `(("autoconf" ,autoconf)
-           ("autoconf-archive" ,autoconf-archive)
-           ("automake" ,automake)
-           ("cmocka" ,cmocka)
-           ("libtool" ,libtool)
-           ("pkg-config" ,pkg-config)))
-        (synopsis "Console-based XMPP client")
-        (description "Profanity is a console based XMPP client written in C
+  (package
+    (name "profanity")
+    (version "0.7.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://profanity-im.github.io/profanity-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("curl" ,curl)
+       ("expat" ,expat)
+       ("glib" ,glib)
+       ("gpgme" ,gpgme)
+       ("libmesode" ,libmesode)
+       ("libotr" ,libotr)
+       ("ncurses" ,ncurses)
+       ("openssl" ,openssl)
+       ("readline" ,readline)))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("autoconf-archive" ,autoconf-archive)
+       ("automake" ,automake)
+       ("cmocka" ,cmocka)
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)))
+    (synopsis "Console-based XMPP client")
+    (description "Profanity is a console based XMPP client written in C
 using ncurses and libmesode, inspired by Irssi.")
-        (home-page "http://www.profanity.im")
-        (license license:gpl3+)))
+    (home-page "http://www.profanity.im")
+    (license license:gpl3+)))
 
 (define-public libircclient
   (package
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH 1/2] gnu: profanity: Update to 0.7.1.
  2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
@ 2019-10-24 16:02   ` Mathieu Othacehe
  0 siblings, 0 replies; 8+ messages in thread
From: Mathieu Othacehe @ 2019-10-24 16:02 UTC (permalink / raw)
  To: 37903


Hello Tanguy,

> * gnu/packages/messaging.scm (profanity): Update to 0.7.1.

This patch doesn't apply on master. Can you rebase it please?
You also need to add mention of the uri update in the commit message.

Thanks,

Mathieu

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.
  2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
  2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
  2019-10-24 14:13 ` [bug#37903] [PATCH 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
@ 2019-10-25 12:46 ` Tanguy Le Carrour
  2019-10-25 14:11   ` bug#37903: " Mathieu Othacehe
  2019-10-25 12:46 ` [bug#37903] [PATCH v2 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
  3 siblings, 1 reply; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-25 12:46 UTC (permalink / raw)
  To: 37903

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

Sorry, I thought I had pull the latest master!
I also added something about the source URL in the commit message.

[-- Attachment #2: Type: text/plain, Size: 1675 bytes --]

From fe29bf229aba44a4ddff2903c26f43d69b372819 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Thu, 24 Oct 2019 15:51:34 +0200
Subject: [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.

* gnu/packages/messaging.scm (profanity): Update to 0.7.1.  Update
source URL to the one provided on the website.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 741b3285e2..ca51024d2b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1617,14 +1618,14 @@ are both supported).")
 (define-public profanity
     (package
         (name "profanity")
-        (version "0.5.1")
+        (version "0.7.1")
         (source (origin
                   (method url-fetch)
-                  (uri (string-append "http://www.profanity.im/profanity-"
+                  (uri (string-append "https://profanity-im.github.io/profanity-"
                                       version ".tar.gz"))
                   (sha256
                    (base32
-                     "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
+                     "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
         (build-system gnu-build-system)
         (inputs
          `(("curl" ,curl)
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH v2 2/2] gnu: profanity: Correct indentation.
  2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
                   ` (2 preceding siblings ...)
  2019-10-25 12:46 ` [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
@ 2019-10-25 12:46 ` Tanguy Le Carrour
  3 siblings, 0 replies; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-25 12:46 UTC (permalink / raw)
  To: 37903

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



[-- Attachment #2: Type: text/plain, Size: 3100 bytes --]

From 2fffd07b71d6dcecab6d8a9fc0e51fe4d8c13580 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Thu, 24 Oct 2019 15:53:14 +0200
Subject: [PATCH v2 2/2] gnu: profanity: Correct indentation.

* gnu/packages/messaging.scm (profanity): Correct indentation.
---
 gnu/packages/messaging.scm | 64 +++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ca51024d2b..f890ad8dd5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1616,39 +1616,39 @@ are both supported).")
     (license (list license:gpl3+ license:x11))))
 
 (define-public profanity
-    (package
-        (name "profanity")
-        (version "0.7.1")
-        (source (origin
-                  (method url-fetch)
-                  (uri (string-append "https://profanity-im.github.io/profanity-"
-                                      version ".tar.gz"))
-                  (sha256
-                   (base32
-                     "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
-        (build-system gnu-build-system)
-        (inputs
-         `(("curl" ,curl)
-           ("expat" ,expat)
-           ("glib" ,glib)
-           ("gpgme" ,gpgme)
-           ("libmesode" ,libmesode)
-           ("libotr" ,libotr)
-           ("ncurses" ,ncurses)
-           ("openssl" ,openssl)
-           ("readline" ,readline)))
-        (native-inputs
-         `(("autoconf" ,autoconf)
-           ("autoconf-archive" ,autoconf-archive)
-           ("automake" ,automake)
-           ("cmocka" ,cmocka)
-           ("libtool" ,libtool)
-           ("pkg-config" ,pkg-config)))
-        (synopsis "Console-based XMPP client")
-        (description "Profanity is a console based XMPP client written in C
+  (package
+    (name "profanity")
+    (version "0.7.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://profanity-im.github.io/profanity-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("curl" ,curl)
+       ("expat" ,expat)
+       ("glib" ,glib)
+       ("gpgme" ,gpgme)
+       ("libmesode" ,libmesode)
+       ("libotr" ,libotr)
+       ("ncurses" ,ncurses)
+       ("openssl" ,openssl)
+       ("readline" ,readline)))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("autoconf-archive" ,autoconf-archive)
+       ("automake" ,automake)
+       ("cmocka" ,cmocka)
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)))
+    (synopsis "Console-based XMPP client")
+    (description "Profanity is a console based XMPP client written in C
 using ncurses and libmesode, inspired by Irssi.")
-        (home-page "http://www.profanity.im")
-        (license license:gpl3+)))
+    (home-page "http://www.profanity.im")
+    (license license:gpl3+)))
 
 (define-public libircclient
   (package
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* bug#37903: [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.
  2019-10-25 12:46 ` [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
@ 2019-10-25 14:11   ` Mathieu Othacehe
  2019-10-25 14:31     ` [bug#37903] " Tanguy Le Carrour
  0 siblings, 1 reply; 8+ messages in thread
From: Mathieu Othacehe @ 2019-10-25 14:11 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 37903-done

Hello Tanguy,

> Sorry, I thought I had pull the latest master!
> I also added something about the source URL in the commit message.

The patch applying issue seems to come from an encoding issue. Could you
check the configuration of your mailer, or use git send-email instead?

You can convince yourself of the issue by trying to apply your patch,
from your email, using git am command.

I also edited the commit message of the first patch to follow commit log
conventions.

Thanks for your work :),

Mathieu

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.
  2019-10-25 14:11   ` bug#37903: " Mathieu Othacehe
@ 2019-10-25 14:31     ` Tanguy Le Carrour
  0 siblings, 0 replies; 8+ messages in thread
From: Tanguy Le Carrour @ 2019-10-25 14:31 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 37903-done

Hi!

Le 10/25, Mathieu Othacehe a écrit :
> > Sorry, I thought I had pull the latest master!
> > I also added something about the source URL in the commit message.
> 
> The patch applying issue seems to come from an encoding issue. Could you
> check the configuration of your mailer, or use git send-email instead?

I'm sending patches with neomutt, but it turns out to be really painful
when there are more than 2 patches.
I'll configure `git send-email` asap!


> I also edited the commit message of the first patch to follow commit log
> conventions.

Yeah, I have to work on that, sorry! I usually go through the log
history to find something similar, but it's not always successful!


> Thanks for your work :),

Thanks for your!

-- 
Tanguy

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-25 14:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
2019-10-24 16:02   ` Mathieu Othacehe
2019-10-24 14:13 ` [bug#37903] [PATCH 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
2019-10-25 12:46 ` [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
2019-10-25 14:11   ` bug#37903: " Mathieu Othacehe
2019-10-25 14:31     ` [bug#37903] " Tanguy Le Carrour
2019-10-25 12:46 ` [bug#37903] [PATCH v2 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour

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).