From 130f69df8366c552debe657512fd33fd94467e35 Mon Sep 17 00:00:00 2001 From: erkanisik1 Date: Tue, 5 Apr 2022 17:57:08 +0300 Subject: [PATCH] textstudio add new package --- editor/texstudio/actions.py | 22 ++++++++++++ editor/texstudio/pspec.xml | 69 +++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 editor/texstudio/actions.py create mode 100644 editor/texstudio/pspec.xml diff --git a/editor/texstudio/actions.py b/editor/texstudio/actions.py new file mode 100644 index 0000000000..1455fa7e70 --- /dev/null +++ b/editor/texstudio/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import qt5 + +j = "USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 INTERNAL_TERMINAL=1" + +def setup(): + qt5.configure("texstudio.pro", parameters='%s' % j) + +def build(): + qt5.make() + +def install(): + qt5.install() + +# pisitools.dodoc("COPYING", "README.md") + diff --git a/editor/texstudio/pspec.xml b/editor/texstudio/pspec.xml new file mode 100644 index 0000000000..234bc660da --- /dev/null +++ b/editor/texstudio/pspec.xml @@ -0,0 +1,69 @@ + + + + + texstudio + https://www.texstudio.org/ + + fury + uglyside@yandex.ru + + GPLv3 + app:gui + editor + TeXstudio is a fully featured LaTeX editor. + + TeXstudio is an integrated writing environment for creating LaTeX documents. Our goal is to make writing LaTeX as easy and comfortable as possible. Therefore TeXstudio has numerous features like syntax-highlighting, integrated viewer, reference checking and various assistants. + + https://github.com/texstudio-org/texstudio/archive/refs/tags/4.2.2.tar.gz + + zlib-devel + quazip-devel + qt5-svg-devel + hunspell-devel + qt5-base-devel + qt5-script-devel + qt5-phonon-devel + poppler-qt5-devel + poppler-cpp-devel + ghostscript-devel + qtermwidget5-devel + qt5-declarative-devel + + + + + texstudio + + zlib + libX11 + libgcc + quazip + qt5-svg + hunspell + qt5-base + qt5-script + poppler-qt5 + texlive-bin + texlive-core + qtermwidget5 + qt5-declarative + + + /usr/bin + /usr/share + /usr/share/texstudio + /usr/share/icons/hicolor + + + + + 2022-14-05 + 4.2.2 + First build. + fury + uglyside@yandex.ru + + + +