GNU bug report logs - #53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <pinoaffe <at> gmail.com>

Date: Sat, 29 Jan 2022 13:46:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


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

From: pinoaffe <pinoaffe <at> gmail.com>
To: 53622 <at> debbugs.gnu.org
Cc: pinoaffe <pinoaffe <at> gmail.com>
Subject: [PATCH V2 2/8] gnu: Add emacs-all-the-icons-ibuffer.
Date: Sat, 29 Jan 2022 15:48:04 +0100
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-ibuffer): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 052270630e..84588ab89e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -685,6 +685,29 @@ (define-public emacs-spaceline-all-the-icons
 fonts allow for more tailored and detailed information in the mode line.")
     (license license:expat)))
 
+(define-public emacs-all-the-icons-ibuffer
+  (package
+    (name "emacs-all-the-icons-ibuffer")
+    (version "1.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/seagle0128/all-the-icons-ibuffer")
+             (commit "v1.3.0")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1c1fkkwzxxa90fd5q5x6xlj48p8rhj4bs7h8wxx41w6wsggk2fm2"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-all-the-icons))
+    (home-page "https://github.com/seagle0128/all-the-icons-ibuffer")
+    (synopsis "Display icons for all buffers in ibuffer")
+    (description
+     "Uses @code{emacs-all-the-icons} to display icons in ibuffer buffers.")
+    (license license:gpl3)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0





This bug report was last modified 3 years and 108 days ago.

Previous Next


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