Files
main/office/spellcheck/qtspell/pspec.xml
T
2019-04-24 11:58:31 +03:00

66 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qtspell</Name>
<Homepage>https://github.com/manisandro/qtspell</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<Summary>Spell checking for Qt text widgets</Summary>
<Description>QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.</Description>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
<Archive type="targz" sha1sum="000c8e5510fc18f43ca4e5cf735e11aff8c2f627">https://github.com/manisandro/qtspell/archive/0.8.5.tar.gz</Archive>
</Source>
<Package>
<Name>qtspell</Name>
<Summary>Spell checking for Qt text widgets</Summary>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>enchant2</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/qt5/translations</Path>
<Path fileType="data">/usr/include/QtSpell-qt5</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2019-04-24</Date>
<Version>0.8.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-01-16</Date>
<Version>0.8.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2017-02-09</Date>
<Version>0.8.2</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>