GNU bug report logs - #72011
[PATCH] gnu: Add emacs-casual-info.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Tue, 9 Jul 2024 14:25:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 72011 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72011; Package guix-patches. (Tue, 09 Jul 2024 14:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to peter <at> polidoro.io:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 09 Jul 2024 14:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] gnu: Add emacs-casual-info.
Date: Tue,  9 Jul 2024 10:24:28 -0400
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/emacs-xyz.scm (emacs-casual-info): New variable.

Change-Id: I673aab9621f897aa42e04937697c02294cb12cd6
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..184348f3c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33160,6 +33160,33 @@ (define-public emacs-casual-dired
      "Casual Dired is an opinionated Transient-based porcelain for Emacs Dired.")
     (license license:gpl3+)))
 
+(define-public emacs-casual-info
+  (package
+    (name "emacs-casual-info")
+    (version "1.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kickingvegas/casual-info")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1a74njjp7vqvl4jnmrzqjpgpvgy66p11a47hx51mydyxayp4nwmr"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'chdir
+            (lambda _ (chdir "lisp"))))))
+    (propagated-inputs (list emacs-casual-lib))
+    (home-page "https://github.com/kickingvegas/casual-info")
+    (synopsis "Transient-based porcelain for info reader")
+    (description
+     "Casual Info is an opinionated Transient-based porcelain for Emacs Info reader.")
+    (license license:gpl3+)))
+
 (define-public emacs-casual-lib
   (package
     (name "emacs-casual-lib")

base-commit: c6f4757ed2c78c63e642703805867caf5d0ab277
-- 
2.45.2





This bug report was last modified 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.