Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env 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 get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def setup():
shelltools.system("pwd")
shelltools.system("unzip SDLPoP-1.23.zip")
def install():
pisitools.insinto( "/opt/", "SDLPoP-1.23/")
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=Prince of Persia
GenericName=Retro Platform Game
Icon=PrinceofPersia.png
Exec=/opt/SDLPoP-1.23/prince
Terminal=false
Categories=Game
Keywords=platform,retro
Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>PrinceofPersia</Name>
<Homepage>https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Retro Platform Game</Summary>
<Description>This is an open-source port/conversion of the DOS game Prince of Persia. It is based on the disassembly of the original PoP1 for DOS.</Description>
<License>gpl2</License>
<PartOf>Game</PartOf>
<Archive sha1sum="5b00c6272f9b132b525664fe04689616b7fbb4ef" type="binary">https://www.popot.org/get_the_games/software/SDLPoP/SDLPoP-1.23.zip</Archive>
</Source>
<Package>
<Name>PrinceofPersia</Name>
<RuntimeDependencies>
<Dependency>sdl2-image</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/opt</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/PrinceofPersia.desktop">PrinceofPersia.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/PrinceofPersia.png">PrinceofPersia.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2023-04-19</Date>
<Version>1.23</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env 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 get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def setup():
shelltools.system("pwd")
shelltools.system("unzip ManicMinerV17aLinux.zip")
def install():
pisitools.insinto( "/opt/", "ManicMiner/")
pisitools.dosym("/opt/ManicMiner/ManicMinerLinux64", "/usr/bin/ManicMiner")
Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

