From 9009f7126084ed7b7c2962ac0a6f3c366a51ad01 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 14 Sep 2018 16:17:35 +0300 Subject: [PATCH] game:Rebuild New T --- game/misc/gcompris/pspec.xml | 7 +++++++ game/puzzle/gmult/actions.py | 23 ++++++++++++++--------- game/puzzle/gmult/pspec.xml | 12 +++++++++++- game/puzzle/hex-a-hop/pspec.xml | 7 +++++++ game/puzzle/lmarbles/pspec.xml | 7 +++++++ game/puzzle/neverball/pspec.xml | 7 +++++++ game/puzzle/tetzle/pspec.xml | 9 ++++++++- 7 files changed, 61 insertions(+), 11 deletions(-) diff --git a/game/misc/gcompris/pspec.xml b/game/misc/gcompris/pspec.xml index 0a6c532016..7a694f1a06 100755 --- a/game/misc/gcompris/pspec.xml +++ b/game/misc/gcompris/pspec.xml @@ -59,6 +59,13 @@ + + 2018-09-14 + 17.05 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-02-21 17.05 diff --git a/game/puzzle/gmult/actions.py b/game/puzzle/gmult/actions.py index f7e21e56ec..a4e11fd80d 100644 --- a/game/puzzle/gmult/actions.py +++ b/game/puzzle/gmult/actions.py @@ -1,8 +1,8 @@ #!/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 +# See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools @@ -10,12 +10,17 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("./configure --prefix=/usr LDFLAGS=-lm") - + shelltools.makedirs("build") + shelltools.cd("build") + shelltools.system("meson --prefix=/usr ..") + def build(): - autotools.make() - + shelltools.cd("build") + shelltools.system("ninja") + def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("NEWS", "THANKS", "COPYING", "README", "AUTHORS") \ No newline at end of file + shelltools.cd("build") + shelltools.system("DESTDIR=%s ninja install" % get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("README", "NEWS", "COPYING", "AUTHORS") diff --git a/game/puzzle/gmult/pspec.xml b/game/puzzle/gmult/pspec.xml index 613205d515..bcfd28d389 100644 --- a/game/puzzle/gmult/pspec.xml +++ b/game/puzzle/gmult/pspec.xml @@ -13,8 +13,9 @@ app:gui Multiplication Puzzle Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs. Basically, a multiplication problem is shown with all digits replaced by letters. Your job is to guess which letter represents which number. - https://launchpad.net/gmult/trunk/8.0/+download/gmult-8.0.tar.bz2 + https://launchpad.net/gmult/trunk/9.0/+download/gmult-9.0.tar.xz + meson atk-devel intltool vala-devel @@ -39,12 +40,21 @@ /usr/bin /usr/share/applications /usr/share/doc/gmult + /usr/share/metainfo + /usr/share/dbus-1 /usr/share/icons /usr/share/locale + + 2018-09-14 + 9.0 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-05-11 8.0 diff --git a/game/puzzle/hex-a-hop/pspec.xml b/game/puzzle/hex-a-hop/pspec.xml index 01749eca39..d6fe4bbb4b 100644 --- a/game/puzzle/hex-a-hop/pspec.xml +++ b/game/puzzle/hex-a-hop/pspec.xml @@ -43,6 +43,13 @@ + + 2018-09-14 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-05-11 1.1.0 diff --git a/game/puzzle/lmarbles/pspec.xml b/game/puzzle/lmarbles/pspec.xml index edb80cc6b7..8f2a545dbc 100644 --- a/game/puzzle/lmarbles/pspec.xml +++ b/game/puzzle/lmarbles/pspec.xml @@ -41,6 +41,13 @@ + + 2018-09-14 + 1.0.8 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-05-11 1.0.8 diff --git a/game/puzzle/neverball/pspec.xml b/game/puzzle/neverball/pspec.xml index 8c57eca6c6..2d204a37f9 100644 --- a/game/puzzle/neverball/pspec.xml +++ b/game/puzzle/neverball/pspec.xml @@ -55,6 +55,13 @@ + + 2018-09-14 + 1.6.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-04-25 1.6.0 diff --git a/game/puzzle/tetzle/pspec.xml b/game/puzzle/tetzle/pspec.xml index 65ace0b057..70b69959d0 100644 --- a/game/puzzle/tetzle/pspec.xml +++ b/game/puzzle/tetzle/pspec.xml @@ -12,7 +12,7 @@ app:gui Tetzle is a jigsaw puzzle game It uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. - https://gottcode.org/tetzle/tetzle-2.1.2-src.tar.bz2 + https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2 qt5-base-devel qt5-linguist @@ -36,6 +36,13 @@ + + 2018-09-14 + 2.1.3 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-03-04 2.1.2