File telly-skout.spec of Package telly-skout
#
# spec file for package telly-skout
#
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# 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: telly-skout
Version: 0~git20210906.574873d
Release: 0
Summary: Convergent EPG based on Kirigami
License: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#Git-Clone: https://github.com/plata/telly-skout.git
URL: https://github.com/plata/telly-skout.git
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: kirigami2-devel
BuildRequires: pkgconfig
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickControls2)
BuildRequires: pkgconfig(Qt5Sql)
%description
Convergent EPG based on Kirigami.
%prep
%setup -q
%build
%cmake
%make_jobs
%install
%cmake_install
%files
%license LICENSES/*.txt
%doc README.md
%{_bindir}/telly-skout
%{_datadir}/applications/org.kde.telly-skout.desktop
%{_datadir}/icons/hicolor/scalable/apps/telly-skout.svg
%{_datadir}/metainfo/org.kde.telly-skout.appdata.xml
%changelog