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 998c3e0304..25248b7297 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