GNU bug report logs -
#64556
[PATCH] gnu: Add emacs-sweet-theme.
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Mon, 10 Jul 2023 15:13:02 UTC
Severity: normal
Tags: patch
Fixed in versions 64560, 64582, 64585, 64614, 64624, 64626, 64627, 64628, 64657, 64660, 64661
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
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 64556 in the body.
You can then email your comments to 64556 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#64556
; Package
guix-patches
.
(Mon, 10 Jul 2023 15:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ahmad Draidi <a.r.draidi <at> redscript.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Mon, 10 Jul 2023 15:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-sweet-theme): New variable.
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
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
bug marked as fixed in version 64560 64582 64585 64614 64624 64626 64627 64628 64657 64660 64661, send any further explanations to
64556 <at> debbugs.gnu.org and Ahmad Draidi <a.r.draidi <at> redscript.org>
Request was from
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 23 Jul 2023 08:01:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 20 Aug 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.