162a734f9d
Most important changes: * Overhaul the document painting mechanism. Now the screen is updated asyncronously (as all normal applications do), which makes LyX snappier, especially on repeated events. As an added bonus, subpixel aliasing is honored in the work area. * All python scripts distributed with LyX should now be compatible with both python 2.x and python 3.x. * Native filedialogs * TEX2LYX IMPROVEMENTS: support for biblatex, chapterbib, \includeonly, and better quotationmark detection. * For other improvements and bugfixes, see the included ANNOUNCE file. - Dropped fix-build-with-Qt5.11.patch, is part of this release OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=146
191 lines
5.9 KiB
RPMSpec
191 lines
5.9 KiB
RPMSpec
#
|
|
# spec file for package lyx
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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 http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: lyx
|
|
Version: 2.3.1
|
|
Release: 0
|
|
Summary: WYSIWYM (What You See Is What You Mean) document processor
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Publishing/TeX/Frontends
|
|
Url: http://www.lyx.org/
|
|
Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
|
|
Source1: lyxrc.dist
|
|
Source2: lyx.keyring
|
|
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
|
|
#!BuildIgnore: lyx
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: bc
|
|
BuildRequires: enchant-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: file-devel
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: hunspell-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: zlib-devel
|
|
Requires: ImageMagick
|
|
Requires: ghostscript
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: libboost_signals-devel
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
BuildRequires: pkgconfig(Qt5Script)
|
|
BuildRequires: pkgconfig(Qt5Sql)
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
|
# Goal is to require/recommends (roughly) everything that is supported in the GUI of LyX
|
|
# LyX can supoort everything of LaTeX in the preamble, but not everything is supported in the GUI
|
|
# I have ingored extra fonts and document classes
|
|
# Use "Recommends" so that expert users can have some control
|
|
Recommends: texlive-algorithms
|
|
Recommends: texlive-arabi
|
|
Recommends: texlive-bezos
|
|
Recommends: texlive-biber
|
|
Recommends: texlive-bibtex8
|
|
Recommends: texlive-bibtopic
|
|
Recommends: texlive-braille
|
|
Recommends: texlive-collection-fontsrecommended
|
|
Recommends: texlive-collection-htmlxml
|
|
Recommends: texlive-collection-latexrecommended
|
|
Recommends: texlive-collection-luatex
|
|
Recommends: texlive-collection-xetex
|
|
Recommends: texlive-covington
|
|
Recommends: texlive-endnotes
|
|
Recommends: texlive-esint
|
|
Recommends: texlive-esint-type1
|
|
Recommends: texlive-forest
|
|
Recommends: texlive-fragments
|
|
Recommends: texlive-ifsym
|
|
Recommends: texlive-mathdots
|
|
Recommends: texlive-mhchem
|
|
Recommends: texlive-multirow
|
|
Recommends: texlive-nomencl
|
|
Recommends: texlive-pdfcomment
|
|
Recommends: texlive-pdfsync
|
|
Recommends: texlive-prettyref
|
|
Recommends: texlive-refstyle
|
|
Recommends: texlive-rotfloat
|
|
Recommends: texlive-splitindex
|
|
Recommends: texlive-tcolorbox
|
|
Recommends: texlive-textgreek
|
|
Recommends: texlive-units
|
|
Recommends: texlive-wrapfig
|
|
Recommends: texlive-zhmetrics
|
|
Recommends: xindy
|
|
# Some stuff needed for LyX's documentation:
|
|
Recommends: texlive-braket
|
|
Recommends: texlive-diagbox
|
|
Recommends: texlive-picinpar
|
|
Recommends: texlive-shapepar
|
|
Recommends: texlive-sidecap
|
|
|
|
%description
|
|
LyX is a document processor that encourages an approach to writing
|
|
based on the structure of your documents, not their appearance. The
|
|
author can concentrate on the content (What You See Is What You Mean).
|
|
The formatting is done by the backends (like LaTeX) and the output can
|
|
have different formats, such as DVI, postscript, PDF, html.
|
|
|
|
LyX can check the LaTeX installation by opening the LaTeX Configuration
|
|
document under "Help" on the menubar.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
#./autogen.sh
|
|
TEXMF=%{_datadir}/texmf
|
|
%configure \
|
|
--enable-build-type=rel \
|
|
--enable-qt5 \
|
|
--without-included-boost \
|
|
--without-aspell \
|
|
--with-hunspell \
|
|
--with-enchant
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
TEXMF=%{_datadir}/texmf
|
|
make install DESTDIR=%{buildroot} TEXMF=$TEXMF
|
|
|
|
# some defaults
|
|
install -p -m644 -D %{SOURCE1} %{buildroot}%{_datadir}/lyx/lyxrc.dist
|
|
|
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
|
pushd %{buildroot}%{_datadir}/lyx/doc/
|
|
for i in *
|
|
do
|
|
ln -s %{_datadir}/lyx/doc/$i \
|
|
%{buildroot}/%{_defaultdocdir}/%{name}/
|
|
done
|
|
popd
|
|
|
|
cp ANNOUNCE COPYING NEWS \
|
|
README README.localization RELEASE-NOTES UPGRADING \
|
|
%{buildroot}/%{_defaultdocdir}/%{name}/
|
|
|
|
mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex
|
|
ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
|
|
|
|
install -p -D -m 0644 lib/appdata.xml %{buildroot}%{_datadir}/appdata/lyx.appdata.xml
|
|
|
|
install -p -D -m 0644 lib/scripts/bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/lyx
|
|
|
|
%suse_update_desktop_file lyx Office WordProcessor
|
|
|
|
%fdupes -s %{buildroot}%{_prefix}
|
|
|
|
%find_lang %{name}
|
|
|
|
%post
|
|
%desktop_database_post
|
|
%icon_theme_cache_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%icon_theme_cache_postun
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%docdir %{_datadir}/lyx/doc
|
|
%doc %{_defaultdocdir}/lyx
|
|
%{_bindir}/lyx
|
|
%{_bindir}/lyxclient
|
|
%{_bindir}/tex2lyx
|
|
%{_datadir}/applications/lyx.desktop
|
|
%dir %{_datadir}/appdata/
|
|
%{_datadir}/appdata/lyx.appdata.xml
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
%dir %{_datadir}/texmf
|
|
%dir %{_datadir}/texmf/tex
|
|
%dir %{_datadir}/texmf/tex/latex
|
|
%{_datadir}/texmf/tex/latex/lyx
|
|
%{_datadir}/lyx
|
|
%{_mandir}/man1/lyx.1%{ext_man}
|
|
%{_mandir}/man1/lyxclient.1%{ext_man}
|
|
%{_mandir}/man1/tex2lyx.1%{ext_man}
|
|
%{_sysconfdir}/bash_completion.d/lyx
|
|
|
|
%changelog
|