emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32527: closed ([PATCH] gnu: Add emacs-git-annex.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32527: closed ([PATCH] gnu: Add emacs-git-annex.)
Date: Sat, 25 Aug 2018 22:15:01 +0000

Your message dated Sun, 26 Aug 2018 00:14:21 +0200
with message-id <address@hidden>
and subject line Re: [bug#32527] [PATCH] gnu: Add emacs-git-annex.
has caused the debbugs.gnu.org bug report #32527,
regarding [PATCH] gnu: Add emacs-git-annex.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32527
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-git-annex. Date: Sat, 25 Aug 2018 02:37:45 -0400
* gnu/packages/emacs.scm (emacs-git-annex): New variable.
---
 gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2322581a3..65b285753 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11643,3 +11643,30 @@ comments and Org files in the Magit status buffer.  
Activating an item jumps
 to it in its file.  By default, it uses keywords from @code{hl-todo}, minus a
 few (like NOTE).")
       (license license:gpl3))))
+
+(define-public emacs-git-annex
+  ;; Unreleased version has a fontification fix.
+  (let ((commit "ebdb44aef1883f1b2b8058e05d30fb9315b03707")
+        (revision "1"))
+    (package
+      (name "emacs-git-annex")
+      (version (string-append "1.1-" revision "." (string-take commit 8)))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jwiegley/git-annex-el";)
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/jwiegley/git-annex-el";)
+      (synopsis "Emacs integration for git-annex")
+      (description "Enhances Dired and buffers visiting annex files with
+git-annex functionality.  In Dired, the names of annex files are shortened by
+hiding the symbolic links and fontified based on whether content is present.
+Commands for performing some common operations (e.g., unlocking and adding
+files) are provided.")
+      (license license:gpl2+))))
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32527] [PATCH] gnu: Add emacs-git-annex. Date: Sun, 26 Aug 2018 00:14:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Kyle Meyer <address@hidden> skribis:

> * gnu/packages/emacs.scm (emacs-git-annex): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]