pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cutemarked</Name>
  6. <Homepage>http://cloose.github.io/CuteMarkEd</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold (groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Qt Markdown Editor</Summary>
  14. <Description>A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document.</Description>
  15. <Archive sha1sum="221a3214982d3e3461f16fceff26c9c6c0b1bad5" type="targz">https://github.com/cloose/CuteMarkEd/archive/v0.11.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>qt5-webkit-devel</Dependency>
  19. <Dependency>hunspell-devel</Dependency>
  20. <Dependency>qt5-assistant-devel</Dependency>
  21. <Dependency>qt5-designer-devel</Dependency>
  22. <Dependency>qt5-linguist</Dependency>
  23. <Dependency>discount-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>cutemarked</Name>
  28. <RuntimeDependencies>
  29. <Dependency>qt5-base</Dependency>
  30. <Dependency>qt5-webkit</Dependency>
  31. <Dependency>hunspell</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>discount</Dependency>
  34. </RuntimeDependencies>
  35. -->
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib/qt5</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2017-05-08</Date>
  46. <Version>0.11.3</Version>
  47. <Comment>Rebuild with new toolchain</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2016-07-18</Date>
  53. <Version>0.11.3</Version>
  54. <Comment>First release</Comment>
  55. <Name>Stefan Gronewold (groni)</Name>
  56. <Email>groni@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>