File liri-terminal.spec of Package liri-terminal

#
# spec file for package liri-terminal
#
# 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.Terminal
Name:           liri-terminal
Version:        @SERVICE@
Release:        0
Summary:        Terminal emulator
License:        GPL-3.0-or-later
Group:          System/X11/Terminals
URL:            https://github.com/lirios/terminal
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(Qt5Qml)
BuildRequires:  pkgconfig(Qt5Quick)
BuildRequires:  pkgconfig(Qt5QuickControls2)
BuildRequires:  update-desktop-files
BuildRequires:  liri-cmake-shared
Requires:       gsettings-qt
Requires:       liri-fluid

%description
A Material Design terminal.

%lang_package

%prep
%autosetup
sed -i 's/Qt\(GSettings\)/\1/' src/app/qml/main.qml src/app/qml/Settings.qml

%build
%cmake \
    -DINSTALL_QMLDIR=%{_libqt5_archdatadir}/qml
%cmake_build

%install
%cmake_install

%find_lang terminal %{name}.lang --with-qt

%files
%doc README.md
%{_bindir}/%{name}
%dir %{_libqt5_archdatadir}/qml
%dir %{_libqt5_archdatadir}/qml/Liri
%{_libqt5_archdatadir}/qml/Liri/Terminal
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/color-schemes/
%{_datadir}/%{name}/kb-layouts/
%{_datadir}/applications/%{_name}.desktop
%dir %{_datadir}/glib-2.0
%dir %{_datadir}/glib-2.0/schemas
%{_datadir}/glib-2.0/schemas/%{_name}.gschema.xml
%{_datadir}/metainfo/%{_name}.appdata.xml
%license LICENSE.GPLv3

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

%changelog
openSUSE Build Service is sponsored by