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
This commit is contained in:
Jami Kettunen 2022-02-21 12:51:56 +02:00 committed by Leah Neukirchen
parent 284da8e348
commit f67b03bf61

View file

@ -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 <abenson+void@gmail.com>"
license="custom: Proprietary license"