all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71335] [PATCH] gnu: Add emacs-enlight.
@ 2024-06-03 11:47 Ilya Chernyshov
  2024-06-05  9:41 ` bug#71335: " Andrew Tropin via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Chernyshov @ 2024-06-03 11:47 UTC (permalink / raw)
  To: 71335

[-- Attachment #1: 0001-gnu-Add-emacs-enlight.patch --]
[-- Type: text/x-patch, Size: 2110 bytes --]

From a411c84f26718c81fd2a762ca310fb0bfd6f60f6 Mon Sep 17 00:00:00 2001
Message-ID: <a411c84f26718c81fd2a762ca310fb0bfd6f60f6.1717415177.git.ichernyshovvv@gmail.com>
From: Ilya Chernyshov <ichernyshovvv@gmail.com>
Date: Mon, 3 Jun 2024 10:53:18 +0000
Subject: [PATCH] gnu: Add emacs-enlight.

* gnu/packages/emacs-xyz.scm (emacs-enlight): New variable.

Change-Id: Ifb1d519d1bd89dec7414ee0fd5858a26e49dc1ca
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 349c495184..2209169864 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -138,6 +138,7 @@
 ;;; Copyright © 2023 Ian Eure <ian@retrospec.tv>
 ;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
 ;;; Copyright © 2024 dan <i@dan.games>
+;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26619,6 +26620,26 @@ (define-public emacs-dashboard
 sections for bookmarks, Projectile projects, Org Agenda and more.")
     (license license:gpl3+)))
 
+(define-public emacs-enlight
+  (package
+    (name "emacs-enlight")
+    (version "0.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ichernyshovvv/enlight")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0crccz28f54xc0202gdbnpkn7kfsxf66p2m2grs6wnwyjxrmpnsq"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-compat))
+    (home-page "https://github.com/ichernyshovvv/enlight")
+    (synopsis "Highly customizable startup screen for Emacs.")
+    (description "Lightweight yet very flexible startup screen for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-slime-company
   (package
     (name "emacs-slime-company")

base-commit: 2e53fa5346bf52f6d6d26e035bc905ebd410dabb
-- 
2.41.0





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

* bug#71335: [PATCH] gnu: Add emacs-enlight.
  2024-06-03 11:47 [bug#71335] [PATCH] gnu: Add emacs-enlight Ilya Chernyshov
@ 2024-06-05  9:41 ` Andrew Tropin via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin via Guix-patches via @ 2024-06-05  9:41 UTC (permalink / raw)
  To: Ilya Chernyshov, 71335-done

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

On 2024-06-03 18:47, Ilya Chernyshov wrote:

> From a411c84f26718c81fd2a762ca310fb0bfd6f60f6 Mon Sep 17 00:00:00 2001
> Message-ID: <a411c84f26718c81fd2a762ca310fb0bfd6f60f6.1717415177.git.ichernyshovvv@gmail.com>
> From: Ilya Chernyshov <ichernyshovvv@gmail.com>
> Date: Mon, 3 Jun 2024 10:53:18 +0000
> Subject: [PATCH] gnu: Add emacs-enlight.
>
> * gnu/packages/emacs-xyz.scm (emacs-enlight): New variable.
>
> Change-Id: Ifb1d519d1bd89dec7414ee0fd5858a26e49dc1ca
> ---
>  gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 349c495184..2209169864 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -138,6 +138,7 @@
>  ;;; Copyright © 2023 Ian Eure <ian@retrospec.tv>
>  ;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
>  ;;; Copyright © 2024 dan <i@dan.games>
> +;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv@gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -26619,6 +26620,26 @@ (define-public emacs-dashboard
>  sections for bookmarks, Projectile projects, Org Agenda and more.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-enlight
> +  (package
> +    (name "emacs-enlight")
> +    (version "0.3")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/ichernyshovvv/enlight")
> +                    (commit version)))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "0crccz28f54xc0202gdbnpkn7kfsxf66p2m2grs6wnwyjxrmpnsq"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs (list emacs-compat))
> +    (home-page "https://github.com/ichernyshovvv/enlight")
> +    (synopsis "Highly customizable startup screen for Emacs.")
> +    (description "Lightweight yet very flexible startup screen for Emacs.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-slime-company
>    (package
>      (name "emacs-slime-company")
>
> base-commit: 2e53fa5346bf52f6d6d26e035bc905ebd410dabb

Applied, removed trailing dot in synopsis, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=425cf1fbe2

Thank you!

-- 
Best regards,
Andrew Tropin

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

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

end of thread, other threads:[~2024-06-05  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 11:47 [bug#71335] [PATCH] gnu: Add emacs-enlight Ilya Chernyshov
2024-06-05  9:41 ` bug#71335: " Andrew Tropin via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.