pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>enchant2-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="5d2633d35531a5dafa4b35b72db7decc60b86500">https://github.com/manisandro/qtspell/archive/1.0.1.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>enchant2</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="4">
  44. <Date>2023-05-07</Date>
  45. <Version>1.0.1</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="3">
  51. <Date>2019-04-24</Date>
  52. <Version>0.8.5</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2018-01-16</Date>
  59. <Version>0.8.4</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2017-02-09</Date>
  66. <Version>0.8.2</Version>
  67. <Comment>First Release</Comment>
  68. <Name>Stefan Gronewold</Name>
  69. <Email>groni@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>