try to fix issue

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-18 20:34:15 +00:00 committed by GitHub
parent c64a529d1c
commit dd8f27a756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lutris (0.5.13-99pika3) lunar; urgency=medium
* Fix weirdness
-- ferrreo <harderthanfire@gmail.com> Fri, 23 June 2023 13:15:40 -0800
lutris (0.5.13-99pika2) lunar; urgency=medium lutris (0.5.13-99pika2) lunar; urgency=medium
* Cache checking * Cache checking

9
debian/control vendored
View File

@ -6,6 +6,11 @@ Build-Depends: debhelper-compat (= 12),
appstream, appstream,
dh-sequence-python3, dh-sequence-python3,
meson, meson,
debmake,
devscripts,
dh-python,
equivs,
git-buildpackage
Rules-Requires-Root: no Rules-Requires-Root: no
Standards-Version: 4.5.0 Standards-Version: 4.5.0
Homepage: https://lutris.net Homepage: https://lutris.net
@ -39,7 +44,7 @@ Depends: ${misc:Depends},
mesa-utils, mesa-utils,
vulkan-tools, vulkan-tools,
xdg-desktop-portal, xdg-desktop-portal,
xdg-desktop-portal-gtk | xdg-desktop-portal-kde | xdg-desktop-portal-hyprland | xdg-desktop-portal-wlr, xdg-desktop-portal-gtk | xdg-desktop-portal-kde,
Recommends: python3-evdev, Recommends: python3-evdev,
python3-protobuf, python3-protobuf,
gvfs-backends, gvfs-backends,
@ -51,4 +56,4 @@ Description: video game preservation platform
Lutris helps you install and play video games from all eras and from most Lutris helps you install and play video games from all eras and from most
gaming systems. By leveraging and combining existing emulators, engine gaming systems. By leveraging and combining existing emulators, engine
re-implementations and compatibility layers, it gives you a central interface re-implementations and compatibility layers, it gives you a central interface
to launch all your games. to launch all your games.

View File

@ -1,2 +0,0 @@
#! /bin/sh
env | grep -w "PWD" | cut -c5-

View File

@ -1 +1,2 @@
3.0 (native) 3.0 (native)
3.0 (native)

View File

@ -3,7 +3,7 @@
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/lutris/lutris.git git clone --recurse-submodules https://github.com/lutris/lutris.git -b v0.5.13
cd lutris cd lutris
cp -rvf ../debian ./ cp -rvf ../debian ./