@@ -8,15 +8,22 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
from pisi.actionsapi import qt5
|
from pisi.actionsapi import cmaketools
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
qt5.configure(parameters="PREFIX=/usr")
|
shelltools.makedirs("build")
|
||||||
|
shelltools.cd("build")
|
||||||
|
|
||||||
|
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
qt5.make()
|
cmaketools.make("-C build")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
qt5.install()
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("COPYING", "README")
|
shelltools.cd("..")
|
||||||
|
pisitools.dodoc("COPYING", "README")
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<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>
|
<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="20317f4b460455f1d7f98aeee024cfc8c06d2664" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.2.1-src.tar.bz2</Archive>
|
<Archive sha1sum="20317f4b460455f1d7f98aeee024cfc8c06d2664" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.2.1-src.tar.bz2</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-linguist</Dependency>
|
<Dependency>qt5-linguist</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -45,7 +46,7 @@
|
|||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Blue Devil</Name>
|
<Name>Blue Devil</Name>
|
||||||
<Email>bluedevil@sctzine.com</Email>
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2020-02-12</Date>
|
<Date>2020-02-12</Date>
|
||||||
<Version>1.1.5</Version>
|
<Version>1.1.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user