12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>tetzle</Name>
- <Homepage>http://gottcode.org/tetzle/</Homepage>
- <Packager>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Summary>Tetzle is a jigsaw puzzle game</Summary>
- <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>
- <Archive sha1sum="77fbe50323f7b9b859e6741742a4523d62107848" type="tarbz2">https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>tetzle</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/icons/hicolor</Path>
- <Path fileType="application">/usr/share/applications</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2018-09-14</Date>
- <Version>2.1.3</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-03-04</Date>
- <Version>2.1.2</Version>
- <Comment>First release.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|