GNU bug report logs -
#66535
[PATCH] gnu: Add emacs-pacfiles-mode.
Previous Next
Full log
Message #10 received at 66535-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Cayetano Santos <csantosb <at> inventati.org> skribis:
> * gnu/packages/emacs-xyz.scm (emacs-pacfiles-mode): New variable.
Applied with the changes below, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 497efbea58..2784ae2ef2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1737,17 +1737,18 @@ (define-public emacs-pacfiles-mode
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/UndeadKernel/pacfiles-mode.git")
+ (url "https://github.com/UndeadKernel/pacfiles-mode")
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"1d61s846r9ncmyx97f44r8i3p1ikgi4bab8k7xk868lja96y2ij7"))))
(build-system emacs-build-system)
(home-page "https://github.com/UndeadKernel/pacfiles-mode")
- (synopsis "Archlinux’s pacnew and pacsave merging tool")
+ (synopsis "ArchLinux's pacnew and pacsave merging tool")
(description
- "Emacs major mode to manage .pacnew and .pacsave files left by
- ArchLinux's pacman")
+ "This Emacs major mode helps manage @file{.pacnew} and @file{.pacsave}
+files left by ArchLinux's pacman.")
(license license:expat)))
(define-public emacs-minions
This bug report was last modified 1 year and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.