File liri-text.spec of Package liri-text
#
# spec file for package liri-text
#
# 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.Text
Name: liri-text
Version: @SERVICE@
Release: 0
Summary: Material Design text editor
License: GPL-3.0-or-later
Group: Productivity/Text/Editors
URL: https://github.com/lirios/text
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(Qt5Svg)
BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickControls2)
BuildRequires: update-desktop-files
BuildRequires: liri-cmake-shared
Requires: liri-fluid
%description
Liri Text is a cross-platform text editor made in accordance with Material
Design.
%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 README.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/language-specs
%{_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}/translations
%changelog