From e0bc6cdfc1a1a973e5bbc794ec5a61cba126543b Mon Sep 17 00:00:00 2001 From: groni Date: Fri, 2 Mar 2018 16:13:32 +0100 Subject: [PATCH] add changed hexalate --- game/logic/hexalate/actions.py | 5 +++++ game/logic/hexalate/pspec.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/game/logic/hexalate/actions.py b/game/logic/hexalate/actions.py index 84f1b8f169..9fea38f783 100644 --- a/game/logic/hexalate/actions.py +++ b/game/logic/hexalate/actions.py @@ -6,7 +6,12 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import qt5 +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import get +def setup(): + qt5.configure(parameters="PREFIX=/usr") def build(): qt5.make() diff --git a/game/logic/hexalate/pspec.xml b/game/logic/hexalate/pspec.xml index b3c3d90512..d658d035a2 100644 --- a/game/logic/hexalate/pspec.xml +++ b/game/logic/hexalate/pspec.xml @@ -14,7 +14,8 @@ 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. https://gottcode.org/hexalate/hexalate-1.1.2-src.tar.bz2 - qt5-base-devel + qt5-base-devel + qt5-linguist @@ -22,6 +23,7 @@ hexalate qt5-base + qt5-linguist libgcc