pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mindforger</Name>
  6. <Homepage>https://github.com/dvorka/mindforger</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security.</Summary>
  14. <Description>MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir.</Description>
  15. <Archive sha1sum="2c6a1bd75d8185804c5e8b618ed987336a9002f2" type="targz">https://github.com/dvorka/mindforger/releases/download/1.48.0/mindforger_1.48.2.tgz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ccache</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>qt5-base-devel</Dependency>
  20. <Dependency>qt5-webkit-devel</Dependency>
  21. <Dependency>icon-theme-hicolor</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>mindforger</Name>
  26. <RuntimeDependencies>
  27. <Dependency>qt5-base</Dependency>
  28. <Dependency>qt5-webkit</Dependency>
  29. <Dependency>zlib</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="data">/usr/share/icons</Path>
  37. <Path fileType="data">/usr/share/applications</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2019-02-25</Date>
  45. <Version>1.48.2</Version>
  46. <Comment>remove static discount libs.</Comment>
  47. <Name>Ertuğrul Erata</Name>
  48. <Email>ertugrulerata@gmail.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2019-01-28</Date>
  52. <Version>1.48.2</Version>
  53. <Comment>First release</Comment>
  54. <Name>PisiLinux Community</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>