Initial build of lutris and its deps

This commit is contained in:
Bahar KURT
2025-09-04 13:10:33 +03:00
parent 93f8ecb06e
commit f86bcfcbae
4 changed files with 177 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import mesontools
from pisi.actionsapi import shelltools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("LICENSE*", "README*")
+89
View File
@@ -0,0 +1,89 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lutris</Name>
<Homepage>https://lutris.net</Homepage>
<Packager>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<License>GPL-3.0-only</License>
<Icon>lutris</Icon>
<Summary xml:lang="en">Play all your games on Linux</Summary>
<Description xml:lang="en">Lutris is a video game preservation platform aiming to keep your video game collection up and running for the years to come.</Description>
<Summary xml:lang="tr">Linux'ta tüm oyunlarınızı oynayın</Summary>
<Description xml:lang="tr">Lutris, video oyunu koleksiyonunuzu yıllarca ayakta tutmayı amaçlayan bir video oyunu saklama platformudur.</Description>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>git</Dependency>
<Dependency>ninja</Dependency>
<Dependency>protobuf-devel</Dependency>
<Dependency>python3-poetry-core</Dependency>
</BuildDependencies>
<Archive sha1sum="2a6f8db85ee7f8dd233b964dc02389f192934a9f" type="targz">https://github.com/lutris/lutris/archive/refs/tags/v0.5.19.tar.gz</Archive>
</Source>
<Package>
<Name>lutris</Name>
<RuntimeDependencies>
<Dependency>cabextract</Dependency>
<Dependency>curl</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gobject-introspection</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>mesa-utils</Dependency>
<Dependency>p7zip</Dependency>
<Dependency>pango</Dependency>
<Dependency>psmisc</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-distro</Dependency>
<Dependency>python3-evdev</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-moddb</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-urllib3</Dependency>
<Dependency>python3-PyYAML</Dependency>
<Dependency>unzip</Dependency>
<Dependency>webkit2gtk-4.1</Dependency>
<Dependency>xdg-desktop-portal</Dependency>
<Dependency>gamemode</Dependency>
<Dependency>ayatana-libappindicator</Dependency>
<Dependency>gnutls-32bit</Dependency>
<Dependency>vkd3d</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>python3-protobuf</Dependency>
<Dependency>vulkan-tools</Dependency>
<Dependency>wine</Dependency>
<Dependency>winetricks</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/locale</Path>
<Path fileType="data">/usr/share/lutris</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/icons/hicolor</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-09-04</Date>
<Version>0.5.19</Version>
<Comment>Initial release</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>