File liri-player.spec of Package liri-player

#
# spec file for package liri-player
#
# Copyright (c) 2021 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/
#


%define  _name  io.liri.Player
Name:           liri-player
Version:        @SERVICE@
Release:        0
Summary:        Cross-platform media player
License:        GPL-3.0-or-later
Group:          Productivity/Multimedia/Video/Players
URL:            https://github.com/lirios/player
Source:         %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  cmake(Qt5LinguistTools)
BuildRequires:  extra-cmake-modules
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5Gui)
BuildRequires:  pkgconfig(Qt5Widgets)
BuildRequires:  pkgconfig(Qt5Multimedia)
BuildRequires:  pkgconfig(Qt5Svg)
BuildRequires:  pkgconfig(Qt5Qml)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(Qt5QuickControls2)
BuildRequires:  update-desktop-files
BuildRequires:  liri-cmake-shared
Requires:       liri-fluid

%description
Liri Player is a cross-platform, Material Design video player. We aim to
create a minimalistic, slick and simple video player providing all the
features you would expect from a modern player. Following Google's Material
Design allows us to make interface clean and beautiful.

#%%lang_package

%prep
%autosetup

%build
%cmake
%cmake_build

%install
%cmake_install
rm -rf %{buildroot}%{_datadir}/icons/hicolor/{1024x1024,2048x2048}

#%%find_lang %%{name} --with-qt

%files
%doc AUTHORS.md README.md
%{_bindir}/%{name}
%{_datadir}/metainfo/%{_name}.appdata.xml
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{_name}.??g
%license LICENSE.GPLv3

#%%files lang -f %%{name}.lang
#%%dir %%{_datadir}/%%{name}
#%%dir %%{_datadir}/%%{name}/translations

%changelog
openSUSE Build Service is sponsored by