GNU bug report logs - #66535
[PATCH] gnu: Add emacs-pacfiles-mode.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sat, 14 Oct 2023 09:01:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#66535: closed (Re: [bug#66535] [PATCH] gnu: Add
 emacs-pacfiles-mode.)
Date: Tue, 24 Oct 2023 16:07:02 +0000
[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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 66535-done <at> debbugs.gnu.org
Subject: Re: [bug#66535] [PATCH] gnu: Add emacs-pacfiles-mode.
Date: Tue, 24 Oct 2023 18:05:35 +0200
[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)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-pacfiles-mode.
Date: Sat, 14 Oct 2023 10:59:17 +0200
* 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.