[PATCH] gnu: Add emacs-sweet-theme.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
b78e5694942e7ef95279ab07a6dc3413507061bf.1689001912.git.a.r.draidi@redscript.org
* gnu/packages/emacs-xyz.scm (emacs-sweet-theme): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Toggle diff (37 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb36d7d29d..09c0bb7b1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11988,6 +11988,28 @@ (define-public emacs-counsel
@end itemize")
(license license:gpl3+)))
+(define-public emacs-sweet-theme
+ (let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
+ (revision "0"))
+ (package
+ (name "emacs-sweet-theme")
+ (version (git-version "4" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/2bruh4me/sweet-theme")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yqz15l6xa1vkll4gaa3jpr30vq3yjgbgadjilsmz5p8mblawhyx"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/2bruh4me/sweet-theme")
+ (synopsis "Emacs theme inspired by the GTK theme Sweet")
+ (description "Sweet is an Emacs theme inspired by the GTK theme with
+the same name.")
+ (license license:gpl3+))))
+
(define-public emacs-swiper
(package
(name "emacs-swiper")

base-commit: b7be0a999df8984fee8bd9d283b8fbe7e4da879d
--
2.41.0
Liliana Marie Prikler wrote 2 years ago
Your Emacs patches
(address . control@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
fe6d0abbac8b842ae0dcbe239002b59553213f5c.camel@gmail.com
close 64556 64560 64582 64585 64614 64624 64626 64627 64628 64657 64660 64661
thanks

Hi Ahmad,

I've pushed these series.

Cheers
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64556@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64556
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help