pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qtspell</Name>
  6. <Homepage>https://github.com/manisandro/qtspell</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <Summary>Spell checking for Qt text widgets</Summary>
  13. <Description>QtSpell adds spell-checking functionality to Qt's text widgets, using the enchant spell-checking library.</Description>
  14. <BuildDependencies>
  15. <Dependency>cmake</Dependency>
  16. <Dependency>doxygen</Dependency>
  17. <Dependency>enchant-devel</Dependency>
  18. <Dependency>pkgconfig</Dependency>
  19. <Dependency>qt5-assistant-devel</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt5-designer-devel</Dependency>
  22. <Dependency>qt5-linguist</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. </BuildDependencies>
  25. <Archive type="targz" sha1sum="2a6704fa75e3a1158ad8e53bbf95faf56929ca14">https://github.com/manisandro/qtspell/archive/0.8.4.tar.gz</Archive>
  26. </Source>
  27. <Package>
  28. <Name>qtspell</Name>
  29. <Summary>Spell checking for Qt text widgets</Summary>
  30. <RuntimeDependencies>
  31. <Dependency>qt5-base</Dependency>
  32. <Dependency>enchant</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="data">/usr/share/qt5/translations</Path>
  38. <Path fileType="data">/usr/include/QtSpell-qt5</Path>
  39. <Path fileType="data">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2018-01-16</Date>
  45. <Version>0.8.4</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2017-02-09</Date>
  52. <Version>0.8.2</Version>
  53. <Comment>First Release</Comment>
  54. <Name>Stefan Gronewold</Name>
  55. <Email>groni@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>