dustrac, extremetuxracer ver. bump
This commit is contained in:
@@ -17,4 +17,4 @@ def build():
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "INSTALL", "CHANGELOG", "COPYING", "README*")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
|
||||
@@ -9,10 +9,11 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>dustrac</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game</Summary>
|
||||
<Description>The purpose of the game is to race against 11 challenging computer players on different race tracks. Finishing in TOP-6 will unlock a new race track. Only a small portion of the race track is visible on the scrolling screen.</Description>
|
||||
<Archive sha1sum="516c7e7e49ae43cc54cbe0e12b46ca4295947460" type="targz">https://github.com/juzzlin/DustRacing2D/archive/2.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="8cad7fae92fa0cf62e98d7a490868bd4272c1233" type="targz">https://github.com/juzzlin/DustRacing2D/archive/refs/tags/2.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
@@ -22,9 +23,14 @@
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>editor.patch</Patch>
|
||||
<!-- <Patch>editor.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -36,6 +42,7 @@
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -51,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2023-02-01</Date>
|
||||
<Version>2.1.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-09-14</Date>
|
||||
<Version>2.0.1</Version>
|
||||
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "etr-0.8.1"
|
||||
WorkDir = "etr-0.8.2"
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>game.arcade</PartOf>
|
||||
<Summary>High speed arctic racing game based on Tux Racer.</Summary>
|
||||
<Description>Extreme Tux Racer is a racing game which forked off Tux Racer after work on it ceased. It was formerly known as Planet Penguin Racer.</Description>
|
||||
<Archive sha1sum="de169a7586d21a2b3dc9fe533e6e29af0d561276" type="tarxz">https://downloads.sourceforge.net/extremetuxracer/etr-0.8.1.tar.xz</Archive>
|
||||
<Archive sha1sum="44529f49372193119e51b5dab2d318b424a715a1" type="tarxz">mirrors://sourceforge/extremetuxracer/releases/0.8.2/etr-0.8.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>sfml-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
@@ -34,6 +34,7 @@
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/etr</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
@@ -41,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-02-01</Date>
|
||||
<Version>0.8.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-01-05</Date>
|
||||
<Version>0.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user