[arch-commits] Commit in (6 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Fri Feb 8 20:45:22 UTC 2013


    Date: Friday, February 8, 2013 @ 21:45:21
  Author: dwallace
Revision: 84034

move steam back into the repos

Added:
  steam/
  steam/repos/
  steam/trunk/
  steam/trunk/PKGBUILD
  steam/trunk/steam.install
Modified:
  haskell-tar/trunk/PKGBUILD

----------------------------+
 haskell-tar/trunk/PKGBUILD |    4 +--
 steam/trunk/PKGBUILD       |   45 +++++++++++++++++++++++++++++++++++++++++++
 steam/trunk/steam.install  |   26 ++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 2 deletions(-)

Modified: haskell-tar/trunk/PKGBUILD
===================================================================
--- haskell-tar/trunk/PKGBUILD	2013-02-08 17:32:53 UTC (rev 84033)
+++ haskell-tar/trunk/PKGBUILD	2013-02-08 20:45:21 UTC (rev 84034)
@@ -4,12 +4,12 @@
 
 pkgname=haskell-tar
 pkgver=0.4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Reading, writing and manipulating tar archive files'
 url='http://hackage.haskell.org/package/tar'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.1-1')
+depends=('ghc=7.6.2-1')
 source=("http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz")
 install=haskell-tar.install
 sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d')

Added: steam/trunk/PKGBUILD
===================================================================
--- steam/trunk/PKGBUILD	                        (rev 0)
+++ steam/trunk/PKGBUILD	2013-02-08 20:45:21 UTC (rev 84034)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: K900 <k0009000 at gmail.com>
+pkgname=steam
+pkgver=1.0.0.25
+pkgrel=2
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/"
+license=('custom')
+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)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video, copy to $XDG_DATA_HOME/Steam/ubuntu12_32/plugins/'
+  )
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz")
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver 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


Property changes on: steam/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: steam/trunk/steam.install
===================================================================
--- steam/trunk/steam.install	                        (rev 0)
+++ steam/trunk/steam.install	2013-02-08 20:45:21 UTC (rev 84034)
@@ -0,0 +1,26 @@
+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 
+  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() {
+  post_install $1
+}
+
+pre_upgrade(){
+  pre_install $1
+}
+
+post_remove() {
+   pre_install $1 removing
+}
+




More information about the arch-commits mailing list