GNU bug report logs -
#66535
[PATCH] gnu: Add emacs-pacfiles-mode.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#66535: [PATCH] gnu: Add emacs-pacfiles-mode.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 66535 <at> debbugs.gnu.org.
--
66535: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66535
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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 4 (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
[Message part 5 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-pacfiles-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bb8c25f9b5..2758b7ce3f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1729,6 +1729,26 @@ (define-public emacs-fzf
purpose finder.")
(license license:gpl3+))))
+(define-public emacs-pacfiles-mode
+ (package
+ (name "emacs-pacfiles-mode")
+ (version "1.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/UndeadKernel/pacfiles-mode.git")
+ (commit (string-append "v" 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")
+ (description
+ "Emacs major mode to manage .pacnew and .pacsave files left by
+ ArchLinux's pacman")
+ (license license:expat)))
+
(define-public emacs-minions
(package
(name "emacs-minions")
base-commit: 8e8d20b6b35d3ab529f9045cc8a779cdcec9c471
--
2.41.0
This bug report was last modified 1 year and 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.