From patchwork Thu Nov 14 18:07:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre Neidhardt X-Patchwork-Id: 16114 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D0DCA1774B; Thu, 14 Nov 2019 18:08:17 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 973E317749 for ; Thu, 14 Nov 2019 18:08:17 +0000 (GMT) Received: from localhost ([::1]:60430 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVJXU-0004Hu-OD for patchwork@mira.cbaines.net; Thu, 14 Nov 2019 13:08:16 -0500 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 X-Loop: help-debbugs@gnu.org Subject: [bug#38211] [PATCH 9/9] gnu: jami: Fix wrapper. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Nov 2019 18:08:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38211 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 38211@debbugs.gnu.org Received: via spool by 38211-submit@debbugs.gnu.org id=B38211.157375484027232 (code B ref 38211); Thu, 14 Nov 2019 18:08:05 +0000 Received: (at 38211) by debbugs.gnu.org; 14 Nov 2019 18:07:20 +0000 Received: from localhost ([127.0.0.1]:35209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVJWZ-000754-N0 for submit@debbugs.gnu.org; Thu, 14 Nov 2019 13:07:19 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:49563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iVJWS-000742-Mq for 38211@debbugs.gnu.org; Thu, 14 Nov 2019 13:07:13 -0500 X-Originating-IP: 92.169.151.76 Received: from localhost.localdomain (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: mail@ambrevar.xyz) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 108381BF213 for <38211@debbugs.gnu.org>; Thu, 14 Nov 2019 18:07:10 +0000 (UTC) From: Pierre Neidhardt Date: Thu, 14 Nov 2019 19:07:08 +0100 Message-Id: <20191114180708.6942-7-mail@ambrevar.xyz> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191114180708.6942-1-mail@ambrevar.xyz> References: <20191114180708.6942-1-mail@ambrevar.xyz> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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