diff mbox series

[bug#44957,PIDGIN] : v3

Message ID 76718c32-df1f-0420-c14b-59076bdb90d3@raghavgururajan.name
State Superseded
Headers show
Series [bug#44957,PIDGIN] : v3 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Raghav Gururajan Nov. 30, 2020, 6:22 a.m. UTC
Patch-set v3

Comments

Danny Milosavljevic Nov. 30, 2020, 9:16 a.m. UTC | #1
Could you add author, date etc to b/gnu/packages/patches/pidgin-vv-gst.patch ?
Raghav Gururajan Nov. 30, 2020, 11:45 p.m. UTC | #2
Hi Danny!

> Could you add author, date etc to b/gnu/packages/patches/pidgin-vv-gst.patch ?

I used the upstream patch 
(https://keep.imfreedom.org/pidgin/pidgin/rev/39ac50435cfb). But the 
upstream does not use git. So I was unable to get the patch in 
'format-patch' way and only in 'diff' way. Is it okay if mention the 
author and date in commit message and/or as comment inside package 
definition?

Regards,
RG.
diff mbox series

Patch

From f5de9c69d385a75b7f4c6c311dccc2af7f3a0023 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 30 Nov 2020 01:18:51 -0500
Subject: [PATCH 14/14] gnu: pidgin-otr: Add some inputs.

* gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add
gettext-minimal.
[inputs]: Add perl.
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2e405fb082..ee9ccd2cad 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -856,14 +856,15 @@  chat protocols.")
         (base32 "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("intltool" ,intltool)
+     `(("gettext" ,gettext-minimal)
+       ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)
        ("gtk+" ,gtk+-2)
        ("libgcrypt" ,libgcrypt)
-       ("libgpg-error" ,libgpg-error)
        ("libotr" ,libotr)
+       ("perl" ,perl)
        ("pidgin" ,pidgin)))
     (synopsis "Off-the-Record Messaging plugin for Pidgin")
     (description "Pidgin-OTR is a plugin that adds support for OTR to the Pidgin
-- 
2.29.2