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>