[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add emacs-pretty-speedbar.
From: |
guix-commits |
Subject: |
02/10: gnu: Add emacs-pretty-speedbar. |
Date: |
Wed, 1 Feb 2023 16:20:11 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 37caa83c70c221ba6f80238286d70a910e79c8d4
Author: Martin Marshall <law@martinmarshall.com>
AuthorDate: Tue Jan 31 11:38:47 2023 -0500
gnu: Add emacs-pretty-speedbar.
* gnu/packages/emacs-xyz.scm (emacs-pretty-speedbar): Add variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ba2916a463..3c8c201145 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6975,6 +6975,32 @@ direct access to the SQLite C interface. It only
exposes a subset of the full
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 (git-version "0.2" revision commit))
+ (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 the Emacs Speedbar")
+ (description
+ "This package generates and implements appealing SVG icons for the
+Emacs Speedbar. By default, it generates icons from the Font Awesome fontset.
+However, alternative fontsets may also be used, and the color of the icons may
+be customized.")
+ (license license:gpl3+))))
+
(define-public emacs-sr-speedbar
(let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
(revision "0"))
- branch master updated (9d7a1e58f9 -> 43eed907d2), guix-commits, 2023/02/01
- 01/10: gnu: mupdf: Update to 1.21.1., guix-commits, 2023/02/01
- 04/10: gnu: Add uwufetch., guix-commits, 2023/02/01
- 09/10: gnu: emacs-tramp: Update to 2.6.0.1., guix-commits, 2023/02/01
- 07/10: gnu: emacs-url-scgi: Update to 0.9., guix-commits, 2023/02/01
- 10/10: gnu: emacs-embark: Update to 0.21.1., guix-commits, 2023/02/01
- 05/10: gnu: emacs-auctex: Update to 13.1.9., guix-commits, 2023/02/01
- 03/10: gnu: emacs-ibrowse: Update to 0.1.8., guix-commits, 2023/02/01
- 06/10: gnu: emacs-compat: Update to 29.1.3.2., guix-commits, 2023/02/01
- 08/10: gnu: emacs-pyim: Update to 5.3.0., guix-commits, 2023/02/01
- 02/10: gnu: Add emacs-pretty-speedbar.,
guix-commits <=