From a60bbb41749a042155f7b3e6439dd62854cfb866 Mon Sep 17 00:00:00 2001 From: hannes Date: Sep 06 2020 05:48:11 +0000 Subject: Enabled internal terminal --- diff --git a/texstudio.spec b/texstudio.spec index 9d6c836..777cba2 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,6 +1,6 @@ Name: texstudio Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A feature-rich editor for LaTeX documents # texstudio binary: GPLv3 due to static linkage of bundled qcodeedit @@ -26,6 +26,7 @@ BuildRequires: gettext BuildRequires: poppler-qt5-devel BuildRequires: qtsingleapplication-qt5-devel BuildRequires: qtsinglecoreapplication-qt5-devel +BuildRequires: qtermwidget-devel BuildRequires: quazip-qt5-devel BuildRequires: zlib-devel @@ -33,6 +34,7 @@ Requires: tex(latex) Requires: tex(preview.sty) Requires: tex-dvipng Requires: qt5-qtsvg +Requires: qterm Provides: bundled(qcodeedit) Provides: texmakerx = %{version}-%{release} Obsoletes: texmakerx < 2.2-1 @@ -65,6 +67,7 @@ pushd %{_target_platform} %endif USE_SYSTEM_HUNSPELL=1 \ USE_SYSTEM_QTSINGLEAPPLICATION=1 \ + INTERNAL_TERMINAL=1 \ USE_SYSTEM_QUAZIP=1 QUAZIP_LIB=-lquazip5 QUAZIP_INCLUDE=%{_includedir}/quazip5/ \ ../texstudio.pro popd @@ -118,6 +121,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1} %doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt %changelog +* Sun Sep 06 2020 Johannes Lips 3.0.1-2 +- enabled internal terminal + * Wed Sep 02 2020 Johannes Lips 3.0.1-1 - Update to latest upstream release 3.0.1