opps
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<PISI>
|
||||
<Name>game.arcade</Name>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DReleaseBuild=1 -DCMAKE_INSTALL_PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "INSTALL", "CHANGELOG", "COPYING", "README-CHANGELOG.txt", "README")
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dustrac</Name>
|
||||
<Homepage>http://dustrac.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<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="f6409459beed13870fdfeabc7b76ae334c0d836e" type="targz">https://github.com/juzzlin/DustRacing2D/archive/1.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>openal-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dustrac</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>openal</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/games</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="pixmaps">/usr/share/pixmaps</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-20</Date>
|
||||
<Version>1.11.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dustrac</Name>
|
||||
<Summary xml:lang="en">Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game</Summary>
|
||||
<Description xml:lang="en">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>
|
||||
</Source>
|
||||
</PISI>
|
||||
+10
-3
@@ -3,7 +3,13 @@
|
||||
* working on http://ciftlik.pisilinux.org/pisi-2.0/pisi-index.xml.xz
|
||||
|
||||
* Packages missing in http://ciftlik.pisilinux.org/pisi-2.0/pisi-index.xml.xz
|
||||
desktop/kde/application/kmines
|
||||
desktop/kde/application/knetwalk
|
||||
desktop/kde/application/kollision
|
||||
desktop/kde/application/ksquares
|
||||
desktop/kde/application/kteatime
|
||||
desktop/kde/l10n/kde-l10n-ca-valencia
|
||||
desktop/toolkit/gtk/gtkspell
|
||||
kernel/drivers/module-fglrx
|
||||
kernel/drivers/module-nvidia304
|
||||
kernel/drivers/module-nvidia340
|
||||
@@ -11,7 +17,6 @@
|
||||
multimedia/graphics/GraphicsMagick
|
||||
multimedia/sound/speech-dispatcher
|
||||
multimedia/tv/xawtv
|
||||
network/plugin/freshplayerplugin
|
||||
office/homebank
|
||||
programming/language/perl/perl-HTML-Form
|
||||
programming/language/perl/perl-HTML-Format
|
||||
@@ -27,7 +32,10 @@
|
||||
programming/language/perl/perl-LWP-Protocol-https
|
||||
programming/language/python/gst-python
|
||||
programming/language/ruby/ruby-gtk2
|
||||
programming/misc/ragel
|
||||
unknown/farstream
|
||||
unknown/telepathy-farstream
|
||||
unknown/telepathy-glib
|
||||
unknown/telepathy-qt5
|
||||
x11/driver/xorg-video-i740
|
||||
x11/library/libexplain
|
||||
|
||||
@@ -37,5 +45,4 @@
|
||||
network/misc/libnl (5 > 4)
|
||||
network/web/firefox (40 > 39)
|
||||
programming/misc/vigra (7 > 6)
|
||||
util/crypt/nss (16 > 15)
|
||||
|
||||
|
||||
+1618
-3
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
bbc1b2a3aa46e110f01aa0e036f4e5ef2a7daab6
|
||||
9d7a6c49f7e19d32eb4d67f14bf196fcc46f987e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
be2af09ed31fde2e7304690108b8af22e4253920
|
||||
c4d271381158ebcefb8a154c82011b33f088ebea
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Wrapper library for the Video Decode and Presentation API</Summary>
|
||||
<Description>VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.</Description>
|
||||
<Archive sha1sum="888cbf54aba02cceccdb96dd94cb34b66a06c452" type="targz">http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.9.tar.gz</Archive>
|
||||
<Archive sha1sum="7a5920601d9f9f9092224d8dee6dd299d4319c85" type="targz">http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -62,6 +62,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2015-11-20</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-01-22</Date>
|
||||
<Version>0.9</Version>
|
||||
|
||||
Reference in New Issue
Block a user