File: control

package info (click to toggle)
birdtray 1.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,192 kB
  • sloc: cpp: 5,250; xml: 56; python: 37; sh: 8; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: birdtray
Section: mail
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (=13),
               cmake,
               libqt5x11extras5-dev,
               libqt5svg5-dev,
               libx11-xcb-dev,
               qtbase5-dev,
               qttools5-dev,
               thunderbird (>= 1:60),
Standards-Version: 4.6.0
Homepage: https://github.com/gyunaev/birdtray
Vcs-Git: https://salsa.debian.org/debian/birdtray
Vcs-Browser: https://salsa.debian.org/debian/birdtray
Rules-Requires-Root: no

Package: birdtray
Architecture: any
Depends: thunderbird, ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: system tray notifications for Thunderbird
 Birdtray provides systray notifications for Thunderbird.  It displays the
 count of unread mail, hides the Thunderbird window when not in use, and
 restores it on clicking the tray icon.  It also provides a context menu
 with commands such as starting composing a new mail.
 .
 It is a nasty hack -- an external process looking at Thunderbird's
 insides, it suffers from problems like noticing new mails only after a
 delay, having to restart Thunderbird just to hide its window, etc --
 you'd want to use an extension like firetray instead -- but, it is
 likely that support for Thunderbird XUL extensions will be dropped soon,
 possibly by the time you read these words.