From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 22 16:52:43 2022 Received: (at submit) by debbugs.gnu.org; 22 Mar 2022 20:52:43 +0000 Received: from localhost ([127.0.0.1]:41987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWlUg-0002YG-Vs for submit@debbugs.gnu.org; Tue, 22 Mar 2022 16:52:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:34778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWlUf-0002Y8-5L for submit@debbugs.gnu.org; Tue, 22 Mar 2022 16:52:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60770) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWlUe-0002VZ-Ta for guix-patches@gnu.org; Tue, 22 Mar 2022 16:52:40 -0400 Received: from m12-12.163.com ([220.181.12.12]:33615) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nWlUb-0007ry-C0 for guix-patches@gnu.org; Tue, 22 Mar 2022 16:52:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=SAJcQ DU/sS8RjRopuEzAMx48zU1t9xwrkfhaFsv3yyo=; b=MNSkjUczh7ZLDGo0D2aQm 83K9Ht3RVxjPlQICXw/DvGqGx/xy7lPAMX3/HIJx5esgUsWXVwJY2uEkbmxUwDpu wP7W9Q2dzYAIxoidST1at8d5/KVYRbMhGb99iLvxbsyEsEaBqYJSLkAS2rxjv/z3 Q9EeQQWGCW5Ah98YtTfT9k= Received: from localhost.localdomain (unknown [117.92.162.81]) by smtp8 (Coremail) with SMTP id DMCowABH+VsTNzpiND1SBg--.15108S2; Wed, 23 Mar 2022 04:52:35 +0800 (CST) From: tumashu@163.com To: guix-patches@gnu.org Subject: [PATCH] gnu: Add gigolo. Date: Wed, 23 Mar 2022 04:52:29 +0800 Message-Id: <20220322205229.10070-1-tumashu@163.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: DMCowABH+VsTNzpiND1SBg--.15108S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7CF4xGr4fGw48tr4DCFy5CFg_yoW8Gr18pr 98Cr1rWryfKryxG393GF12qFyFvFZ5AFn8Cwn7Zw1xt3WjqrW8Cry3tFW5tFy3JF4xCa1Y ga1fXF4UWFy5ArJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0p_uc_3UUUUU= X-Originating-IP: [117.92.162.81] X-CM-SenderInfo: 5wxpt2lkx6il2tof0z/1tbiwBPL1FXlu2rEowAAsK Received-SPF: pass client-ip=220.181.12.12; envelope-from=tumashu@163.com; helo=m12-12.163.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: submit Cc: Feng Shu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) From: Feng Shu * gnu/packages/xfce.scm (gigolo): New variable. --- gnu/packages/xfce.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index cdd98f2863..b58a517257 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -881,6 +881,29 @@ (define-public xfdesktop devices and folders.") (license gpl2+))) +(define-public gigolo + (package + (name "gigolo") + (version "0.5.2") + (source (origin + (method url-fetch) + (uri (string-append "https://archive.xfce.org/src/apps/" + name "/" (version-major+minor version) + "/" name "-" version ".tar.bz2")) + (sha256 + (base32 + "1hxv3lla567nnqxxly8xfi8fzmpcdhxb493x9hinr7szfnh1ljp3")))) + (build-system gnu-build-system) + (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") + (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+))) + (define-public xfce4-terminal (package (name "xfce4-terminal") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 25 06:57:37 2022 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: tumashu@163.com Subject: Re: bug#54527: [PATCH] gnu: Add gigolo. 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54527-done Cc: 54527-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= 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 --=-=-=-- From unknown Sat Jun 14 03:52:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Apr 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator