Date: Thursday, September 29, 2016 @ 12:55:53 Author: alucryd Revision: 190863
Add steam-native-runtime Added: steam-native-runtime/ steam-native-runtime/trunk/ steam-native-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) Added: steam-native-runtime/trunk/PKGBUILD =================================================================== --- steam-native-runtime/trunk/PKGBUILD (rev 0) +++ steam-native-runtime/trunk/PKGBUILD 2016-09-29 12:55:53 UTC (rev 190863) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Maxime Gauduin <[email protected]> +# Maintainer: Levente Polyak <[email protected]> + +pkgname=steam-native-runtime +pkgver=1.0.0.52 +pkgrel=1 +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_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' + 'lib32-glew1.10' 'lib32-glib2' 'lib32-glu' 'lib32-gtk2' + 'lib32-libcaca' 'lib32-libcanberra' 'lib32-libcups' + 'lib32-libcurl-compat' 'lib32-libcurl-gnutls' 'lib32-libdbus' + 'lib32-libdrm' 'lib32-libice' 'lib32-libjpeg6' + 'lib32-libnm-glib' 'lib32-libpng12' 'lib32-libpulse' + 'lib32-libsm' 'lib32-libtheora' 'lib32-libtiff4' + 'lib32-libudev0-shim' 'lib32-libusb' 'lib32-libvorbis' + 'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxft' + 'lib32-libxi' 'lib32-libxinerama' 'lib32-libxmu' + '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') +replaces=('steam-libs') + +# vim: ts=2 sw=2 et: + Property changes on: steam-native-runtime/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
