12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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="5d2633d35531a5dafa4b35b72db7decc60b86500">https://github.com/manisandro/qtspell/archive/1.0.1.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="4">
- <Date>2023-05-07</Date>
- <Version>1.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|