Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -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 |
@@ -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>
|
||||
@@ -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 |
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>game.strategy</Name>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user