unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Fidel Ramos <f@fidelramos.net>
To: 59409@debbugs.gnu.org
Subject: [bug#59409] gnu: Add emacs-dirvish.
Date: Sun, 20 Nov 2022 10:38:33 +0000	[thread overview]
Message-ID: <xOZL_n9atb2DuTzCjuQS789fxvPtFVQbTcaZb9wHqtMWMEj0Z_dhZ3IwS7IHLb8RZeQFoD5bY_pyP7WBliZqgOihw1FhlTdCLNZtrfVHIl0=@fidelramos.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Tested working with ./pre-inst-env guix build --rounds=2 emacs-dirvish and a guix-only Emacs configuration.

Fidel Ramos
https://fidelramos.net/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-dirvish.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-emacs-dirvish.patch, Size: 2375 bytes --]

From 346f0e0e371a4477e924ac66fccc1eb5d91e5829 Mon Sep 17 00:00:00 2001
From: Fidel Ramos <f@fidelramos.net>
Date: Sun, 20 Nov 2022 10:25:56 +0000
Subject: [PATCH] gnu: Add emacs-dirvish.

* gnu/packages/emacs-xyz.scm (emacs-dirvish): New variable.
---
 gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fe0d9f1dc9..78ff3f9b1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17101,6 +17101,40 @@ (define-public emacs-dired-sidebar
 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
     (license license:gpl3+)))
 
+(define-public emacs-dirvish
+  (package
+    (name "emacs-dirvish")
+    (version "2.0.53")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/alexluigit/dirvish")
+                    (commit "c535e2147171be5506f4ff34e862bacbfb3de768")))
+              (sha256
+               (base32
+                "1nmp5ci4dvcpih6phfhk66s98lf8b49qd35ymy29kqkf5v4cnwga"))
+              (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-transient" ,emacs-transient)))
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  ;; Move the extensions source files to the top level, which is included in
+                  ;; the EMACSLOADPATH.
+                  (add-after 'unpack 'move-source-files
+                    (lambda _
+                      (let ((el-files (find-files "./extensions" ".*\\.el$")))
+                        (for-each (lambda (f)
+                                    (rename-file f
+                                                 (basename f))) el-files)))))))
+    (home-page "https://github.com/alexluigit/dirvish")
+    (synopsis "Improved version of the Emacs package Dired")
+    (description
+     "Dirvish is an improved version of the Emacs inbuilt package
+Dired.  It not only gives Dired an appealing and highly customizable user
+interface, but also comes together with almost all possible parts required for
+full usability as a modern file manager.")
+    (license license:gpl3+)))
+
 (define-public emacs-which-key
   (package
     (name "emacs-which-key")
-- 
2.38.1


             reply	other threads:[~2022-11-20 13:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20 10:38 Fidel Ramos [this message]
2022-11-21  5:05 ` [bug#59409] gnu: Add emacs-dirvish Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='xOZL_n9atb2DuTzCjuQS789fxvPtFVQbTcaZb9wHqtMWMEj0Z_dhZ3IwS7IHLb8RZeQFoD5bY_pyP7WBliZqgOihw1FhlTdCLNZtrfVHIl0=@fidelramos.net' \
    --to=f@fidelramos.net \
    --cc=59409@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).