pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hexalate</Name>
  6. <Homepage>http://gottcode.org/hexalate/</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>Hexalate is a color matching game.</Summary>
  14. <Description>The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs.</Description>
  15. <Archive sha1sum="60a43a7de42a3a45e0a3d830ab4d8e0af0ca9c5a" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.1.2-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>hexalate</Name>
  23. <RuntimeDependencies>
  24. <Dependency>qt5-base</Dependency>
  25. <Dependency>qt5-linguist</Dependency>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="data">/usr/share/icons/hicolor</Path>
  31. <Path fileType="application">/usr/share/applications</Path>
  32. <Path fileType="data">/usr/share/pixmaps</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2018-03-02</Date>
  40. <Version>1.1.2</Version>
  41. <Comment>First release.</Comment>
  42. <Name>Stefan Gronewold(groni)</Name>
  43. <Email>groni@pisilinux.org</Email>
  44. </Update>
  45. </History>
  46. </PISI>