diff --git a/editor/texstudio/actions.py b/editor/texstudio/actions.py index a9fe02014d..54ac317d4a 100644 --- a/editor/texstudio/actions.py +++ b/editor/texstudio/actions.py @@ -5,21 +5,21 @@ # See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import pisitools -from pisi.actionsapi import qt5 +from pisi.actionsapi import qt6 j = "USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 INTERNAL_TERMINAL=1 \ - QUAZIP_LIB=-lquazip1-qt5 \ - QUAZIP_INCLUDE='usr/include/QuaZip-Qt5-1.4/quazip'" + QUAZIP_LIB=-lquazip1-qt6 \ + QUAZIP_INCLUDE='/usr/include/QuaZip-Qt6-1.4/quazip'" def setup(): - #qt5.configure("texstudio.pro", parameters='%s' % j) - qt5.configure() + #qt6.configure("texstudio.pro", parameters='%s' % j) + qt6.configure() def build(): - qt5.make() + qt6.make() def install(): - qt5.install() + qt6.install() -# pisitools.dodoc("COPYING", "README.md") + pisitools.dodoc("README.md") diff --git a/editor/texstudio/pspec.xml b/editor/texstudio/pspec.xml index 62ec461b49..c2e5a7df1b 100644 --- a/editor/texstudio/pspec.xml +++ b/editor/texstudio/pspec.xml @@ -18,17 +18,17 @@ https://github.com/texstudio-org/texstudio/archive/refs/tags/4.8.4.tar.gz zlib-devel - quazip-devel - qt5-svg-devel + quazip-qt6-devel + qt6-svg-devel hunspell-devel - qt5-base-devel - qt5-script-devel - qt5-phonon-devel - poppler-qt5-devel + qt6-base-devel + qt6-5compat-devel + qt6-phonon-devel + poppler-qt6-devel poppler-cpp-devel ghostscript-devel - qtermwidget5-devel - qt5-declarative-devel + qtermwidget6-devel + qt6-declarative-devel @@ -38,16 +38,16 @@ zlib libX11 libgcc - quazip - qt5-svg + quazip-qt6 + qt6-svg hunspell - qt5-base - qt5-script + qt6-base + qt6-5compat poppler-qt5 texlive-bin texlive-core - qtermwidget5 - qt5-declarative + qtermwidget6 + qt6-declarative /usr/bin