GNU bug report logs - #52327
[PATCH] gnu: Add vivid.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 6 Dec 2021 10:25:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52327 in the body.
You can then email your comments to 52327 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to guix-patches <at> gnu.org:
bug#52327; Package guix-patches. (Mon, 06 Dec 2021 10:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 06 Dec 2021 10:25:02 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add vivid.
Date: Mon,  6 Dec 2021 05:23:34 -0500
Hi Guixers,

Here is vivid, a fancy LS_COLORS manager.

all best,

jgart

* gnu/packages/rust-apps.scm (vivid): New variable.
---
 gnu/packages/rust-apps.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5ec42201ce..7155be5306 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -809,6 +809,31 @@ (define-public rust-cbindgen-0.12
          (base32
           "13jzbmjz1bmmfr0i80hw6ar484mgabx3hbpb2ynhk0ddqi0yr58m"))))))
 
+(define-public vivid
+  (package
+    (name "vivid")
+    (version "0.7.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "vivid" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "01fds6dm19bqgqydaa6n051v9l4wh9rb5d6sr9akwp2cc0fs43b7"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-ansi-colours" ,rust-ansi-colours-1)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-dirs" ,rust-dirs-3)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-rust-embed" ,rust-rust-embed-5)
+         ("rust-yaml-rust" ,rust-yaml-rust-0.4))))
+    (home-page "https://github.com/sharkdp/vivid")
+    (synopsis "LS_COLORS manager")
+    (description "@code{LS_COLORS} manager with multiple themes")
+    (license (list license:expat license:asl2.0))))
+
 (define-public sniffglue
   (package
     (name "sniffglue")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#52327; Package guix-patches. (Sat, 11 Dec 2021 14:48:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: 52327-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: Re: [bug#52327] [PATCH] gnu: Add vivid.
Date: Sat, 11 Dec 2021 15:47:11 +0100
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
>
> Here is vivid, a fancy LS_COLORS manager.

Thank you.

I fixed indentation, vastly expounded description, and moved the
definition to its somewhat alphabetical order location.

Applied.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 11 Dec 2021 14:48:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Sat, 11 Dec 2021 14:48:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 09 Jan 2022 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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