@@ -0,0 +1,10 @@
[Desktop Entry]
Categories=Game;
Type=Application
Name=Manic Miner
GenericName=Retro Platform Game
Icon=Manic_Miner.png
Exec=ManicMiner
Terminal=false
Categories=Game
Keywords=platform,retro
+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>manicminer</Name>
<Homepage>https://github.com/muckypaws/Manic-Miner-Engine</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Retro Platform Game</Summary>
<Description>Retro Platform Game</Description>
<License>gpl2</License>
<PartOf>Game</PartOf>
<Archive sha1sum="f02dac7b7ead2ec401b46c026d7ef9a30b61ea89" type="binary">https://github.com/muckypaws/Manic-Miner-Engine/raw/master/Linux/ManicMinerV17aLinux.zip</Archive>
</Source>
<Package>
<Name>manicminer</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/manicminer.desktop">manicminer.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/Manic_Miner.png">Manic_Miner.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2023-04-19</Date>
<Version>1.7a</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>game</Name>
</PISI>
+28
View File
@@ -0,0 +1,28 @@
#!/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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import scons
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
shelltools.system("cd src")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
pisitools.dodir("/usr/share/atari800")
pisitools.dodir("/etc")
pisitools.dodoc("COPYING", "README.TXT*")
+27
View File
@@ -0,0 +1,27 @@
#!/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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import scons
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
shelltools.system("cd src")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.insinto("/usr/share/pixmaps/", "data/atari2.png", "atari800.png")
pisitools.dodir("/usr/share/atari800")
pisitools.dodoc("COPYING", "README.TXT*")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Atari800
GenericName=Atari800 - portable and free Atari 8-bit emulator
Comment=Atari800 is the emulator of Atari 8-bit computer systems and 5200 game console for Linux [...] and other systems supported by the SDL library. Our main objective is to create a freely distributable portable emulator (i.e. with source code available).
Exec=atari800
Icon=atari800
Terminal=false
Type=Application
Categories=Game;Emulator;
Keywords=Game;Emulator;Arcade;
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>atari800</Name>
<Homepage>https://github.com/atari800/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>atari800</Icon>
<IsA>app:gui</IsA>
<Summary>Atari800 simulation</Summary>
<Description>An emulator of the Atari 800/800XL/130XE/5200 with various extensions</Description>
<Archive sha1sum="a921d770bb9df9ffc6d3ae04f21592f87c685272" type="targz">https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-5.2.0-src.tgz</Archive>
<BuildDependencies>
<Dependency>libsdl2-devel</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>atari800</Name>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
<Dependency>libsdl2-32bit</Dependency>
<Dependency>libsdl</Dependency>
<Dependency>libsdl-32bit</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/atari800</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/etc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/atari800.desktop">atari800.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARI5300.ROM">ATARI5200.ROM</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIXL.ROM">ATARIXL.ROM</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIBAS.ROM">ATARIBAS.ROM</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIOSA.ROM">ATARIOSA.ROM</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/atari800/ATARIOSB.ROM">ATARIOSB.ROM</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2024-11-20</Date>
<Version>5.2.0</Version>
<Comment>First Release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>atari800</Name>
<Summary xml:lang="tr">Atari800 emülatörü</Summary>
<Description xml:lang="tr">Atari 800/800XL/130XE/5200 emülatörü</Description>
</Source>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>game.misc</Name>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>game.sports</Name>
</PISI>
+44
View File
@@ -0,0 +1,44 @@
#!/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 shelltools
from pisi.actionsapi import scons
from pisi.actionsapi import get
import os
NoStrip = "/"
def fixperms(d):
for root, dirs, files in os.walk(d):
for name in dirs:
shelltools.chmod(os.path.join(root, name), 0755)
for name in files:
shelltools.chmod(os.path.join(root, name), 0644)
if name.startswith("SConscript"):
shelltools.unlink(os.path.join(root, name))
def setup():
fixperms("data")
def build():
scons.make('release=1 \
destdir="%s" \
prefix=/usr \
datadir=share/vdrift \
bindir=bin \
localedir=share/locale' % get.installDIR())
def install():
pisitools.dobin("src/vdrift")
pisitools.dodir("/usr/share")
shelltools.copytree("data", "%s/usr/share/vdrift" % get.installDIR())
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,11 @@
diff -up ./src/graphics/model_obj.cpp.gcc6 ./src/graphics/model_obj.cpp
--- ./src/graphics/model_obj.cpp.gcc6 2016-02-09 19:02:50.282554264 -0500
+++ ./src/graphics/model_obj.cpp 2016-02-09 19:03:10.566308088 -0500
@@ -221,7 +221,7 @@ bool ModelObj::Save(const std::string &
std::ofstream f(strFileName.c_str());
if (!f)
{
- error_output << "Error opening file for writing: " << error_output << endl;
+ error_output << "Error opening file for writing: " << strFileName << endl;
return false;
}
@@ -0,0 +1,11 @@
--- ./src/SConscript.orig 2014-09-04 16:06:21.000000000 -0400
+++ ./src/SConscript 2017-10-15 11:22:06.536446627 -0400
@@ -151,7 +151,7 @@ src = Split("""
utils.cpp
window.cpp""")
-src.sort(lambda x, y: cmp(x.lower(),y.lower()))
+src.sort(key=lambda x: x.lower())
#------------------------#
# Copy Build Environment #
@@ -0,0 +1,59 @@
--- ./SConstruct.orig 2014-08-04 08:43:04.000000000 -0400
+++ ./SConstruct 2017-10-15 11:18:01.792656230 -0400
@@ -92,9 +92,9 @@ elif sys.platform == 'darwin':
for a in env['universal']:
if not sdk_path:
- print 'Building a universal binary require access to an ' + \
+ print ('Building a universal binary require access to an ' + \
'SDK that has universal \nbinary support.If you know ' + \
- 'the location of such an SDK, specify it using the \n"SDK" option'
+ 'the location of such an SDK, specify it using the \n"SDK" option')
Exit(1)
env.Append( CCFLAGS = ['-arch', a], LINKFLAGS = ['-arch', a] )
@@ -141,11 +141,11 @@ else:
CC = 'gcc', CXX = 'g++',
options = opts)
# Take environment variables into account
- if os.environ.has_key('CXX'):
+ if 'CXX' in os.environ:
env['CXX'] = os.environ['CXX']
- if os.environ.has_key('CXXFLAGS'):
+ if 'CXXFLAGS' in os.environ:
env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
- if os.environ.has_key('LDFLAGS'):
+ if 'LDFLAGS' in os.environ:
env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
check_headers = ['GL/gl.h', 'SDL2/SDL.h', 'SDL2/SDL_image.h', 'vorbis/vorbisfile.h', 'curl/curl.h', 'bullet/btBulletCollisionCommon.h', 'bullet/btBulletDynamicsCommon.h']
check_libs = []
@@ -232,7 +232,7 @@ def distcopy (target, source, env):
def tarballer (target, source, env):
cmd = 'tar -jcf "%s" -C "%s" .' % ( str(target[0]), str(source[0]) )
#cmd = 'tar -jcf ' + str (target[0]) + ' ' + str(source[0]) + " --exclude '*~' "
- print 'running ', cmd, ' ... '
+ print ('running ', cmd, ' ... ')
p = os.popen (cmd)
return p.close ()
@@ -362,11 +362,11 @@ env.ParseConfig('pkg-config bullet --lib
conf = Configure(env)
for header in check_headers:
if not conf.CheckCXXHeader(header):
- print 'You do not have the %s headers installed. Exiting.' % header
+ print ('You do not have the %s headers installed. Exiting.' % header)
Exit(1)
for lib in check_libs:
if not conf.CheckLibWithHeader(lib[0], lib[1], 'C', lib[2]):
- print lib[3]
+ print (lib[3])
Exit(1)
env = conf.Finish()
@@ -535,4 +535,5 @@ if 'data-package' in COMMAND_LINE_TARGET
if 'autopackage' in COMMAND_LINE_TARGETS:
os.system("CXX1=g++-3.4 CXX2=g++-4.1 APBUILD_CXX1=g++-3.4 APBUILD_NO_STATIC_X=1 VDRIFT_VERSION=%s VDRIFT_MINIMAL=%d VDRIFT_RELEASE=%d makepackage tools/autopackage/vdrift.apspec" % (version, env['minimal'], env['release']))
-SConscript('src/SConscript', variant_dir = build_dir, duplicate = 0)
+VariantDir(build_dir, '.', duplicate = 0)
+SConscript('src/SConscript')
+13
View File
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=VDrift
Name[tr]=VDrift
GenericName=Drift Racing
GenericName[tr]=Drift Yarışı
Icon=vdrift
Exec=vdrift
Terminal=false
StartupNotify=false
Categories=Application;Game;SportsGame;
Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vdrift</Name>
<Homepage>http://www.vdrift.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>vdrift</Icon>
<IsA>app:gui</IsA>
<Summary>Driving simulation</Summary>
<Description>VDrift is a driving simulation game with drift racing in mind.</Description>
<Archive sha1sum="1b98f6e70d64952dee24788989697dae444c6056" type="tarbz2">mirrors://sourceforge/vdrift/vdrift-2014-10-20.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libsdl2-devel</Dependency>
<Dependency>sdl2-image-devel</Dependency>
<Dependency>glew-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>bullet-devel</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>scons</Dependency>
</BuildDependencies>
<Patches>
<Patch>vdrift-gcc6.patch</Patch>
<Patch>vdrift-sconscript.patch</Patch>
<Patch>vdrift-sconstruct.patch</Patch>
</Patches>
</Source>
<Package>
<Name>vdrift</Name>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
<Dependency>sdl2-image</Dependency>
<Dependency>glew</Dependency>
<Dependency>mesa</Dependency>
<Dependency>mesa-glu</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>bullet</Dependency>
<Dependency>curl</Dependency>
<Dependency>libarchive</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/vdrift</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/vdrift.desktop">vdrift.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/vdrift.png">vdrift.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2018-12-31</Date>
<Version>20141020</Version>
<Comment>First Release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>vdrift</Name>
<Summary xml:lang="tr">Araba yarışı</Summary>
<Description xml:lang="tr">Drift tarzı yarışabileceğiniz araba simulasyonu</Description>
</Source>
</PISI>
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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 get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir ("/opt/Dune2")
pisitools.doexe("OpenRA-Dune-2000-x86_64.AppImage", "/opt/Dune2")
pisitools.dosym("/opt/Dune2/OpenRA-Dune-2000-x86_64.AppImage", "/usr/bin/Dune2000")
@@ -0,0 +1,13 @@
[Desktop Entry]
Categories=Game;
Comment=OpenRA is an open-source and cross-platform remake of Westwood Studios Red Alert, Tiberian Dawn and Dune 2000 games.
Encoding=UTF-8
Exec=Dune2000
GenericName[tr_TR]=Dune2000 strateji oyunu
GenericName=Dune 2000 strategy game
Icon=dune2000
Name[tr_TR]=Dune 2000
Name=Dune 2000
Terminal=false
Type=Application
Version=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>Dune2000</Name>
<Homepage>https://www.openra.net/</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Rebuilt for the Modern Era.</Summary>
<Description>Open Source real-time strategy game engine for early Westwood games such as Command-Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.</Description>
<License>gpl2</License>
<PartOf>Game</PartOf>
<Archive sha1sum="e0de2441e61780476fec90bade8388131abd7e46" type="binary">https://github.com/OpenRA/OpenRA/releases/download/release-20210321/OpenRA-Dune-2000-x86_64.AppImage</Archive>
</Source>
<Package>
<Name>Dune2000</Name>
<RuntimeDependencies>
<Dependency>desktop-file-utils</Dependency>
<Dependency>freetype</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>lua51</Dependency>
<Dependency>openal</Dependency>
<Dependency>sdl-image</Dependency>
<Dependency>dejavu-fonts</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>zenity</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/dune2000.desktop">dune2000.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/dune2000.png">dune2000.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2021-11-15</Date>
<Version>20210321</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env 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 get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir ("/opt/RedAlert")
pisitools.doexe("OpenRA-Red-Alert-x86_64.AppImage", "/opt/RedAlert")
pisitools.dosym("/opt/RedAlert/OpenRA-Red-Alert-x86_64.AppImage", "/usr/bin/RedAlert")
@@ -0,0 +1,13 @@
[Desktop Entry]
Categories=Game;
Comment=OpenRA is an open-source and cross-platform remake of Westwood Studios Red Alert, Tiberian Dawn and Dune 2000 games.
Encoding=UTF-8
Exec=RedAlert
GenericName[tr_TR]=RedAlert strateji oyunu
GenericName=RedAlert strategy game
Icon=RedAlert.png
Name[tr_TR]=RedAlert
Name=RedAlert
Terminal=false
Type=Application
Version=1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>RedAlert</Name>
<Homepage>https://www.openra.net/</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary>Rebuilt for the Modern Era.</Summary>
<Description>Open Source real-time strategy game engine for early Westwood games such as Command-Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.</Description>
<License>gpl2</License>
<PartOf>Game</PartOf>
<Archive sha1sum="f0555a7b9d8afbc2eefd1fa1b6ca7a4e48be09b5" type="binary">https://github.com/OpenRA/OpenRA/releases/download/release-20210321/OpenRA-Red-Alert-x86_64.AppImage</Archive>
</Source>
<Package>
<Name>RedAlert</Name>
<RuntimeDependencies>
<Dependency>desktop-file-utils</Dependency>
<Dependency>freetype</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>lua51</Dependency>
<Dependency>openal</Dependency>
<Dependency>sdl-image</Dependency>
<Dependency>dejavu-fonts</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>zenity</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/opt</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/usr/share/applications/RedAlert.desktop">RedAlert.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/icons/RedAlert.png">RedAlert.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2021-11-17</Date>
<Version>20210321</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>game.strategy</Name>
</PISI>