From patchwork Wed Nov 22 14:58:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 56738 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 1D33427BBE9; Wed, 22 Nov 2023 14:59:15 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3E5D227BBE2 for ; Wed, 22 Nov 2023 14:59:13 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r5ogv-0002Iu-Tw; Wed, 22 Nov 2023 09:59:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5ogu-0002IV-73 for guix-patches@gnu.org; Wed, 22 Nov 2023 09:59:01 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r5ogt-0002hC-UM for guix-patches@gnu.org; Wed, 22 Nov 2023 09:58:59 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r5ogw-00058k-RB for guix-patches@gnu.org; Wed, 22 Nov 2023 09:59:02 -0500 Subject: bug#66665: [PATCH v2] gnu: Add clifm. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 22 Nov 2023 14:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66665 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Rodion Goritskov Cc: 66665-done@debbugs.gnu.org Mail-Followup-To: 66665@debbugs.gnu.org, ludo@gnu.org, rodion.goritskov@gmail.com Received: via spool by 66665-done@debbugs.gnu.org id=D66665.170066513019733 (code D ref 66665); Wed, 22 Nov 2023 14:59:02 +0000 Received: (at 66665-done) by debbugs.gnu.org; 22 Nov 2023 14:58:50 +0000 Received: from localhost ([127.0.0.1]:59558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5ogj-00058D-Iu for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:58:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5ogh-000580-8p for 66665-done@debbugs.gnu.org; Wed, 22 Nov 2023 09:58:48 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5ogY-0002bt-Jp; Wed, 22 Nov 2023 09:58:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=dJhe23SJihV7vQzc9LLHxYC9SsZDgRxUKNIQnT1nW5k=; b=IiC4LOX0QV+K9qsLwv2+ RjDWLQJVq9fto/MMJ3LSfh9r5MJbuhcLXEc6s4u9XihU8ccEy8MfOidNDPpxmPJ/ZUlQPXfWjk6NV sfjJTST7rXI/pdz3SaJu6c/JQ3g0FdQI3rAVMptGb/WdJuNhpU8qqRS4rhWoah/a0tC/ZQI/dXAJi VH9aVbpqYMgvzuOKXHz9UIVMqFIqj2woh9ZkUalIDY32rDIdd4qHmbcdYYjhgdPPfg/rIFNlrS0uC P00PIZW61Ug5aI7YGEi8ln3QnQklVDFZp+sZ1rpP2vWd6nsjC+/8IFb3271Ym+aYVWIFCKXW3NeQL BEj2hFRDADHDxw==; From: Ludovic =?utf-8?q?Court=C3=A8s?= In-Reply-To: <6e21677f082e295034771d944ef67133099c7481.1699989741.git.rodion.goritskov@gmail.com> (Rodion Goritskov's message of "Tue, 14 Nov 2023 23:22:21 +0400") References: <6e21677f082e295034771d944ef67133099c7481.1699989741.git.rodion.goritskov@gmail.com> Date: Wed, 22 Nov 2023 15:58:35 +0100 Message-ID: <8734wxltr8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Rodion Goritskov skribis: > * gnu/packages/clifm.scm (clifm): New variable Hi! Applied with the changes below, thanks! Ludo’. diff --git a/gnu/local.mk b/gnu/local.mk index fcd9024ce3..fc2662e479 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -177,6 +177,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/chromium.scm \ %D%/packages/ci.scm \ %D%/packages/cinnamon.scm \ + %D%/packages/clifm.scm \ %D%/packages/clojure.scm \ %D%/packages/cluster.scm \ %D%/packages/cmake.scm \ diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm index 091a9298a9..92d14f1072 100644 --- a/gnu/packages/clifm.scm +++ b/gnu/packages/clifm.scm @@ -52,7 +52,11 @@ (define-public clifm (delete 'check)))) (inputs (list readline acl libcap)) (home-page "https://github.com/leo-arch/clifm") - (synopsis "Command line file manager") - (description "Shell-like, text-based terminal file -manager that sits on the command line.") - (license license:gpl2))) + (synopsis "Command-line file manager") + (description "Clifm a shell-like, text-based terminal file manager that +sits on the command line. + +It is built with command line principles in mind: instead of navigating +through a big menu of files, it lets you type, exactly as you do in your +regular shell, but easier and faster.") + (license license:gpl2+)))