git: 4d2ce87eb739 - main - games/linux-steam-utils: Update to 20210916

Rainer Hurling rhurlin at FreeBSD.org
Sun Sep 19 19:57:19 UTC 2021


The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d2ce87eb73964171f8295298461e3e423e3dd5d

commit 4d2ce87eb73964171f8295298461e3e423e3dd5d
Author:     Alex S <iwtcex at gmail.com>
AuthorDate: 2021-09-19 19:43:27 +0000
Commit:     Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-09-19 19:56:42 +0000

    games/linux-steam-utils: Update to 20210916
    
    Changelog: https://github.com/shkhln/linuxulator-steam-utils/compare/20210616...20210916
    
    PR:             258577
---
 games/linux-steam-utils/Makefile                              | 8 ++++++--
 games/linux-steam-utils/distinfo                              | 6 +++---
 games/linux-steam-utils/{pkg-message => files/pkg-message.in} | 2 +-
 games/linux-steam-utils/pkg-plist                             | 2 ++
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile
index a7481fcba7ca..82ca03ea0a72 100644
--- a/games/linux-steam-utils/Makefile
+++ b/games/linux-steam-utils/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	steam-utils
-DISTVERSION=	20210616
+DISTVERSION=	20210916
 CATEGORIES=	games linux
 PKGNAMEPREFIX=	linux-
 
@@ -13,7 +13,9 @@ IGNORE_FreeBSD_11=	not tested at all
 ONLY_FOR_ARCHS=	amd64
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
-		liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf
+		gtar:archivers/gtar \
+		liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf \
+		zenity:x11/zenity
 
 USES=		linux
 
@@ -31,6 +33,8 @@ ALL_TARGET=	build
 
 PORTSCOUT=	ignore:1
 
+SUB_FILES=	pkg-message
+
 .include <bsd.port.options.mk>
 
 post-install:
diff --git a/games/linux-steam-utils/distinfo b/games/linux-steam-utils/distinfo
index dfb5a672b9ae..a066ca827f22 100644
--- a/games/linux-steam-utils/distinfo
+++ b/games/linux-steam-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624568941
-SHA256 (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 6de76b85039b66eccbf5528d382c55da7c61795b2557427df93277222efa139a
-SIZE (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 18316
+TIMESTAMP = 1631973000
+SHA256 (shkhln-linuxulator-steam-utils-20210916_GH0.tar.gz) = f3d101afc9b9949fa3147ef88963c5642950db81dfa5d3a7724964858f6e933b
+SIZE (shkhln-linuxulator-steam-utils-20210916_GH0.tar.gz) = 18557
diff --git a/games/linux-steam-utils/pkg-message b/games/linux-steam-utils/files/pkg-message.in
similarity index 93%
rename from games/linux-steam-utils/pkg-message
rename to games/linux-steam-utils/files/pkg-message.in
index 832ec803b81a..4c32ae750ce3 100644
--- a/games/linux-steam-utils/pkg-message
+++ b/games/linux-steam-utils/files/pkg-message.in
@@ -26,7 +26,7 @@ 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`.
-2. Run `/usr/local/wine-proton/bin/pkg32.sh install wine-proton mesa-dri`.
+2. Run `%%LOCALBASE%%/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.
diff --git a/games/linux-steam-utils/pkg-plist b/games/linux-steam-utils/pkg-plist
index a54668082cb0..98bb69f85ba1 100644
--- a/games/linux-steam-utils/pkg-plist
+++ b/games/linux-steam-utils/pkg-plist
@@ -25,6 +25,8 @@ steam-utils/lxbin/dbus-launch
 steam-utils/lxbin/file
 steam-utils/lxbin/file.rb
 steam-utils/lxbin/lsu-proton
+steam-utils/lxbin/tar
+steam-utils/lxbin/zenity
 @comment steam-utils/lxbin/python3
 steam-utils/lxbin/upgrade-steam-runtime
 steam-utils/lxbin/upgrade-steam-runtime.rb


More information about the dev-commits-ports-main mailing list