try to fix issue
This commit is contained in:
parent
c64a529d1c
commit
dd8f27a756
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
9
debian/control
vendored
@ -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.
|
2
debian/scripts/get_pwd.sh
vendored
2
debian/scripts/get_pwd.sh
vendored
@ -1,2 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
env | grep -w "PWD" | cut -c5-
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +1,2 @@
|
|||||||
3.0 (native)
|
3.0 (native)
|
||||||
|
3.0 (native)
|
2
main.sh
2
main.sh
@ -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 ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user