From c7b2f0096667e8da2807610ac1a5cc9c15ff8965 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 1 Mar 2018 22:48:58 +0100 Subject: [PATCH] add new logic game hexalate --- game/logic/hexalate/actions.py | 19 ++++++++++++ game/logic/hexalate/pspec.xml | 46 ++++++++++++++++++++++++++++ game/logic/hexalate/translations.xml | 8 +++++ 3 files changed, 73 insertions(+) create mode 100644 game/logic/hexalate/actions.py create mode 100644 game/logic/hexalate/pspec.xml create mode 100644 game/logic/hexalate/translations.xml diff --git a/game/logic/hexalate/actions.py b/game/logic/hexalate/actions.py new file mode 100644 index 0000000000..4c78d757b2 --- /dev/null +++ b/game/logic/hexalate/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# 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 + +def setup(): + qt5.configure() + +def build(): + qt5.make() + +def install(): + qt5.install() + + pisitools.dodoc("CREDITS", "INSTALL", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/game/logic/hexalate/pspec.xml b/game/logic/hexalate/pspec.xml new file mode 100644 index 0000000000..b3c3d90512 --- /dev/null +++ b/game/logic/hexalate/pspec.xml @@ -0,0 +1,46 @@ + + + + + hexalate + http://gottcode.org/hexalate/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + app:gui + Hexalate is a color matching game. + 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 + + + + + hexalate + + qt5-base + libgcc + + + /usr/bin + /usr/share/icons/hicolor + /usr/share/applications + /usr/share/pixmaps + /usr/share + /usr/share/doc + + + + + + 2018-03-02 + 1.1.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/game/logic/hexalate/translations.xml b/game/logic/hexalate/translations.xml new file mode 100644 index 0000000000..77cb5d8da9 --- /dev/null +++ b/game/logic/hexalate/translations.xml @@ -0,0 +1,8 @@ + + + + hexalate + Hexalate is a color matching game. + 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. + +