guix-devel
[Top][All Lists]
Advanced

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

Re: Rename GNU Jami Package in Guix?


From: Ludovic Courtès
Subject: Re: Rename GNU Jami Package in Guix?
Date: Thu, 25 Jul 2019 19:05:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hello,

Raghav Gururajan <address@hidden> skribis:

>>      Error verifying signature: Failed to execute gpg.
>> I agree, it's a GNOME app although the ring.cx launcher supports KDE
>> explicitly.  Anyways, I see no need to leave the "-client-gnome"
>> part.
>
> Thanks :-). Well, if we leave that part, it will be straight-forward
> that it can used with any DE and not just GNOME right?

I’ll push the patch below if nobody beats me at it.  :-)

Ludo’.

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index b5c14143a8..cf37756503 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]