[arch-commits] Commit in steam-native-runtime/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Oct 1 16:52:19 UTC 2016


    Date: Saturday, October 1, 2016 @ 16:52:19
  Author: anthraxx
Revision: 191157

upgpkg: steam-native-runtime 1.0.0.52-3 (new dependencies)

- adding missing dependencies for system tray as its a fundamental
  part of Steam and without those libs it even results in defunc
  and hangs under certain circumstances.

Modified:
  steam-native-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-01 16:43:17 UTC (rev 191156)
+++ PKGBUILD	2016-10-01 16:52:19 UTC (rev 191157)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.52
-pkgrel=2
+pkgrel=3
 pkgdesc='Native replacement for the Steam runtime'
 arch=('i686' 'x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
@@ -17,8 +17,8 @@
          'libtiff4' 'libudev0-shim' 'libusb' 'libvorbis' 'libxcomposite'
          'libxcursor' 'libxft' 'libxi' 'libxinerama' 'libxmu' 'libxrandr'
          'libxrender' 'libxtst' 'libxxf86vm' 'nspr' 'nss' 'openal' 'pango'
-         'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl_image' 'sdl_mixer'
-         'sdl_ttf')
+         'sdl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl_image'
+         'sdl_mixer' 'sdl_ttf' 'libappindicator-gtk2' 'vulkan-icd-loader')
 depends_x86_64=('lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-atk' 'lib32-cairo'
                 'lib32-curl' 'lib32-dbus-glib' 'lib32-fontconfig'
                 'lib32-freetype2' 'lib32-gconf' 'lib32-gdk-pixbuf2'
@@ -34,8 +34,8 @@
                 'lib32-libxrandr' 'lib32-libxrender' 'lib32-libxtst'
                 'lib32-libxxf86vm' 'lib32-nspr' 'lib32-nss' 'lib32-openal'
                 'lib32-pango' 'lib32-sdl' 'lib32-sdl2' 'lib32-sdl2_image'
-                'lib32-sdl2_mixer' 'lib32-sdl_image' 'lib32-sdl_mixer'
-                'lib32-sdl_ttf')
+                'lib32-sdl2_mixer' 'lib32-sdl2_ttf' 'lib32-sdl_image'
+                'lib32-sdl_mixer' 'lib32-sdl_ttf' 'lib32-libappindicator-gtk2')
 replaces=('steam-libs')
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list