2016-03-07 09:37:18 +01:00
|
|
|
#
|
|
|
|
# spec file for package qterminal
|
|
|
|
#
|
2019-01-31 11:53:24 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-03-07 09:37:18 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-03-01 10:48:11 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2016-03-07 09:37:18 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: qterminal
|
2020-04-25 15:41:37 +02:00
|
|
|
Version: 0.15.0
|
2016-03-07 09:37:18 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: A Qt-based terminal emulator
|
2018-05-22 17:27:21 +02:00
|
|
|
License: GPL-2.0-only
|
2016-03-07 09:37:18 +01:00
|
|
|
Group: System/X11/Terminals
|
2018-05-22 17:27:21 +02:00
|
|
|
URL: https://github.com/lxqt/qterminal
|
|
|
|
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2016-09-25 16:29:37 +02:00
|
|
|
Source2: %{name}.keyring
|
2016-03-07 09:37:18 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libQt5Gui-private-headers-devel
|
2020-04-25 15:41:37 +02:00
|
|
|
BuildRequires: lxqt-build-tools-devel >= 0.7.0
|
2016-09-25 16:29:37 +02:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: qtermwidget-qt5-devel >= %{version}
|
2017-10-25 11:27:27 +02:00
|
|
|
BuildRequires: utf8proc-devel
|
2016-09-25 16:29:37 +02:00
|
|
|
BuildRequires: cmake(KF5WindowSystem)
|
2016-03-07 09:37:18 +01:00
|
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
2020-04-25 15:41:37 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.10.0
|
2017-10-25 11:32:28 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
2016-03-07 09:37:18 +01:00
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
2016-09-25 16:29:37 +02:00
|
|
|
BuildRequires: pkgconfig(lxqt)
|
2016-03-07 09:37:18 +01:00
|
|
|
Recommends: %{name}-lang
|
|
|
|
|
|
|
|
%description
|
|
|
|
The lightweight Qt terminal emulator.
|
|
|
|
|
|
|
|
%lang_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake \
|
|
|
|
-DUSE_QT5=ON \
|
2016-09-25 16:29:37 +02:00
|
|
|
-DUSE_SYSTEM_QXT=OFF \
|
|
|
|
-DPULL_TRANSLATIONS=No
|
2016-03-07 09:37:18 +01:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
2019-01-31 11:53:24 +01:00
|
|
|
%find_lang %{name} --with-qt
|
|
|
|
|
2016-03-07 09:37:18 +01:00
|
|
|
%files
|
2018-05-22 17:27:21 +02:00
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS README.md CONTRIBUTING*
|
2016-03-07 09:37:18 +01:00
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/applications/%{name}_drop.desktop
|
2016-09-25 16:29:37 +02:00
|
|
|
%{_datadir}/appdata/qterminal.appdata.xml
|
|
|
|
%{_datadir}/icons/hicolor/64x64/apps/qterminal.png
|
2016-03-07 09:37:18 +01:00
|
|
|
|
2019-01-31 11:53:24 +01:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%dir %{_datadir}/qterminal
|
|
|
|
%{_datadir}/qterminal/translations
|
|
|
|
|
2016-03-07 09:37:18 +01:00
|
|
|
%changelog
|