hexalate:ver.bump,translations fix
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
qt5.configure(parameters="PREFIX=/usr")
|
||||
@@ -19,4 +19,4 @@ def build():
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("CREDITS", "INSTALL", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hexalate</Name>
|
||||
@@ -8,11 +8,12 @@
|
||||
<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="f50b81fcbca8fa46733dc45af8be99de502305f4" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.1.4-src.tar.bz2</Archive>
|
||||
<Archive sha1sum="a06cb631a0658bfd6e8cb314ade616dd800f5551" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.1.5-src.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
@@ -21,22 +22,30 @@
|
||||
|
||||
<Package>
|
||||
<Name>hexalate</Name>
|
||||
<Summary>Hexalate is a color matching game.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<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/icons/hicolor</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share</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="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>
|
||||
@@ -52,4 +61,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hexalate</Name>
|
||||
<Summary xml:lang="tr">Hexalate is a color matching game.</Summary>
|
||||
<Description xml:lang="tr">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>
|
||||
<Summary xml:lang="tr">Hexalate renk eşleştirme oyunudur.</Summary>
|
||||
<Description xml:lang="tr">Hexalate bir mantık oyunudur. Oyundaki amaç, daireleri döndürerek birbirine değen noktalardaki renklerin eşleşmesini sağlamaktır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user