View | Details | Raw Unified | Return to bug 258577
Collapse All | Expand All

(-)b/games/linux-steam-utils/Makefile (-2 / +6 lines)
Lines 1-5 Link Here
1
PORTNAME=	steam-utils
1
PORTNAME=	steam-utils
2
DISTVERSION=	20210616
2
DISTVERSION=	20210916
3
CATEGORIES=	games linux
3
CATEGORIES=	games linux
4
PKGNAMEPREFIX=	linux-
4
PKGNAMEPREFIX=	linux-
5
5
Lines 13-19 IGNORE_FreeBSD_11= not tested at all Link Here
13
ONLY_FOR_ARCHS=	amd64
13
ONLY_FOR_ARCHS=	amd64
14
14
15
RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
15
RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
16
		liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
16
		gtar:archivers/gtar \
17
		liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf \
18
		zenity:x11/zenity
17
19
18
USES=		linux
20
USES=		linux
19
21
Lines 31-36 ALL_TARGET= build Link Here
31
33
32
PORTSCOUT=	ignore:1
34
PORTSCOUT=	ignore:1
33
35
36
SUB_FILES=	pkg-message
37
34
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
35
39
36
post-install:
40
post-install:
(-)b/games/linux-steam-utils/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1624568941
1
TIMESTAMP = 1631973000
2
SHA256 (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 6de76b85039b66eccbf5528d382c55da7c61795b2557427df93277222efa139a
2
SHA256 (shkhln-linuxulator-steam-utils-20210916_GH0.tar.gz) = f3d101afc9b9949fa3147ef88963c5642950db81dfa5d3a7724964858f6e933b
3
SIZE (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 18316
3
SIZE (shkhln-linuxulator-steam-utils-20210916_GH0.tar.gz) = 18557
(-)b/games/linux-steam-utils/files/pkg-message.in (-1 / +1 lines)
Lines 26-32 For the list of tested Linux games see https://github.com/shkhln/linuxulator-ste Link Here
26
Native Proton setup (optional, semi-experimental):
26
Native Proton setup (optional, semi-experimental):
27
27
28
1. Run `sudo pkg install wine-proton libc6-shim python3`.
28
1. Run `sudo pkg install wine-proton libc6-shim python3`.
29
2. Run `/usr/local/wine-proton/bin/pkg32.sh install wine-proton mesa-dri`.
29
2. Run `%%LOCALBASE%%/wine-proton/bin/pkg32.sh install wine-proton mesa-dri`.
30
3. In Steam install Proton 6.3 (appid 1580130).
30
3. In Steam install Proton 6.3 (appid 1580130).
31
4. Run `lsu-register-proton` to register emulators/wine-proton as a compatibility tool.
31
4. Run `lsu-register-proton` to register emulators/wine-proton as a compatibility tool.
32
5. Restart Steam.
32
5. Restart Steam.
(-)b/games/linux-steam-utils/pkg-plist (+2 lines)
Lines 25-30 steam-utils/lxbin/dbus-launch Link Here
25
steam-utils/lxbin/file
25
steam-utils/lxbin/file
26
steam-utils/lxbin/file.rb
26
steam-utils/lxbin/file.rb
27
steam-utils/lxbin/lsu-proton
27
steam-utils/lxbin/lsu-proton
28
steam-utils/lxbin/tar
29
steam-utils/lxbin/zenity
28
@comment steam-utils/lxbin/python3
30
@comment steam-utils/lxbin/python3
29
steam-utils/lxbin/upgrade-steam-runtime
31
steam-utils/lxbin/upgrade-steam-runtime
30
steam-utils/lxbin/upgrade-steam-runtime.rb
32
steam-utils/lxbin/upgrade-steam-runtime.rb

Return to bug 258577