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

Levente Polyak anthraxx at archlinux.org
Thu Sep 29 23:15:08 UTC 2016


    Date: Thursday, September 29, 2016 @ 23:15:08
  Author: anthraxx
Revision: 191034

upgpkg: steam-native-runtime 1.0.0.52-2 (fix 64bit non lib32 depends)

This fixes the missing non-lib32 variant dependencies of the
steam runtime for 64bit. This reflects the steam runtime as
it also provides both sets for x86_64 in order to support
64bit games through the runtime.

Modified:
  steam-native-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 23:09:17 UTC (rev 191033)
+++ PKGBUILD	2016-09-29 23:15:08 UTC (rev 191034)
@@ -4,21 +4,21 @@
 
 pkgname=steam-native-runtime
 pkgver=1.0.0.52
-pkgrel=1
+pkgrel=2
 pkgdesc='Native replacement for the Steam runtime'
 arch=('i686' 'x86_64')
 url='https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Native_runtime'
 license=('None')
-depends_i686=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
-              'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
-              'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups'
-              'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice'
-              'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora'
-              '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')
+depends=('alsa-lib' 'alsa-plugins' 'atk' 'cairo' 'curl' 'dbus-glib'
+         'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glew1.10'
+         'glib2' 'glu' 'gtk2' 'libcaca' 'libcanberra' 'libcups'
+         'libcurl-compat' 'libcurl-gnutls' 'libdbus' 'libdrm' 'libice'
+         'libjpeg6' 'libnm-glib' 'libpng12' 'libpulse' 'libsm' 'libtheora'
+         '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')
 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'
@@ -39,4 +39,3 @@
 replaces=('steam-libs')
 
 # vim: ts=2 sw=2 et:
-



More information about the arch-commits mailing list