Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texstudio for openSUSE:Factory checked in at 2022-11-26 18:45:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texstudio (Old) and /work/SRC/openSUSE:Factory/.texstudio.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texstudio" Sat Nov 26 18:45:21 2022 rev:37 rq:1038258 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes 2022-11-24 12:23:28.085388614 +0100 +++ /work/SRC/openSUSE:Factory/.texstudio.new.1597/texstudio.changes 2022-11-26 18:45:30.387231732 +0100 @@ -1,0 +2,5 @@ +Fri Nov 25 18:30:04 UTC 2022 - Dmitry Roshchin <[email protected]> + +- Use cmake build system + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texstudio.spec ++++++ --- /var/tmp/diff_new_pack.C9MjTz/_old 2022-11-26 18:45:31.203236570 +0100 +++ /var/tmp/diff_new_pack.C9MjTz/_new 2022-11-26 18:45:31.207236594 +0100 @@ -24,10 +24,12 @@ 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) @@ -53,11 +55,14 @@ %define crashhandler NO_CRASH_HANDLER=true %endif -%qmake5 CONFIG-=debug %{?crashhandler} texstudio.pro -%make_jobs +%cmake +%cmake_build %install -make INSTALL_ROOT=%{buildroot} 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/
