unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40256] gnu: packages: Update linphone.scm.
@ 2020-03-27 20:48 Raghav Gururajan
  2020-03-27 21:23 ` Leo Famulari
  2020-03-27 21:26 ` Raghav Gururajan
  0 siblings, 2 replies; 3+ messages in thread
From: Raghav Gururajan @ 2020-03-27 20:48 UTC (permalink / raw)
  To: 40256

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

Hello Guix!

Please find the attached patch to update the package module "linphone.scm".

Regards,
RG.

[-- Attachment #2: update-linphone-module.patch --]
[-- Type: application/octet-stream, Size: 1822 bytes --]

From f97ba7b56f65af8cfae5a4a12858e9785ae264c7 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 27 Mar 2020 16:44:25 -0400
Subject: [PATCH 2/2] gnu: packages: Update linphone.scm

* gnu/packages/linphone.scm: Update module.
---
 gnu/packages/linphone.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index e69de29bb2..35c9ec955f 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -0,0 +1,30 @@
+;;; GNU Guix --- Functional package management for GNU
+;;;
+;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
+
+(define-module (gnu packages linphone)
+  #:use-module (gnu packages)
+  #:use-module (gnu packages base)
+  #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (guix packages)
+  #:use-module (guix download)
+  #:use-module (guix git-download)
+  #:use-module (guix build-system cmake)
+  #:use-module (guix build-system gnu)
+  #:use-module (guix build-system python)
+  #:use-module (guix build-system qt))
-- 
2.26.0


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

* [bug#40256] gnu: packages: Update linphone.scm.
  2020-03-27 20:48 [bug#40256] gnu: packages: Update linphone.scm Raghav Gururajan
@ 2020-03-27 21:23 ` Leo Famulari
  2020-03-27 21:26 ` Raghav Gururajan
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2020-03-27 21:23 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40256

On Fri, Mar 27, 2020 at 08:48:37PM +0000, Raghav Gururajan wrote:
> Hello Guix!
> 
> Please find the attached patch to update the package module "linphone.scm".

Please make sure to keep these patches in the same bug ticket. You can
send them to <40255@debbugs.gnu.org>.

Once there is a package ready to be added, we can begin.

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

* [bug#40256] gnu: packages: Update linphone.scm.
  2020-03-27 20:48 [bug#40256] gnu: packages: Update linphone.scm Raghav Gururajan
  2020-03-27 21:23 ` Leo Famulari
@ 2020-03-27 21:26 ` Raghav Gururajan
  1 sibling, 0 replies; 3+ messages in thread
From: Raghav Gururajan @ 2020-03-27 21:26 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40256

Hi Leo!

> Please make sure to keep these patches in the same bug ticket. You can
> send them to <40255@debbugs.gnu.org>.

Oops! Sorry about that. You can close this ticket.

> Once there is a package ready to be added, we can begin.

I will send to #40255 now.

Regards,
RG.

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

end of thread, other threads:[~2020-03-27 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 20:48 [bug#40256] gnu: packages: Update linphone.scm Raghav Gururajan
2020-03-27 21:23 ` Leo Famulari
2020-03-27 21:26 ` Raghav Gururajan

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