Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10828484
D7741.id18588.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
19 KB
Referenced Files
None
Subscribers
None
D7741.id18588.diff
View Options
diff --git a/files/0001-Remove-prompt-for-donation-that-also-opens-up-the-do.patch b/files/0001-Remove-prompt-for-donation-that-also-opens-up-the-do.patch
--- a/files/0001-Remove-prompt-for-donation-that-also-opens-up-the-do.patch
+++ b/files/0001-Remove-prompt-for-donation-that-also-opens-up-the-do.patch
@@ -12,7 +12,7 @@
index 4e6e249..4bb390c 100644
--- a/lutris/startup.py
+++ b/lutris/startup.py
-@@ -131,22 +131,6 @@ def check_vulkan():
+@@ -134,22 +134,6 @@ def check_vulkan():
logger.info("Vulkan is not available or your system isn't Vulkan capable")
@@ -28,14 +28,14 @@
- "Please consider making a donation if you can. This will greatly help "
- "cover the costs of hosting the project and fund new features "
- "like cloud saves or a full-screen interface for the TV!\n"
-- "<a href='https://lutris.net/donate'>SUPPORT US! https://lutris.net/donate</a>"
+- "<a href='https://lutris.net/donate'>SUPPORT US! https://lutris.net/donate</a>",
- )
-
-
def fill_missing_platforms():
"""Sets the platform on games where it's missing.
This should never happen.
-@@ -167,5 +151,4 @@ def run_all_checks():
+@@ -170,5 +154,4 @@ def run_all_checks():
check_driver()
check_libs()
check_vulkan()
diff --git a/files/0002-Revert-Reorder-iter_lib_folders-for-gentoo.patch b/files/0002-Revert-Reorder-iter_lib_folders-for-gentoo.patch
--- a/files/0002-Revert-Reorder-iter_lib_folders-for-gentoo.patch
+++ b/files/0002-Revert-Reorder-iter_lib_folders-for-gentoo.patch
@@ -8,11 +8,9 @@
lutris/util/linux.py | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
-diff --git a/lutris/util/linux.py b/lutris/util/linux.py
-index 13cf7065..448d4402 100644
---- a/lutris/util/linux.py
-+++ b/lutris/util/linux.py
-@@ -277,9 +277,6 @@ class LinuxSystem:
+--- a/lutris/util/linux.py 2019-11-29 19:54:18.645046593 +0100
++++ b/lutris/util/linux.py 2019-11-29 19:41:44.277518000 +0100
+@@ -270,9 +270,6 @@
def iter_lib_folders(self):
"""Loop over existing 32/64 bit library folders"""
exported_lib_folders = set()
@@ -20,18 +18,17 @@
- exported_lib_folders.add(lib_folder)
- yield lib_folder
for lib_paths in self.multiarch_lib_folders:
- if self.arch != 'x86_64':
+ if self.arch != "x86_64":
# On non amd64 setups, only the first element is relevant
-@@ -289,12 +286,14 @@ class LinuxSystem:
+@@ -282,11 +279,13 @@
if os.path.realpath(lib_paths[0]) == os.path.realpath(lib_paths[1]):
continue
if all([os.path.exists(path) for path in lib_paths]):
- if lib_paths[0] not in exported_lib_folders:
-- yield lib_paths[0]
+- yield lib_paths[0]
- if len(lib_paths) != 1:
- if lib_paths[1] not in exported_lib_folders:
- yield lib_paths[1]
--
+ exported_lib_folders.add(lib_paths[0])
+ yield lib_paths[0]
+ exported_lib_folders.add(lib_paths[1])
@@ -39,10 +36,9 @@
+ for lib_folder in self.get_lib_folders():
+ if lib_folder not in exported_lib_folders:
+ yield lib_folder
-+
+
def get_ldconfig_libs(self):
"""Return a list of available libraries, as returned by `ldconfig -p`."""
- ldconfig = self.get("ldconfig")
--
2.23.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : lutris
-version : 0.5.3
-release : 41
+version : 0.5.4
+release : 42
source :
- - https://github.com/lutris/lutris/archive/v0.5.3.tar.gz : 673d2cfae1f427ad87df0bd69decc1aab07f3cd22476f4b74501d88398b58687
+ - https://github.com/lutris/lutris/archive/v0.5.4.tar.gz : 244a2cc0c17ff2e25a5ebad5ae6e90f467e59b6dd01f772f6b1fd2df15163b98
license : GPL-3.0-or-later
component : games
summary : Install and play any video game easily
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -21,12 +21,12 @@
<Files>
<Path fileType="executable">/usr/bin/lutris</Path>
<Path fileType="executable">/usr/bin/lutris-wrapper</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/not-zip-safe</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.3-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris-0.5.4-py3.6.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/__pycache__/api.cpython-36.pyc</Path>
@@ -159,13 +159,11 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/frotz.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/fsuae.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/hatari.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/higan.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/jzintv.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/libretro.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/linux.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/mame.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/mednafen.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/melonds.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/mess.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/mupen64plus.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/o2em.cpython-36.pyc</Path>
@@ -174,7 +172,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/pcsx2.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/pico8.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/ppsspp.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/redream.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/reicast.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/residualvm.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/rpcs3.cpython-36.pyc</Path>
@@ -183,7 +180,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/snes9x.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/steam.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/stella.cpython-36.pyc</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/tic80.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/vice.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/virtualjaguar.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/__pycache__/web.cpython-36.pyc</Path>
@@ -207,13 +203,11 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/frotz.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/fsuae.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/hatari.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/higan.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/jzintv.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/libretro.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/linux.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/mame.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/mednafen.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/melonds.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/mess.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/mupen64plus.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/o2em.py</Path>
@@ -222,7 +216,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/pcsx2.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/pico8.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/ppsspp.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/redream.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/reicast.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/residualvm.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/rpcs3.py</Path>
@@ -231,7 +224,6 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/snes9x.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/steam.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/stella.py</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/tic80.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/vice.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/virtualjaguar.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/runners/web.py</Path>
@@ -341,12 +333,14 @@
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/__init__.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/cabinstall.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/dxvk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/nine.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/prefix.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/registry.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/wine.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/__pycache__/x360ce.cpython-36.pyc</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/cabinstall.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/dxvk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/nine.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/prefix.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/registry.py</Path>
<Path fileType="library">/usr/lib/python3.6/site-packages/lutris/util/wine/wine.py</Path>
@@ -390,10 +384,16 @@
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/mednafen-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/mess-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/ms-dos-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/msx_msx2_msx2+-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/mupen64plus-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/necpc-98-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendo3ds-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendods-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendogameboy-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendogameboycolor-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendogamecube-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendones-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nintendosnes-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/nulldc-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/o2em-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/openmsx-symbolic.svg</Path>
@@ -405,6 +405,7 @@
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/residualvm-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/rpcs3-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/scummvm-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/segadreamcast-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/snes9x-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/sonyplaystation-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/sonyplaystation2-symbolic.svg</Path>
@@ -412,6 +413,7 @@
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/sonyplaystationportable-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/steam-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/stella-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/symbols.html</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/vice-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/virtualjaguar-symbolic.svg</Path>
<Path fileType="data">/usr/share/lutris/icons/hicolor/symbolic/apps/web-symbolic.svg</Path>
@@ -479,7 +481,6 @@
<Path fileType="data">/usr/share/lutris/media/runner_icons/steam.png</Path>
<Path fileType="data">/usr/share/lutris/media/runner_icons/steam.svg</Path>
<Path fileType="data">/usr/share/lutris/media/runner_icons/stella.png</Path>
- <Path fileType="data">/usr/share/lutris/media/runner_icons/symbols.html</Path>
<Path fileType="data">/usr/share/lutris/media/runner_icons/tic80.png</Path>
<Path fileType="data">/usr/share/lutris/media/runner_icons/vice.png</Path>
<Path fileType="data">/usr/share/lutris/media/runner_icons/virtualjaguar.png</Path>
@@ -505,19 +506,19 @@
<Path fileType="data">/usr/share/lutris/ui/runner-remove-all-versions-dialog.ui</Path>
<Path fileType="data">/usr/share/lutris/ui/runner-remove-confirm-dialog.ui</Path>
<Path fileType="data">/usr/share/lutris/ui/runners-dialog.ui</Path>
- <Path fileType="data">/usr/share/metainfo/net.lutris.Lutris.appdata.xml</Path>
+ <Path fileType="data">/usr/share/metainfo/net.lutris.Lutris.metainfo.xml</Path>
<Path fileType="data">/usr/share/polkit-1/actions/net.lutris.resetxpad.policy</Path>
<Path fileType="data">/usr/share/polkit-1/actions/net.lutris.xboxdrv.policy</Path>
<Path fileType="data">/usr/share/polkit-1/actions/net.lutris.xboxdrvctl.policy</Path>
</Files>
</Package>
<History>
- <Update release="41">
- <Date>2019-09-30</Date>
- <Version>0.5.3</Version>
+ <Update release="42">
+ <Date>2019-11-29</Date>
+ <Version>0.5.4</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 5 2023, 9:32 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5836944
Default Alt Text
D7741.id18588.diff (19 KB)
Attached To
Mode
D7741: Update Lutris to 0.5.4
Attached
Detach File
Event Timeline
Log In to Comment