emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67277: closed ([PATCH] gnu: Add vim-srcery.)


From: GNU bug Tracking System
Subject: bug#67277: closed ([PATCH] gnu: Add vim-srcery.)
Date: Sun, 26 Nov 2023 10:11:01 +0000

Your message dated Sun, 26 Nov 2023 12:10:06 +0200
with message-id <ZWMZfm5nwZxrT4k1@3900XT>
and subject line Re: [bug#67277] [PATCH] gnu: Add vim-srcery.
has caused the debbugs.gnu.org bug report #67277,
regarding [PATCH] gnu: Add vim-srcery.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67277: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67277
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add vim-srcery. Date: Sun, 19 Nov 2023 21:19:37 +0900
* gnu/packages/vim.scm (vim-srcery): New variable.

Change-Id: If53bdae6783af5500f517c4941babb3bdb6522e7
---
 gnu/packages/vim.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 469c8b64cbe6..5e9397177039 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino 
<luishenriquegh2701@gmail.com>
 ;;; Copyright © 2023 Charles Jackson <charles.b.jackson@protonmail.com>
+;;; Copyright © 2023 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1423,3 +1424,25 @@ (define-public vim-nerdcommenter
 operations and styles which are invoked via key mappings and a menu.  These
 operations are available for most filetypes.")
     (license license:cc0)))
+
+(define-public vim-srcery
+  (package
+    (name "vim-srcery")
+    (version "2.0.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/srcery-colors/srcery-vim";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "0nwk81y9j5ljjm3k19kf1zmscdxiis4mwan026wv7cqp7f9qhxlr"))))
+    (build-system vim-build-system)
+    (arguments (list #:plugin-name "srcery"))
+    (home-page "https://srcery.sh";)
+    (synopsis "Dark colorscheme for gvim and vim")
+    (description
+      "Srcery is a color scheme with clearly defined contrasting colors
+and a slightly earthy tone.")
+    (license license:expat)))

base-commit: 5cad6f721b8884b612178896f06cd69d5839402c
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67277] [PATCH] gnu: Add vim-srcery. Date: Sun, 26 Nov 2023 12:10:06 +0200
Thanks for the patch. I moved it to opt as recommended by the
documentation.  I also renamed the package to vim-srcery-vim.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]