File birdtray.spec of Package birdtray
#
# spec file for package birdtray
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: birdtray
Version: 1.11.4
Release: 0
Summary: A system tray mail notification for Thunderbird
License: GPL-3.0-only
URL: https://github.com/gyunaev/birdtray
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
%description
Birdtray is a system tray new mail notification for Thunderbird, which does not require extensions.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%suse_update_desktop_file com.ulduzsoft.Birdtray
%check
%files
%license LICENSE.txt
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/com.ulduzsoft.Birdtray.desktop
%{_datadir}/icons/hicolor/
%{_datadir}/metainfo/com.ulduzsoft.Birdtray.appdata.xml
%{_datadir}/ulduzsoft/
%changelog