Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING","README","steam*.txt")
|
||||
@@ -0,0 +1,14 @@
|
||||
--- a/steam 2013-02-15 14:43:40.000000000 -0500
|
||||
+++ b/steam 2013-02-17 23:26:31.951179106 -0500
|
||||
@@ -17,6 +17,11 @@
|
||||
# Set up domain for script localization
|
||||
export TEXTDOMAIN=steam
|
||||
|
||||
+# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
|
||||
+if ! pulseaudio --check &>/dev/null; then
|
||||
+ export SDL_AUDIODRIVER=alsa
|
||||
+fi
|
||||
+
|
||||
function show_message()
|
||||
{
|
||||
style=$1
|
||||
@@ -0,0 +1,12 @@
|
||||
diff -Nuar a/steam.desktop b/steam.desktop
|
||||
--- a/steam.desktop 2018-07-24 05:07:26.000000000 +0300
|
||||
+++ b/steam.desktop 2018-09-29 23:04:53.439082677 +0300
|
||||
@@ -27,7 +27,7 @@
|
||||
Comment[tr]=Steam üzerinden oyun oynama ve düzenleme uygulaması
|
||||
Comment[uk]=Програма для керування іграми та запуску ігор у Steam
|
||||
Comment[vi]=Ứng dụng để quản lý và chơi trò chơi trên Steam
|
||||
-Exec=/usr/bin/steam %U
|
||||
+Exec=LC_ALL=C /usr/bin/steam %U
|
||||
Icon=steam
|
||||
Terminal=false
|
||||
Type=Application
|
||||
@@ -0,0 +1,171 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>steam</Name>
|
||||
<Homepage>http://store.steampowered.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Valve Corporation</License>
|
||||
<Icon>steam</Icon>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Steam for linux</Summary>
|
||||
<Description>Steam Digital Platform Runner</Description>
|
||||
<Archive sha1sum="372550729b88d0e1e36c153015a82d85d624a97d" type="targz">
|
||||
https://repo.steampowered.com/steam/pool/steam/s/steam/steam_1.0.0.85.tar.gz
|
||||
</Archive>
|
||||
<Patches>
|
||||
<!--
|
||||
<Patch level="1">alsa_sdl_audiodriver.patch</Patch>
|
||||
<Patch level="1">desktop.patch</Patch>
|
||||
-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>steam</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>eudev-32bit</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<!--<Dependency>udev-32bit</Dependency>-->
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2025-12-11</Date>
|
||||
<Version>1.0.0.85</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2023-12-15</Date>
|
||||
<Version>1.0.0.78</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2022-12-19</Date>
|
||||
<Version>1.0.0.75</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2022-03-29</Date>
|
||||
<Version>1.0.0.74</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2021-01-16</Date>
|
||||
<Version>1.0.0.68</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2020-09-04</Date>
|
||||
<Version>1.0.0.66</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-10-14</Date>
|
||||
<Version>1.0.0.61</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-09-29</Date>
|
||||
<Version>1.0.0.56</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2016-12-13</Date>
|
||||
<Version>1.0.0.54</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2016-03-31</Date>
|
||||
<Version>1.0.0.52</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-07-15</Date>
|
||||
<Version>1.0.0.50</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-09-01</Date>
|
||||
<Version>1.0.0.49</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Nikolay Semenov</Name>
|
||||
<Email>tribunal@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-08-23</Date>
|
||||
<Version>1.0.0.48</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-06-29</Date>
|
||||
<Version>1.0.0.47</Version>
|
||||
<Comment>Dep fix</Comment>
|
||||
<Name>Nikolay Semenov</Name>
|
||||
<Email>tribunal@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-06-15</Date>
|
||||
<Version>1.0.0.47</Version>
|
||||
<Comment>Remove unnecessary deps</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-03-21</Date>
|
||||
<Version>1.0.0.47</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-09-07</Date>
|
||||
<Version>1.0.0.41</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>steam</Name>
|
||||
<Summary xml:lang="tr">Linux için steam</Summary>
|
||||
<Description xml:lang="tr">Steam dijital platform çalıştırıcısı</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user