%global git_ver 28bb44b Name: birdtray Version: 1.11.4 Release: %{?git_ver:0.3.git%{git_ver}}%{!?git_ver:1}%{?dist} Summary: New mail notification for Thunderbird 60+ License: GPL-3.0-only Group: Productivity/Graphics/Other URL: https://github.com/gyunaev/birdtray Source0: %{name}-%{version}%{?git_ver:.git%{git_ver}.tar.xz}%{!?git_ver:.tar.gz} Patch0: 0001-Allow-showing-hiding-thunderbird-when-launched-using-wayland-qt6.patch BuildRequires: gcc-c++ cmake BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(Qt6Core) BuildRequires: pkgconfig(Qt6Gui) BuildRequires: pkgconfig(Qt6Network) BuildRequires: pkgconfig(Qt6Svg) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(x11) #BuildRequires: qt6-linguist %description A free, cross-platform (Linux/Windows/OS X) system tray notification for new mail for Thunderbird. Features - Shows the unread email counter in the Thunderbird system tray icon. - Optionally can animate the Thunderbird system tray icon if new mail is received. - You can snooze new mail notifications for a specific time period. - Birdtray checks the unread e-mail status directly by reading the Thunderbird email search database. This means it does not need any extensions, and thus is immune to any future extension API changes in Thunderbird. - Starting from version 0.2 if you click on Birdtray icon, it can hide the Thunderbird window, and restore it. There is also context menu for that. - You can configure which accounts you want to check for unread emails on. - You can choose different font colors for different email accounts. This allows you, for example, to have blue unread count for personal emails, red unread count for work emails, and green unread count if both folders have unread mail. - Can launch Thunderbird when Birdtray starts, and terminate it when Birdtray quits (configurable). - You can choose the tray icon, or use Thunderbird original icon. - Can monitor that Thunderbird is running, and indicate it if you accidentally closed it. %prep %setup -q -n %{name}-%{version}%{?git_ver:.git%{git_ver}} %patch 0 -p1 %build %cmake %cmake_build %install %cmake_install %files %license LICENSE.txt %{_bindir}/birdtray %{_datadir}/applications/com.ulduzsoft.Birdtray.desktop %{_datadir}/icons/hicolor/{128x128,32x32,48x48,64x64}/apps/com.ulduzsoft.Birdtray.png %{_datadir}/icons/hicolor/scalable/apps/com.ulduzsoft.Birdtray.svg %{_datadir}/metainfo/com.ulduzsoft.Birdtray.appdata.xml #{_datadir}/ulduzsoft/birdtray/translations/*.qm %changelog * Tue Oct 22 2024 Tomas Chang - 1.11.4.git28bb44b - Update to latest git * Wed May 08 2024 Tomas Chang - 1.11.4.git4523bd9 - Update to latest git * Tue Jan 02 2024 Tomas Chang - 1.11.4.git62e17bc - Update to latest git * Thu May 11 2023 Tomas Chang - 1.10.1.git8b8300e - Update to latest git * Thu Nov 17 2022 Tomas Chang - 1.10.1.gitffcf3e7 - Update to latest git * Wed Nov 10 2021 Tomas Chang - 1.9.1.gite9ddee1 - Update to latest git * Wed Apr 28 2021 Tomas Chang - 1.9.1.git56caf8c - Update to latest git * Thu Nov 05 2020 Tomas Chang - 1.9.0-1 - Update to 1.9.0 * Thu Mar 12 2020 Tomas Chang - 1.7.1.gite4ed326 - Update to latest git * Mon Feb 17 2020 Tomas Chang - 1.7.1.git5453389 - Update to latest git * Tue Sep 17 2019 Tomas Chang - 1.7.git03ba3fb - Initial build