games/linux-steam-utils: Update to 20210613
Changelog: 20210425...20210613
PR: 256578
Reported by: Alex S <iwtcex@gmail.com> (maintainer)
This commit is contained in:
parent
bba6d7bcb9
commit
9737ff068d
4 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= steam-utils
|
||||
DISTVERSION= 20210425
|
||||
DISTVERSION= 20210613
|
||||
CATEGORIES= games linux
|
||||
PKGNAMEPREFIX= linux-
|
||||
|
||||
|
@ -9,7 +9,7 @@ COMMENT= Steam launcher for FreeBSD
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
IGNORE_FreeBSD_11=not tested at all
|
||||
IGNORE_FreeBSD_11= not tested at all
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
||||
|
@ -34,7 +34,7 @@ PORTSCOUT= ignore:1
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.for executable in steam steam-install lsu-pkg32 lsu-register-proton lsu-wine-env
|
||||
.for executable in steam steam-install lsu-register-proton lsu-wine-env
|
||||
${LN} -s ../steam-utils/bin/${executable} ${STAGEDIR}${PREFIX}/bin/${executable}
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1619308733
|
||||
SHA256 (shkhln-linuxulator-steam-utils-20210425_GH0.tar.gz) = 31d01dc4fcf0ca07d95f9aec24f875e7ed280c5b68efb87219f4bc702c922bd7
|
||||
SIZE (shkhln-linuxulator-steam-utils-20210425_GH0.tar.gz) = 18349
|
||||
TIMESTAMP = 1623631840
|
||||
SHA256 (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = ad391d6856cc58b1cfbaf5835e420097c14915a58af857d05f238406db74715d
|
||||
SIZE (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = 18289
|
||||
|
|
|
@ -25,10 +25,11 @@ For the list of tested Linux games see https://github.com/shkhln/linuxulator-ste
|
|||
|
||||
Native Proton setup (optional, semi-experimental):
|
||||
|
||||
1. Run `sudo pkg install wine-proton libc6-shim python3` and `lsu-pkg32 install wine-proton mesa-dri`.
|
||||
2. In Steam install Proton 5.13 (appid 1420170) and Steam Linux Runtime - Soldier (appid 1391110).
|
||||
3. Run `lsu-register-proton` to register emulators/wine-proton as a compatibility tool.
|
||||
4. Restart Steam.
|
||||
1. Run `sudo pkg install wine-proton libc6-shim python3`.
|
||||
2. Run `/usr/local/wine-proton/bin/pkg32.sh install wine-proton mesa-dri`.
|
||||
3. In Steam install Proton 6.3 (appid 1580130).
|
||||
4. Run `lsu-register-proton` to register emulators/wine-proton as a compatibility tool.
|
||||
5. Restart Steam.
|
||||
|
||||
To enable emulators/wine-proton right click a game title in Steam,
|
||||
click Properties, click Compatibility, select emulators/wine-proton.
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
bin/lsu-pkg32
|
||||
bin/lsu-register-proton
|
||||
bin/lsu-wine-env
|
||||
bin/steam
|
||||
bin/steam-install
|
||||
steam-utils/bin/lsu-pkg32
|
||||
steam-utils/bin/lsu-register-proton
|
||||
steam-utils/bin/lsu-wine-env
|
||||
steam-utils/bin/steam
|
||||
steam-utils/bin/steam-install
|
||||
steam-utils/lib32/fakenm/libnm-glib.so.4
|
||||
steam-utils/lib32/fakenm/libnm.so.0
|
||||
steam-utils/lib32/fakepulse/libpulse.so.0
|
||||
steam-utils/lib32/fakeudev/libudev.so.0
|
||||
steam-utils/lib32/monofix/monofix.so
|
||||
|
|
Loading…
Reference in a new issue