1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hexalate</Name>
- <Homepage>https://gottcode.org/hexalate/</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <PartOf>game.logic</PartOf>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Summary>Hexalate is a color matching game.</Summary>
- <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>
- <Archive sha1sum="07472273d82e69031506925654bf75ca833e7df4" type="targz">https://github.com/gottcode/hexalate/archive/refs/tags/v1.2.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>hexalate</Name>
- <Summary>Hexalate is a color matching game.</Summary>
- <RuntimeDependencies>
- <Dependency>qt6-linguist</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="application">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/icons/hicolor</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2024-11-29</Date>
- <Version>1.2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2022-11-04</Date>
- <Version>1.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-02-12</Date>
- <Version>1.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-14</Date>
- <Version>1.1.4</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-03-02</Date>
- <Version>1.1.2</Version>
- <Comment>First release.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|