From owner-dev-commits-ports-all@freebsd.org Sun Sep 19 19:57:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39E236706C3; Sun, 19 Sep 2021 19:57:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCJPW18DJz3CfS; Sun, 19 Sep 2021 19:57:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0729C232A4; Sun, 19 Sep 2021 19:57:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18JJvI8W061469; Sun, 19 Sep 2021 19:57:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18JJvIEJ061468; Sun, 19 Sep 2021 19:57:18 GMT (envelope-from git) Date: Sun, 19 Sep 2021 19:57:18 GMT Message-Id: <202109191957.18JJvIEJ061468@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 4d2ce87eb739 - main - games/linux-steam-utils: Update to 20210916 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4d2ce87eb73964171f8295298461e3e423e3dd5d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 19:57:19 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d2ce87eb73964171f8295298461e3e423e3dd5d commit 4d2ce87eb73964171f8295298461e3e423e3dd5d Author: Alex S AuthorDate: 2021-09-19 19:43:27 +0000 Commit: Rainer Hurling 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 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