unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66535] [PATCH] gnu: Add emacs-pacfiles-mode.
@ 2023-10-14  8:59 Cayetano Santos via Guix-patches via
  2023-10-24 16:05 ` bug#66535: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-10-14  8:59 UTC (permalink / raw)
  To: 66535; +Cc: Cayetano Santos

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66535: [PATCH] gnu: Add emacs-pacfiles-mode.
  2023-10-14  8:59 [bug#66535] [PATCH] gnu: Add emacs-pacfiles-mode Cayetano Santos via Guix-patches via
@ 2023-10-24 16:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-24 16:05 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 66535-done

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

Hi,

Cayetano Santos <csantosb@inventati.org> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-pacfiles-mode): New variable.

Applied with the changes below, thanks!

Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1258 bytes --]

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-24 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14  8:59 [bug#66535] [PATCH] gnu: Add emacs-pacfiles-mode Cayetano Santos via Guix-patches via
2023-10-24 16:05 ` bug#66535: " Ludovic Courtès

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).