From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eG1EOqBL6mL9yQAAbAwnHQ (envelope-from ) for ; Wed, 03 Aug 2022 12:19:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GOk4OaBL6mKXEAEAG6o9tA (envelope-from ) for ; Wed, 03 Aug 2022 12:19:12 +0200 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 65AADFBD8 for ; Wed, 3 Aug 2022 12:19:12 +0200 (CEST) Received: from localhost ([::1]:51920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJBT5-00038B-I0 for larch@yhetil.org; Wed, 03 Aug 2022 06:19:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBO6-0006Qk-Jr for guix-patches@gnu.org; Wed, 03 Aug 2022 06:14:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56448) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oJBO6-0006fv-AK for guix-patches@gnu.org; Wed, 03 Aug 2022 06:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oJBO6-0003y4-6R for guix-patches@gnu.org; Wed, 03 Aug 2022 06:14:02 -0400 Subject: bug#56578: [PATCH] gnu: Add android-file-transfer. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 03 Aug 2022 10:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56578 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kiasoc5 Cc: 56578-done@debbugs.gnu.org Mail-Followup-To: 56578@debbugs.gnu.org, ludo@gnu.org, kiasoc5@disroot.org Received: via spool by 56578-done@debbugs.gnu.org id=D56578.165952159815184 (code D ref 56578); Wed, 03 Aug 2022 10:14:02 +0000 Received: (at 56578-done) by debbugs.gnu.org; 3 Aug 2022 10:13:18 +0000 Received: from localhost ([127.0.0.1]:46196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBNO-0003wq-C0 for submit@debbugs.gnu.org; Wed, 03 Aug 2022 06:13:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBNJ-0003wY-BE for 56578-done@debbugs.gnu.org; Wed, 03 Aug 2022 06:13:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBNE-0006Zv-1Z; Wed, 03 Aug 2022 06:13:08 -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=LlqdN9tWHMIRAO1uUdsH1MFKIJ2VIaHmZfEg1t1Yi5c=; b=NQXw7mFffEIQnixA4VQc 0CVRHomwy2HUXaLSSkfdTJjuyK8TZkM6OMWOFSUCJCsXAwhsNAd1G0sSoSnt+OarGlHgpqa3R5OAc NiHMjz7huMqmFUymHW6skELomchxzhC8zEYeM8c/0rXQcE6cLmnYH+H21Hm3k44x/FAmbcqU8tpjR XcyEtcGTIQ3LkQWYPtbNEs40iWQEoIuGyC3DAjXe0sozTNhwbllXEpMlzP5Y6FasUqt8dFdD96Omb N3DWPLOxCf0wb8WZmbbbQNcM0I7tmG8oL5tHLjdpC674A0Z7O/r8REt6ltAlBshktQkaeHn9pmHQt M8xT6XeDXNzX3w==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49835 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBNC-0002Co-NF; Wed, 03 Aug 2022 06:13:07 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220715174140.4048a2af@aria> <20220720153822.61d425c8@aria> Date: Wed, 03 Aug 2022 12:13:04 +0200 In-Reply-To: <20220720153822.61d425c8@aria> (kiasoc5@disroot.org's message of "Wed, 20 Jul 2022 15:38:22 +0000") Message-ID: <87zggltz2n.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1659521952; 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=LlqdN9tWHMIRAO1uUdsH1MFKIJ2VIaHmZfEg1t1Yi5c=; b=aXD8VN/yuZC/zPDVCjTZhwJczamjySlVA7cPd6jNdUnBM1J0DmO5bf/k6PksndMPtF4tsi lTi9/tmU+w63JqGoy3mCcDeo7cMaSdsiTZ0c21KQVel9x0LYR86wBsrI6ASiCKsCMIWs+4 +mvG/zxrtDVzY8ppa8JdWiDbLeWDu+Hcyyx1l/rI+eVRKNN1nGyD8/yO5tY99OZzhMgHnL Y8DT0BGVvQehahpb1gwDGGbug4w7ms3Ry28XKlsq6/2HIbHp2ciCVD/ySI4WescvSut8EU KDzLqYlHf6KC8JGBmzjVT2T/UYbfhN0OAlpLdA1VAu5ZkNSxQwT3YwwpVA3P1w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659521952; a=rsa-sha256; cv=none; b=mtCSjdM+EDdvWMAHXSka3aj/Yb+ojoylQ7PersxKWbq4PcxbSF4BS9N20A8muhc3em9Dc2 zNun+QhgRDMds/M6eknZfThfmPpyt6ZmVPnkMDp4A5/gmOTTNzUc9ugvB8r91wNHHWS4Ef UNBHYv/HsxLFDWEBVtm4O6f6qCijYZ7wHTmWYqBJ/Sic0OiIynipAf3fVqp5ZmjhHSj4PM /BmrS0e1MQDxY1tKwTz80j/EVgOsmhKZyZFRQ7zz006WPtXqfwzX1acPEovw1HPJDwfp8e Zawd9aX9kpvr95SMu93//RZqFNn7pjxrSywOwBsU06lfldJC9P821V/tpo1+iA== 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=NQXw7mFf; 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: -2.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NQXw7mFf; 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: 65AADFBD8 X-Spam-Score: -2.81 X-Migadu-Scanner: scn1.migadu.com X-TUID: dZ8Ri31DByzY --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, kiasoc5 skribis: > From 45372cd82e79e116d8f80abbfec0e7e1f53200e1 Mon Sep 17 00:00:00 2001 > From: kiasoc5 > Date: Fri, 15 Jul 2022 13:37:29 -0400 > Subject: [PATCH V2] gnu: Add android-file-transfer. > > * gnu/packages/android.scm (android-file-transfer): New variable. Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index dafd9b52f3..91aaba089f 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -1290,11 +1290,11 @@ (define-public android-file-transfer (arguments (list #:tests? #f)) ;there are no tests (inputs (list qtbase-5 fuse-3 libxkbcommon)) - (native-inputs (list qttools openssl readline)) - (home-page "https://whoozle.github.io/android-file-transfer-linux") + (native-inputs (list qttools-5 openssl readline)) + (home-page "https://whoozle.github.io/android-file-transfer-linux/") (synopsis "MTP client for Android devices") (description - "This package provides a QT graphical interface for transfering -files with Android devices using MTP. It also allows the Android device to be + "This package provides a Qt graphical interface for transferring files +with Android devices using MTP. It also allows the Android device to be mounted via FUSE.") (license license:lgpl2.1+))) --=-=-=--