automatic version update by autodist [release 4.5.1-1mamba;Fri Mar 10 2023]
This commit is contained in:
parent
f03b817e82
commit
eeeb9bda9c
@ -1,6 +1,6 @@
|
|||||||
Name: texstudio
|
Name: texstudio
|
||||||
Version: 4.4.1
|
Version: 4.5.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A fully featured LaTeX editor
|
Summary: A fully featured LaTeX editor
|
||||||
Group: Graphical Desktop/Applications/Publishing
|
Group: Graphical Desktop/Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,20 +13,24 @@ Patch1: texstudio-4.3.1-fs72345.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libQt5Svg-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libhunspell-devel
|
BuildRequires: libhunspell-devel
|
||||||
BuildRequires: libpoppler-cpp-devel
|
BuildRequires: libpoppler-cpp-devel
|
||||||
BuildRequires: libpoppler-qt6-devel
|
BuildRequires: libpoppler-devel
|
||||||
BuildRequires: libquazip-qt6-devel
|
BuildRequires: libpoppler-qt5-devel
|
||||||
|
BuildRequires: libqtermwidget-devel
|
||||||
|
BuildRequires: libquazip-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: qt6-qt5compat-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
|
||||||
BuildRequires: qt6-qtsvg-devel
|
|
||||||
BuildRequires: qt6-qttools-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libquazip-qt6-devel >= 0:1.4-1mamba
|
BuildRequires: libquazip-qt6-devel >= 0:1.4-1mamba
|
||||||
Requires: texlive-latex
|
Requires: texlive-latex
|
||||||
@ -38,21 +42,26 @@ A fully featured LaTeX editor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
cd src
|
cd src
|
||||||
%patch0 -p1 -b .fs54269
|
%patch0 -p1 -b .fs54269
|
||||||
%patch1 -p1 -b .fs72345
|
%patch1 -p1 -b .fs72345
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt6 \
|
#:<< _EOF
|
||||||
QUAZIP_INCLUDE="%{_includedir}/QuaZip-Qt6-1.3/quazip" texstudio.pro
|
%cmake -d build
|
||||||
|
|
||||||
|
#qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-lquazip1-qt6 \
|
||||||
|
# QUAZIP_INCLUDE="%{_includedir}/QuaZip-Qt6-1.3/quazip" texstudio.pro
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -62,12 +71,15 @@ qmake-qt6 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 QUAZIP_LIB=-
|
|||||||
%{_bindir}/texstudio
|
%{_bindir}/texstudio
|
||||||
%{_datadir}/applications/texstudio.desktop
|
%{_datadir}/applications/texstudio.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
|
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
|
||||||
%{_datadir}/metainfo/texstudio.metainfo.xml
|
#%{_datadir}/metainfo/texstudio.metainfo.xml
|
||||||
%dir %{_datadir}/texstudio
|
%dir %{_datadir}/texstudio
|
||||||
%{_datadir}/texstudio/*
|
%{_datadir}/texstudio/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 10 2023 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 16 2023 Sdk Build System <sdk@mambasoft.it> 4.4.1-2mamba
|
* Thu Feb 16 2023 Sdk Build System <sdk@mambasoft.it> 4.4.1-2mamba
|
||||||
- rebuilt by autoport with build requirements: libquazip-qt6-devel>=0:1.4-1mamba
|
- rebuilt by autoport with build requirements: libquazip-qt6-devel>=0:1.4-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user