pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. <Patches>
  26. <Patch>cutemarked-0.11.3-bgcolor.patch</Patch>
  27. <Patch level="1">cutemarked-0.11.3-qaction-include.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>cutemarked</Name>
  32. <RuntimeDependencies>
  33. <Dependency>qt5-base</Dependency>
  34. <Dependency>qt5-webkit</Dependency>
  35. <Dependency>hunspell</Dependency>
  36. <Dependency>libgcc</Dependency>
  37. <Dependency>discount</Dependency>
  38. </RuntimeDependencies>
  39. -->
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib/qt5</Path>
  43. <Path fileType="data">/usr/share</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="4">
  49. <Date>2020-02-09</Date>
  50. <Version>0.11.3</Version>
  51. <Comment>Rebuild with new toolchain</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2018-08-29</Date>
  57. <Version>0.11.3</Version>
  58. <Comment>Rebuild with new toolchain</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2017-05-08</Date>
  64. <Version>0.11.3</Version>
  65. <Comment>Rebuild with new toolchain</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2016-07-18</Date>
  71. <Version>0.11.3</Version>
  72. <Comment>First release</Comment>
  73. <Name>Stefan Gronewold (groni)</Name>
  74. <Email>groni@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>