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:
parent
284da8e348
commit
f67b03bf61
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user