GNU bug report logs - #67277
[PATCH] gnu: Add vim-srcery.

Previous Next

Package: guix-patches;

Reported by: Nguyễn Gia Phong <mcsinyx <at> disroot.org>

Date: Sun, 19 Nov 2023 12:21:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 67277 in the body.
You can then email your comments to 67277 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#67277; Package guix-patches. (Sun, 19 Nov 2023 12:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nguyễn Gia Phong <mcsinyx <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Nov 2023 12:21:02 GMT) Full text and rfc822 format available.

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

From: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
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 <at> hotmail.com>
 ;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
 ;;; Copyright © 2023 Charles Jackson <charles.b.jackson <at> protonmail.com>
+;;; Copyright © 2023 Nguyễn Gia Phong <mcsinyx <at> 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





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 26 Nov 2023 10:11:01 GMT) Full text and rfc822 format available.

Notification sent to Nguyễn Gia Phong <mcsinyx <at> disroot.org>:
bug acknowledged by developer. (Sun, 26 Nov 2023 10:11:01 GMT) Full text and rfc822 format available.

Message #10 received at 67277-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Cc: 67277-done <at> debbugs.gnu.org
Subject: Re: [bug#67277] [PATCH] gnu: Add vim-srcery.
Date: Sun, 26 Nov 2023 12:10:06 +0200
[Message part 1 (text/plain, inline)]
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 <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#67277; Package guix-patches. (Mon, 27 Nov 2023 16:03:02 GMT) Full text and rfc822 format available.

Message #13 received at 67277-done <at> debbugs.gnu.org (full text, mbox):

From: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
To: "Efraim Flashner" <efraim <at> flashner.co.il>
Cc: 67277-done <at> debbugs.gnu.org
Subject: Re: [bug#67277] [PATCH] gnu: Add vim-srcery.
Date: Tue, 28 Nov 2023 01:02:07 +0900
[Message part 1 (text/plain, inline)]
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!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 Dec 2023 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 135 days ago.

Previous Next


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