summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ozan Türkyılmaz2022-09-16 10:33:52 +0200
committer Willy Sudiarto Raharjo2022-09-17 04:00:08 +0200
commitd01a0d36b09daf39eae2e4f7b64fec0fd00ded19 (patch)
treeee1e2ff1750c6787a59eef4167c7ca6cfc0fbd22
parent60420b3b25ac1ca4241e40ad37cfa8fb570283d5 (diff)
downloadslackbuilds-d01a0d36b09daf39eae2e4f7b64fec0fd00ded19.tar.gz
games/lutris: Remove unneeded REQUIRES (gnome-desktop).
Add more optional packages to README. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/lutris/README2
-rw-r--r--games/lutris/lutris.info2
2 files changed, 3 insertions, 1 deletions
diff --git a/games/lutris/README b/games/lutris/README
index 9f61348091..08b97cf6a9 100644
--- a/games/lutris/README
+++ b/games/lutris/README
@@ -4,3 +4,5 @@ game which runs on Linux, from native to Windows games (via Wine) to
emulators and browser games.
allegro and wine are optional dependencies for some of the runners.
+Lutris can download and install specificly needed patched wine versions
+or can use the system installed wine.
diff --git a/games/lutris/lutris.info b/games/lutris/lutris.info
index 2676626be6..1a46a4c99e 100644
--- a/games/lutris/lutris.info
+++ b/games/lutris/lutris.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.11/lutris-0.5.
MD5SUM="99fb42814fa8c6200156f3e2648cdae6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-magic gnome-desktop webkit2gtk lxml"
+REQUIRES="python-magic webkit2gtk lxml"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"