game:Rebuild New T

This commit is contained in:
Rmys
2018-09-14 16:17:35 +03:00
parent f49e72033c
commit 9009f71260
7 changed files with 61 additions and 11 deletions
+7
View File
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-09-14</Date>
<Version>17.05</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-02-21</Date>
<Version>17.05</Version>
+14 -9
View File
@@ -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")
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("README", "NEWS", "COPYING", "AUTHORS")
+11 -1
View File
@@ -13,8 +13,9 @@
<IsA>app:gui</IsA>
<Summary>Multiplication Puzzle</Summary>
<Description>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.</Description>
<Archive sha1sum="d73c588077f564a458f7595cdd62c9b69408f369" type="tarbz2">https://launchpad.net/gmult/trunk/8.0/+download/gmult-8.0.tar.bz2</Archive>
<Archive sha1sum="a3152892ccd06137c9dff691c561e9357b422bff" type="tarxz">https://launchpad.net/gmult/trunk/9.0/+download/gmult-9.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>vala-devel</Dependency>
@@ -39,12 +40,21 @@
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc/gmult</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-09-14</Date>
<Version>9.0</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-05-11</Date>
<Version>8.0</Version>
+7
View File
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-09-14</Date>
<Version>1.1.0</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-05-11</Date>
<Version>1.1.0</Version>
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-09-14</Date>
<Version>1.0.8</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-05-11</Date>
<Version>1.0.8</Version>
+7
View File
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-09-14</Date>
<Version>1.6.0</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-25</Date>
<Version>1.6.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Tetzle is a jigsaw puzzle game</Summary>
<Description>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.</Description>
<Archive sha1sum="104e42a8e5743b5f7be9a32f19e6cc26c4e72050" type="tarbz2">https://gottcode.org/tetzle/tetzle-2.1.2-src.tar.bz2</Archive>
<Archive sha1sum="77fbe50323f7b9b859e6741742a4523d62107848" type="tarbz2">https://gottcode.org/tetzle/tetzle-2.1.3-src.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-09-14</Date>
<Version>2.1.3</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-03-04</Date>
<Version>2.1.2</Version>