From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43973) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVJXK-0004Be-Ee for guix-patches@gnu.org; Thu, 14 Nov 2019 13:08:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVJXJ-0001zA-EL for guix-patches@gnu.org; Thu, 14 Nov 2019 13:08:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54626) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVJXJ-0001z1-BK for guix-patches@gnu.org; Thu, 14 Nov 2019 13:08:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVJXJ-00077K-4a for guix-patches@gnu.org; Thu, 14 Nov 2019 13:08:05 -0500 Subject: [bug#38211] [PATCH 9/9] gnu: jami: Fix wrapper. Resent-Message-ID: From: Pierre Neidhardt Date: Thu, 14 Nov 2019 19:07:08 +0100 Message-Id: <20191114180708.6942-7-mail@ambrevar.xyz> In-Reply-To: <20191114180708.6942-1-mail@ambrevar.xyz> References: <20191114180708.6942-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38211@debbugs.gnu.org * gnu/packages/telephony.scm (jami)[arguments]: Wrap around jami-gnome instead of gnome-ring. [synopsis]: Make it more sensible. --- gnu/packages/telephony.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index a3bc18f6f7..5b6c578fce 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -897,7 +897,7 @@ This package provides a library common to all Jami clients.") ("glib:bin" ,glib "bin") ("doxygen" ,doxygen))) (propagated-inputs - `(("libring" ,libring) ; Contains `dring', the daemon, which is automatically by d-bus. + `(("libring" ,libring) ; Contains `dring', the daemon, which is automatically by d-bus. ("adwaita-icon-theme" ,adwaita-icon-theme) ("evolution-data-server" ,evolution-data-server))) (arguments @@ -912,10 +912,10 @@ This package provides a library common to all Jami clients.") (lambda* (#:key inputs outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (path (string-append (assoc-ref inputs "sqlite") "/lib"))) - (wrap-program (string-append out "/bin/gnome-ring") + (wrap-program (string-append out "/bin/jami-gnome") `("LD_LIBRARY_PATH" ":" prefix (,path)))) #t))))) - (synopsis "Distributed multimedia communications platform") + (synopsis "Distributed, privacy-respecting communication program") (description "Jami (formerly GNU Ring) is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. It supports the SIP and -- 2.23.0