unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67277] [PATCH] gnu: Add vim-srcery.
@ 2023-11-19 12:19 guix-patches--- via
  2023-11-26 10:10 ` bug#67277: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: guix-patches--- via @ 2023-11-19 12:19 UTC (permalink / raw)
  To: 67277; +Cc: Nguyễn Gia Phong

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#67277: [PATCH] gnu: Add vim-srcery.
  2023-11-19 12:19 [bug#67277] [PATCH] gnu: Add vim-srcery guix-patches--- via
@ 2023-11-26 10:10 ` Efraim Flashner
  2023-11-27 16:02   ` [bug#67277] " guix-patches--- via
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2023-11-26 10:10 UTC (permalink / raw)
  To: Nguyễn Gia Phong; +Cc: 67277-done

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#67277] [PATCH] gnu: Add vim-srcery.
  2023-11-26 10:10 ` bug#67277: " Efraim Flashner
@ 2023-11-27 16:02   ` guix-patches--- via
  0 siblings, 0 replies; 3+ messages in thread
From: guix-patches--- via @ 2023-11-27 16:02 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 67277-done

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

On 2023-11-26 at 12:10+02:00, Efraim Flashner wrote:
> Thanks for the patch. I moved it to opt as recommended by the
> documentation.  I also renamed the package to vim-srcery-vim.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 687 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-27 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-19 12:19 [bug#67277] [PATCH] gnu: Add vim-srcery guix-patches--- via
2023-11-26 10:10 ` bug#67277: " Efraim Flashner
2023-11-27 16:02   ` [bug#67277] " guix-patches--- via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).