GNU bug report logs - #61163
[PATCH] gnu: emacs-pretty-speedbar: New package.

Previous Next

Package: guix-patches;

Reported by: Martin Marshall <law <at> martinmarshall.com>

Date: Mon, 30 Jan 2023 06:38:02 UTC

Severity: normal

Tags: patch

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

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: Martin Marshall <law <at> martinmarshall.com>
Subject: bug#61163: closed (Re: [bug#61163] [PATCH] gnu: emacs-pretty-speedbar:
 New package.)
Date: Wed, 01 Feb 2023 21:20:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61163: [PATCH] gnu: emacs-pretty-speedbar: New package.

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 61163 <at> debbugs.gnu.org.

-- 
61163: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61163
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Martin Marshall <law <at> martinmarshall.com>
Cc: 61163-done <at> debbugs.gnu.org
Subject: Re: [bug#61163] [PATCH] gnu: emacs-pretty-speedbar: New package.
Date: Wed, 01 Feb 2023 22:19:32 +0100
Hello,

> Hopefully this time will work better.

It does. Applied, thank you!

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Martin Marshall <law <at> martinmarshall.com>
To: guix-patches <at> gnu.org
Cc: Martin Marshall <law <at> martinmarshall.com>
Subject: [PATCH] gnu: emacs-pretty-speedbar: New package.
Date: Mon, 30 Jan 2023 01:36:35 -0500
* gnu/packages/emacs-xyz.scm (emacs-pretty-speedbar): New package.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad3603b205..e1dd10fe9c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6952,6 +6952,31 @@ (define-public emacs-sqlite3-api
 SQLite C interface, but should satisfy most user's needs.")
     (license license:gpl3+)))
 
+(define-public emacs-pretty-speedbar
+  (let ((commit "56dc9f114fcc55843e182cde1fc9d7a14c261c6a")
+        (revision "0"))
+    (package
+      (name "emacs-pretty-speedbar")
+      (version "0.2")
+      (source (origin
+                (uri (git-reference
+                      (url "https://github.com/kcyarn/pretty-speedbar")
+                      (commit commit)))
+                (method git-fetch)
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1hz67jhvg9n9d07lil6zqciqhh512k0fv54dl605p7vi704ma2ir"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list font-awesome))
+      (home-page "https://github.com/kcyarn/pretty-speedbar")
+      (synopsis "SVG icons for Emacs Speedbar")
+      (description
+       "Generate and implement appealing SVG icons for the Emacs Speedbar.  By
+default, it generates icons from the Font Awesome fontset but can use
+alternative fonts.  The color of the icons may also be customized.")
+      (license license:gpl3+))))
+
 (define-public emacs-sr-speedbar
   (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
         (revision "0"))

base-commit: 1bed1d848166a4081051b4e87a5ec4942ddb3397
-- 
2.39.1




This bug report was last modified 2 years and 111 days ago.

Previous Next


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