GNU bug report logs - #77267
[PATCH] gnu: Add birdtray.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Wed, 26 Mar 2025 04:38:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

To reply to this bug, email your comments to 77267 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#77267; Package guix-patches. (Wed, 26 Mar 2025 04:38:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Wong <wongandj <at> icloud.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 26 Mar 2025 04:38:03 GMT) Full text and rfc822 format available.

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

From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH] gnu: Add birdtray.
Date: Wed, 26 Mar 2025 00:36:23 -0400
* gnu/packages/mail.scm (birdtray): New variable.

Change-Id: I394befcdff761efe9d58a842ad1bf873d345029f
---
 gnu/packages/mail.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b7349576be..5245c2d1d1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -163,6 +163,7 @@ (define-module (gnu packages mail)
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
+  #:use-module (gnu packages qt)
   #:use-module (gnu packages ragel)
   #:use-module (gnu packages rdf)
   #:use-module (gnu packages readline)
@@ -287,6 +288,35 @@ (define-public anubis
     (home-page "https://www.gnu.org/software/anubis/manual/")
     (license license:gpl3+)))
 
+(define-public birdtray
+  (package
+    (name "birdtray")
+    (version "1.11.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/gyunaev/birdtray")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "14vb3lj8129im0d61d5zsgb1fwmsw9977g3abqhnv0bk6qzjsgxf"))))
+    (build-system cmake-build-system)
+    (home-page "https://github.com/gyunaev/birdtray")
+    (inputs (list qtbase-5 qtsvg-5 qtx11extras libx11))
+    (arguments
+     (list
+      #:tests? #f)) ;no test suite.
+    (synopsis "System tray indicator for Thunderbird/Icedove")
+    (description
+     "Birdtray is a free system tray notification for new mail for
+Thunderbird/Icedove.  Its features include an unread mail counter,
+snooze-able new mail notifications, configurable fonts for different
+accounts, a ``quick compose'' function with pre-configured templates,
+and a direct connection to the Thunderbird database, making it
+completely independent from the extension API.")
+    (license license:gpl3+)))
+
 (define-public mailutils
   (package
     (name "mailutils")

base-commit: ce086e31f0f5c78be76fd228dfd7718ff6df584e
-- 
2.48.1





Reply sent to Ludovic Courtès <ludovic.courtes <at> inria.fr>:
You have taken responsibility. (Mon, 02 Jun 2025 10:00:03 GMT) Full text and rfc822 format available.

Notification sent to Andrew Wong <wongandj <at> icloud.com>:
bug acknowledged by developer. (Mon, 02 Jun 2025 10:00:03 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Andrew Wong <wongandj <at> icloud.com>
Cc: 77267-done <at> debbugs.gnu.org
Subject: Re: [bug#77267] [PATCH] gnu: Add birdtray.
Date: Mon, 02 Jun 2025 10:49:23 +0200
Andrew Wong <wongandj <at> icloud.com> writes:

> * gnu/packages/mail.scm (birdtray): New variable.
>
> Change-Id: I394befcdff761efe9d58a842ad1bf873d345029f

Applied, thanks!




This bug report was last modified 14 days ago.

Previous Next


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