123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>texstudio</Name>
- <Homepage>https://www.texstudio.org/</Homepage>
- <Packager>
- <Name>Pisilinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <PartOf>editor</PartOf>
- <Summary>TeXstudio is a fully featured LaTeX editor.</Summary>
- <Description>
- 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.
- </Description>
- <Archive sha1sum="5527f6b929acef737466845ba5ae5494a88d1d41" type="targz">https://github.com/texstudio-org/texstudio/archive/refs/tags/4.8.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ninja</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>quazip-qt6-devel</Dependency>
- <Dependency>qt6-svg-devel</Dependency>
- <Dependency>hunspell-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt6-5compat-devel</Dependency>
- <Dependency>qt6-phonon-devel</Dependency>
- <Dependency>poppler-qt6-devel</Dependency>
- <Dependency>poppler-cpp-devel</Dependency>
- <Dependency>ghostscript-devel</Dependency>
- <Dependency>qtermwidget6-devel</Dependency>
- <Dependency>qt6-declarative-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>texstudio</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>quazip-qt6</Dependency>
- <Dependency>qt6-svg</Dependency>
- <Dependency>hunspell</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>qt6-5compat</Dependency>
- <Dependency>poppler-qt5</Dependency>
- <Dependency>texlive-bin</Dependency>
- <Dependency>texlive-core</Dependency>
- <Dependency>qtermwidget6</Dependency>
- <Dependency>qt6-declarative</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/texstudio</Path>
- <Path fileType="icons">/usr/share/icons/hicolor</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="4">
- <Date>2024-11-28</Date>
- <Version>4.8.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2023-01-28</Date>
- <Version>4.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-11-05</Date>
- <Version>4.4.0</Version>
- <Comment>new version</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>us@mynetiz.com</Email>
- </Update>
- <Update release="1">
- <Date>2022-05-14</Date>
- <Version>4.2.2</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|