From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id mWBGM0GgPWI8gAEAgWs5BA (envelope-from ) for ; Fri, 25 Mar 2022 11:58:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6ATFL0GgPWIJFQAA9RJhRA (envelope-from ) for ; Fri, 25 Mar 2022 11:58:09 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7A35CC632 for ; Fri, 25 Mar 2022 11:58:09 +0100 (CET) Received: from localhost ([::1]:50884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXhdv-0004wI-VG for larch@yhetil.org; Fri, 25 Mar 2022 06:58:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhdq-0004ve-6M for guix-patches@gnu.org; Fri, 25 Mar 2022 06:58:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nXhdp-00020O-Tt for guix-patches@gnu.org; Fri, 25 Mar 2022 06:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nXhdp-000403-U4 for guix-patches@gnu.org; Fri, 25 Mar 2022 06:58:01 -0400 Subject: bug#54527: [PATCH] gnu: Add gigolo. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 25 Mar 2022 10:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54527 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: tumashu@163.com Cc: 54527-done@debbugs.gnu.org Mail-Followup-To: 54527@debbugs.gnu.org, ludo@gnu.org, tumashu@163.com Received: via spool by 54527-done@debbugs.gnu.org id=D54527.164820585715327 (code D ref 54527); Fri, 25 Mar 2022 10:58:01 +0000 Received: (at 54527-done) by debbugs.gnu.org; 25 Mar 2022 10:57:37 +0000 Received: from localhost ([127.0.0.1]:50278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXhdQ-0003z8-QK for submit@debbugs.gnu.org; Fri, 25 Mar 2022 06:57:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXhdP-0003yt-5e for 54527-done@debbugs.gnu.org; Fri, 25 Mar 2022 06:57:35 -0400 Received: from [2001:470:142:3::e] (port=50286 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhdJ-0001tH-Hu; Fri, 25 Mar 2022 06:57:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=VIBEZmpnueMm2PNgCk8ynJWaq7zgNQNiufnKG50V7HU=; b=SbxKl5dNDlZbOGcWx++O stICjP96+2q+0NjYJ4HDG8T8Iao+pV2/hgGcmn4NGZy4pKNY49AKvBdVnjByj2D1l65PZxj+bTfui KGFyWTgngenYDNllrpFwayasmT+cJEML7nMJD9M2LhX1yVmoj7royN9Hnt+c2KSNV20g45oBdpb4I dFvWmmsc4gfbhkPErqjaS+nXNUpsz7lp7I55/MaTkl+KaxIz25dgPx8GAe4zYjtdvl1qaDELaIKrf Vk/zoIX9Kz3z6E9THM1Vb60H7dJKrkUNEbh1lWGN7JZxLhrcsHrB+2CrdYXgC7vGAjPtDo4oqP7hX 4X8VNbJ3wdVg0g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51625 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhdI-0005Rq-W4; Fri, 25 Mar 2022 06:57:29 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220322205229.10070-1-tumashu@163.com> Date: Fri, 25 Mar 2022 11:57:26 +0100 In-Reply-To: <20220322205229.10070-1-tumashu@163.com> (tumashu@163.com's message of "Wed, 23 Mar 2022 04:52:29 +0800") Message-ID: <878rsy8fl5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1648205889; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=VIBEZmpnueMm2PNgCk8ynJWaq7zgNQNiufnKG50V7HU=; b=nmCKnX2gT4C/f3NykD7NQtSeOaf8BwKhnZL7oybye8pXgszKAkkFQcUJIIrgXKWSByl2OD okf4dS8hhOX1mXXilztyeHYriQIxlCi29ghFK2XZqxbLqktKugYkIqAl93a1te27Y68RbJ 1z9rTa1tmJVXlgaIMQZg3+65dyPh40dA/LR2juBr/FiuFNoQ/sF/7UGdWuNPgpGKpHgcg/ XyH6mcoyUgPx8zDeP6mPLEetyrN9LQ9n1y8Zh4+zPeCKcokVq+2m7ke3j8os0QYbAlMsKr ag96XfwkppRUJT4R9tqxbaTJsCOny6lNkDIq54fr9aSOSdUFM3h/MU23YxVt5g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648205889; a=rsa-sha256; cv=none; b=ASChROVw2p8uKliWFUenKJm4tMhqykdwNzfTh0OgzJYZZ+ZCEej2TyyV3BECnNWgHWVviN eTnAwlAqO5xo0VxYd82O9RUeuWabe4+vcml40iFIAbYCuaUbeBAA2egmDsPLXMYlcTFNUj CzbcKJHrQp5IHtssCrpMIVJq9uHANwTo1PZ+e9r1ae4nQS9pk8yEKOvPQVG4G2P7y5uV4W vxD5yx6b3AeEI/PeP4+Zy+XwfaFlvP/k4Kcml7TfVss5o8Gdk/9ihsNWs/NFAB+xQUqyDT MvY4QU3zdv68nwNHn05mC17XvijxnTuFHLHHx8HkstaVJhb1+oKY5bcyK2F5Rw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SbxKl5dN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.59 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SbxKl5dN; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 7A35CC632 X-Spam-Score: -3.59 X-Migadu-Scanner: scn0.migadu.com X-TUID: 3ivwsgVr2ptN --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, tumashu@163.com skribis: > From: Feng Shu > > * gnu/packages/xfce.scm (gigolo): New variable. Applied with the cosmetic changes below + license change: source file headers explicitly say =E2=80=9Cversion 2=E2=80=9D, without the =E2=80=9Cor= any later version=E2=80=9D wording. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b58a517257..a2d8e99290 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -897,12 +897,12 @@ (define-public gigolo (native-inputs (list pkg-config intltool)) (inputs (list gtk+)) (home-page "https://www.xfce.org/") - (synopsis "A frontend to easily manage connections to remote filesystems") + (synopsis "Manage connections to remote file systems") (description - "A frontend to easily manage connections to remote filesystems using -GIO/GVfs. It allows you to quickly connect/mount local and remote filesystems -and manage bookmarks of such.") - (license gpl2+))) + "Gigolo is a graphical user interface to easily manage connections to +remote file systems using GIO/GVfs. It allows you to quickly connect/mount +local and remote file systems and manage bookmarks of such.") + (license gpl2))) ;version 2 only (define-public xfce4-terminal (package --=-=-=--