GNU bug report logs - #72109
[PATCH] gnu: Add emacs-centaur-tabs.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sun, 14 Jul 2024 13:40:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 72109 in the body.
You can then email your comments to 72109 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#72109; Package guix-patches. (Sun, 14 Jul 2024 13:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 Jul 2024 13:40:02 GMT) Full text and rfc822 format available.

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

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-centaur-tabs.
Date: Sun, 14 Jul 2024 13:37:59 +0000
* gnu/packages/emacs-xyz.scm (emacs-centaur-tabs): New variable.

Change-Id: I8ebeb67fa29d18c193fea7bf0a7a6687037b50f1
---
 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 99e1d4c65c..725fc77c04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15081,6 +15081,28 @@ (define-public emacs-eterm-256color
 customizable 256 color support to @code{term} and @code{ansi-term}.")
     (license license:gpl3+)))
 
+(define-public emacs-centaur-tabs
+  (package
+    (name "emacs-centaur-tabs")
+    (version "3.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ema2159/centaur-tabs")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1z7b3s29xb0n25bfbbm1wrcap9dvig5zi5fcnvlyrl9si9565948"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-all-the-icons emacs-powerline))
+    (home-page "https://github.com/ema2159/centaur-tabs")
+    (synopsis "Modern looking tabs plugin for Emacs")
+    (description
+     "This projects aims to become an aesthetic, functional and
+efficient tabs plugin for Emacs with a lot of customization options.")
+    (license license:gpl3+)))
+
 (define-public emacs-mocker
   (package
     (name "emacs-mocker")

base-commit: bcd627f58e74ce44cc96a9aac37c6d9e9e3c0dcc
-- 
2.39.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 21 Jul 2024 13:41:02 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Sun, 21 Jul 2024 13:41:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 72109-done <at> debbugs.gnu.org
Subject: Re: [bug#72109] [PATCH] gnu: Add emacs-centaur-tabs.
Date: Sun, 21 Jul 2024 15:40:20 +0200
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-centaur-tabs): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Aug 2024 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 59 days ago.

Previous Next


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