From a1e4bce51c62386642c87d10604da09cd3eabcb5 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Mon, 21 Feb 2022 12:51:56 +0200 Subject: [PATCH] steam: fix joining friends' games. This feature requires lsof to be installed, the following was printed when opening the context menu of someone in the friends list: sh: 1: lsof: not found --- srcpkgs/steam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index c74d80d54685..f4a4f789d9da 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -1,11 +1,11 @@ # Template file for 'steam' pkgname=steam version=1.0.0.74 -revision=1 +revision=2 archs="i686 x86_64" wrksrc=steam-launcher depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils - liberation-fonts-ttf file tar bash coreutils" + liberation-fonts-ttf file tar bash coreutils lsof" short_desc="Digital distribution client bootstrap package - Valve's steam client" maintainer="Andrew Benson " license="custom: Proprietary license"