pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tetzle</Name>
  6. <Homepage>http://gottcode.org/tetzle/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Tetzle is a jigsaw puzzle game</Summary>
  14. <Description>It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games.</Description>
  15. <Archive sha1sum="77fbe50323f7b9b859e6741742a4523d62107848" type="tarbz2">https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>qt5-linguist</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>tetzle</Name>
  23. <RuntimeDependencies>
  24. <Dependency>qt5-base</Dependency>
  25. <Dependency>libgcc</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="data">/usr/share/icons/hicolor</Path>
  30. <Path fileType="application">/usr/share/applications</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="data">/usr/share/pixmaps</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="2">
  38. <Date>2018-09-14</Date>
  39. <Version>2.1.3</Version>
  40. <Comment>Version Bump.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2018-03-04</Date>
  46. <Version>2.1.2</Version>
  47. <Comment>First release.</Comment>
  48. <Name>Stefan Gronewold(groni)</Name>
  49. <Email>groni@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>