Files
main/office/spellcheck/qtspell/pspec.xml
T
2018-01-17 15:01:17 +03:00

59 lines
2.3 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>enchant-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="2a6704fa75e3a1158ad8e53bbf95faf56929ca14">https://github.com/manisandro/qtspell/archive/0.8.4.tar.gz</Archive>
</Source>
<Package>
<Name>qtspell</Name>
<Summary>Spell checking for Qt text widgets</Summary>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>enchant</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="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>