[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61163] [PATCH] gnu: emacs-pretty-speedbar: New package.
From: |
Martin Marshall |
Subject: |
[bug#61163] [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
- [bug#61163] [PATCH] gnu: emacs-pretty-speedbar: New package.,
Martin Marshall <=