texstudio/texstudio.spec

81 lines
2.6 KiB
RPMSpec
Raw Normal View History

Accepting request 1186901 from home:weberho:branches:Publishing - Update to 4.8.1 * allow hiding of sidepanel docks via view/show * reduce number on visible dock on OSX due to qt osx style weakness * fix raised dock after hiding/showing sidepanel gh#texstudio-org/texstudio#3653 * fallback to simple syntax highligting when tooltip background differs from general background gh#texstudio-org/texstudio#3644 * fix structure view context on sections gh#texstudio-org/texstudio#3642 * fix black background on comboxes with windows11 style (qt6.7.1) - Update to 4.8.0 * AI chat assistant added * use moveable/splitable docks for sidepanel * extended search can now also search in all files in one folder * add basic syntax highlighting for latex3 code * fix handling CJK characters in pdf on OSX gh#texstudio-org/texstudio#3558 * fix rare crash gh#texstudio-org/texstudio#3556 * reload hidden docs when user chooses to discard changes gh#texstudio-org/texstudio#3550 - Update to 4.7.3 * First line of macro editor no longer uses macro type, use buttons to set type. Macro format changes slightly. For details s. gh#texstudio-org/texstudio#3458 * add export of all macros in Edit Macros dialog gh#texstudio-org/texstudio#3451 * macro editor now executes normal and environment macros in addition to script macros gh#texstudio-org/texstudio#3444 * macro editor with better button arrangement gh#texstudio-org/texstudio#3451 * copy data from all issues in the messages pane (log) to clipboard gh#texstudio-org/texstudio#3487 * insert graphics wizard opens position details without changing position or size of ui elements located above position details gh#texstudio-org/texstudio#3509 * improved Package Help dialog gh#texstudio-org/texstudio#3478, gh#texstudio-org/texstudio#3497 * fix missing connection error message when browsing macro repository gh#texstudio-org/texstudio#3448 * fix switching (by clicking) between documents gh#texstudio-org/texstudio#3473 * fix “Show all open documents in this tree” gh#texstudio-org/texstudio#3476 * fix handling a new file created from the context menu gh#texstudio-org/texstudio#3471 * small fixes - Update to 4.7.2 * remove something (alt+del) handles matching delimiters * fix detecting parent/child documents when autoloading is disabled gh#texstudio-org/texstudio#3411 * fix completion of user constructs like a_b gh#texstudio-org/texstudio#3403 * fix navigating in subfiles gh#texstudio-org/texstudio#3404 * fix duplicate shortcut in ‘Additional Shortcut’ column is not removed gh#texstudio-org/texstudio#3408 * fix wrong cursor, scaling, settings in pdf viewer when switching window mode gh#texstudio-org/texstudio#3426 gh#texstudio-org/texstudio#3428 … - Update to 4.7.1 * fix highlighting of %TODO comments after loading a file gh#texstudio-org/texstudio#3398 * fix missing document height update when copy wrapped single lines gh#texstudio-org/texstudio#3396 - Update to 4.7.0 * remove auto inserted closing parenthesis if the opening one is removed via backspace * optimize internal parsing * TeXdoc dialog now shows (optionally all) packages as a searchable list. A new button opens the CTAN package documentation online. (gh#texstudio-org/texstudio#3259, gh#texstudio-org/texstudio#3270, …) * fix inputting accented characters on OSX * handle keyval with spaces better gh#texstudio-org/texstudio#3362 * save some memory by reading thesaurus database only when needed the first time OBS-URL: https://build.opensuse.org/request/show/1186901 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=79
2024-07-15 09:49:58 +02:00
#
# spec file for package texstudio
#
# Copyright (c) 2024 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/
#
Name: texstudio
Version: 4.8.1
Release: 0
Summary: LaTeX Editor
License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1
Group: Productivity/Publishing/TeX/Frontends
URL: https://www.texstudio.org
Source0: https://github.com/texstudio-org/texstudio/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(poppler-qt5)
Requires: hunspell
Requires: texlive-latex
%description
TeXstudio is a program based on texmaker, that integrates many tools needed
to develop documents with LaTeX, in just one application. Using its editor
you can write your documents with the help of interactive spell checking,
syntax highlighting, automatically code completion and more.
%prep
%setup -q
%build
%ifarch aarch64 %{arm} s390x
%define crashhandler NO_CRASH_HANDLER=true
%endif
%cmake
%cmake_build
%install
%cmake_install
mkdir -p %{buildroot}%{_datadir}/metainfo
cp utilities/texstudio.metainfo.xml %{buildroot}%{_datadir}/metainfo/texstudio.metainfo.xml
rm -f %{buildroot}%{_datadir}/texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
%fdupes -s %{buildroot}%{_datadir}/texstudio/
%files
%license utilities/COPYING
%doc utilities/AUTHORS utilities/manual/CHANGELOG.txt
%{_bindir}/texstudio
%{_datadir}/texstudio/
%{_datadir}/applications/texstudio.desktop
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/texstudio.metainfo.xml
%changelog