[arch-commits] Commit in steam/repos/multilib-x86_64 (6 files)
Daniel Wallace
dwallace at archlinux.org
Sat May 23 02:38:15 UTC 2015
Date: Saturday, May 23, 2015 @ 04:38:15
Author: dwallace
Revision: 133991
archrelease: copy trunk to multilib-x86_64
Added:
steam/repos/multilib-x86_64/PKGBUILD
(from rev 133990, steam/trunk/PKGBUILD)
steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 133990, steam/trunk/alsa_sdl_audiodriver.patch)
steam/repos/multilib-x86_64/steam.install
(from rev 133990, steam/trunk/steam.install)
Deleted:
steam/repos/multilib-x86_64/PKGBUILD
steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
steam/repos/multilib-x86_64/steam.install
----------------------------+
PKGBUILD | 100 +++++++++++++++++++++----------------------
alsa_sdl_audiodriver.patch | 28 ++++++------
steam.install | 54 +++++++++++------------
3 files changed, 91 insertions(+), 91 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-23 02:34:39 UTC (rev 133990)
+++ PKGBUILD 2015-05-23 02:38:15 UTC (rev 133991)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: K900 <k0009000 at gmail.com>
-pkgname=steam
-pkgver=1.0.0.49
-pkgrel=3
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/"
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz"
- 'alsa_sdl_audiodriver.patch')
-md5sums=('2ec8c8172fd34a1c0d007d7250509f42'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
- #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
- optdepends=(
- 'lib32-mesa-dri: for open source driver users'
- 'lib32-catalyst-utils: for AMD Catalyst users'
- 'lib32-nvidia-utils: for NVIDIA proprietary blob users'
- 'lib32-alsa-plugins: for pulseaudio on some games'
- )
-prepare() {
- patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-prepare() {
- patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
- depends=(
- 'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
- 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity'
- )
- if [[ "$CARCH" == x86_64 ]]; then
- depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
- fi
-
- # Install license
- make -C "$pkgname" DESTDIR="$pkgdir" install
-
- install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" "$pkgdir/usr/share/licenses/steam/LICENSE"
-
- # blank steamdeps because apt-get
- ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et
Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 133990, steam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-05-23 02:38:15 UTC (rev 133991)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: K900 <k0009000 at gmail.com>
+pkgname=steam
+pkgver=1.0.0.50
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/"
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz"
+ 'alsa_sdl_audiodriver.patch')
+md5sums=('2fab57a606705012a4f800a28670dc3a'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ "$CARCH" == "x86_64" ]]; then
+ #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+ optdepends=(
+ 'lib32-mesa-dri: for open source driver users'
+ 'lib32-catalyst-utils: for AMD Catalyst users'
+ 'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+ 'lib32-alsa-plugins: for pulseaudio on some games'
+ )
+prepare() {
+ patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+prepare() {
+ patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+
+package() {
+ depends=(
+ 'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+ 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity'
+ )
+ if [[ "$CARCH" == x86_64 ]]; then
+ depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+ fi
+
+ # Install license
+ make -C "$pkgname" DESTDIR="$pkgdir" install
+
+ install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" "$pkgdir/usr/share/licenses/steam/LICENSE"
+
+ # blank steamdeps because apt-get
+ ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et
Deleted: alsa_sdl_audiodriver.patch
===================================================================
--- alsa_sdl_audiodriver.patch 2015-05-23 02:34:39 UTC (rev 133990)
+++ alsa_sdl_audiodriver.patch 2015-05-23 02:38:15 UTC (rev 133991)
@@ -1,14 +0,0 @@
---- a/steam 2013-02-15 14:43:40.000000000 -0500
-+++ b/steam 2013-02-17 23:26:31.951179106 -0500
-@@ -17,6 +17,11 @@
- # Set up domain for script localization
- export TEXTDOMAIN=steam
-
-+# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
-+if ! pulseaudio --check &>/dev/null; then
-+ export SDL_AUDIODRIVER=alsa
-+fi
-+
- function show_message()
- {
- style=$1
Copied: steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch (from rev 133990, steam/trunk/alsa_sdl_audiodriver.patch)
===================================================================
--- alsa_sdl_audiodriver.patch (rev 0)
+++ alsa_sdl_audiodriver.patch 2015-05-23 02:38:15 UTC (rev 133991)
@@ -0,0 +1,14 @@
+--- a/steam 2013-02-15 14:43:40.000000000 -0500
++++ b/steam 2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+
++# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++ export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+ style=$1
Deleted: steam.install
===================================================================
--- steam.install 2015-05-23 02:34:39 UTC (rev 133990)
+++ steam.install 2015-05-23 02:38:15 UTC (rev 133991)
@@ -1,27 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- echo "if you are running x86_64, you need the lib32 opt depends for your driver"
- echo "if you are having problems with the steam license, remove .steam and .local/share/Steam"
-}
-
-pre_install(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
Copied: steam/repos/multilib-x86_64/steam.install (from rev 133990, steam/trunk/steam.install)
===================================================================
--- steam.install (rev 0)
+++ steam.install 2015-05-23 02:38:15 UTC (rev 133991)
@@ -0,0 +1,27 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo "if you are running x86_64, you need the lib32 opt depends for your driver"
+ echo "if you are having problems with the steam license, remove .steam and .local/share/Steam"
+}
+
+pre_install(){
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade(){
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
More information about the arch-commits
mailing list