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

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

bug#52439: closed ([PATCH 1/2] gnu: Add emacs-rec-mode.)


From: GNU bug Tracking System
Subject: bug#52439: closed ([PATCH 1/2] gnu: Add emacs-rec-mode.)
Date: Tue, 14 Dec 2021 20:36:01 +0000

Your message dated Tue, 14 Dec 2021 21:34:57 +0100
with message-id <788b066e2cadee3405f4bfdbf9c069f5bf6fb9ca.camel@gmail.com>
and subject line Re: [PATCH] gnu: emacs-recutils: Update to 1.8.2-0.058dbe4.
has caused the debbugs.gnu.org bug report #52439,
regarding [PATCH 1/2] gnu: Add emacs-rec-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52439: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52439
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add emacs-rec-mode. Date: Sat, 11 Dec 2021 14:39:49 -0500
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-rec-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4fdc5f1bb3..aada2b17ce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22004,6 +22004,46 @@ (define-public emacs-org-brain
 wiki.")
     (license license:expat)))
 
+(define-public emacs-rec-mode
+  ;; Compilation issues with latest release.  When updating to a proper
+  ;; version, we should change the origin to elpa.
+  (let ((commit "646962cff4f728cfa56c72ed43de8936713c8bb6")
+        (revision "0"))
+    (package
+      (name "emacs-rec-mode")
+      (version (git-version "1.8.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url 
"https://git.savannah.gnu.org/git/recutils/rec-mode.git";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1f5d5kf4rc84v8208qh0l8f5ac92fjqvrlgz0hhgj764v8w2ahpq"))
+                (modules '((guix build utils)))
+                (snippet '(begin (delete-file "rec-mode.info")))))
+      (arguments
+       '(#:phases
+         (modify-phases %standard-phases
+           (add-before 'install 'make-info
+             (lambda _
+               (invoke "makeinfo" "--no-split"
+                       "-o" "rec-mode.info" "rec-mode.texi"))))))
+      (native-inputs
+       `(("texinfo" ,texinfo)))
+      (build-system emacs-build-system)
+      (home-page "https://www.gnu.org/software/recutils/";)
+      (synopsis "Major mode for viewing/editing rec files")
+      (description "Rec Mode is a mode for browsing and editing recfiles,
+which are text files containing data structured in fields and records.  It is
+part of the GNU recutils suite.
+
+Recfiles are text-based databases which are easy to read and write manually
+using a text editor.  At the same time they feature enough structure so they
+can be read, edited and processed automatically by programs.")
+      (license license:gpl3+))))
+
 (define-public emacs-recent-addresses
   (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
         (revision "1"))
--
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: emacs-recutils: Update to 1.8.2-0.058dbe4. Date: Tue, 14 Dec 2021 21:34:57 +0100 User-agent: Evolution 3.34.2
Am Dienstag, den 14.12.2021, 20:36 +0100 schrieb Liliana Marie Prikler:
> Hi,
> 
> Note, that you don't need to clean any of this up; I'll do it myself
> before pushing.  However, due to the recent c-u-f merge and the fact
> that I only have limited time per day to actually push things, I
> wanted to give some feedback ahead of time for the sake of
> transparency.
Sorry for the noise, it seems my pull finished quicker than expected. 
I also followed up with the name change + deprecation, since handling
of upstream-name is not in the ELPA importer.

Thanks and enjoy Guix 1.4.0



--- End Message ---

reply via email to

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