mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
steam: update to 1.0.0.51.
This commit is contained in:
parent
07eb3ea86f
commit
ab85f79a79
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
+# -- void --
|
+# -- void --
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
+export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
|
+export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libasound.so.2'
|
||||||
+
|
+
|
||||||
# go to the install directory and run the client
|
# go to the install directory and run the client
|
||||||
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
|
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.50
|
version=1.0.0.51
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Propietary license"
|
license="Propietary license"
|
||||||
homepage="http://steampowered.com/"
|
homepage="http://steampowered.com/"
|
||||||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||||
checksum=be6388c0ab36799d6173276ac75b4d92c6623a53d901395c9fc1963cfd245573
|
checksum=bf766db05fcc3a8079e7e514accfbd2503813a3c70ff8336aa93e554ed7719be
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue