guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: jami-client-gnome: Rename to 'jami'.


From: guix-commits
Subject: 01/05: gnu: jami-client-gnome: Rename to 'jami'.
Date: Fri, 26 Jul 2019 05:23:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 422e187fb48d8c5f9c3f61457cdfaf47f473b1ee
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 26 10:09:44 2019 +0200

    gnu: jami-client-gnome: Rename to 'jami'.
    
    * gnu/packages/telephony.scm (jami-client-gnome): Rename to...
    (jami): ... this.  Update 'name' field accordingly.
    (jami-client-gnome): New variable.
---
 gnu/packages/telephony.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index b5c1414..cf37756 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -847,10 +847,10 @@ This package provides a library common to all Jami 
clients.")
     (home-page "https://jami.net";)
     (license license:gpl3+)))
 
-(define-public jami-client-gnome
+(define-public jami
   (package
     (inherit libring)
-    (name "jami-client-gnome")
+    (name "jami")
     (build-system cmake-build-system)
     (inputs
      `(("libringclient" ,libringclient)
@@ -906,3 +906,6 @@ IAX protocols, as well as decentralized calling using 
P2P-DHT.
 This package provides the Jami client for the GNOME desktop.")
     (home-page "https://jami.net";)
     (license license:gpl3+)))
+
+(define-public jami-client-gnome
+  (deprecated-package "jami-client-gnome" jami))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]