[arch-commits] Commit in steam/repos/multilib-x86_64 (4 files)

Giancarlo Razzolini grazzolini at gemini.archlinux.org
Fri Dec 10 11:53:48 UTC 2021


    Date: Friday, December 10, 2021 @ 11:53:47
  Author: grazzolini
Revision: 1065988

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
    (from rev 1065987, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/steam-runtime.sh
    (from rev 1065987, steam/trunk/steam-runtime.sh)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam-runtime.sh

------------------+
 PKGBUILD         |  126 ++++++++++++++++++++++++++---------------------------
 steam-runtime.sh |    4 -
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 11:52:54 UTC (rev 1065987)
+++ PKGBUILD	2021-12-10 11:53:47 UTC (rev 1065988)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: K900 <k0009000 at gmail.com>
-
-pkgname=steam
-pkgver=1.0.0.73
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='https://steampowered.com/'
-arch=('x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'diffutils' 'hicolor-icon-theme' 'curl' 'dbus'
-         'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 'usbutils'
-         'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
-                'lib32-alsa-plugins' 'lib32-libgpg-error'
-                'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
-optdepends=('steam-native-runtime: steam native runtime support')
-source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
-        steam-runtime.sh)
-sha512sums=('b72580ffa312116f1040aefc1f58243ceeb8f77156eac02482c57bec6a8594183a7eee2440f8c13515f5ee8652b0ce9adfc729c91b778c79fc2b7bc7fc88f72c'
-            '66e63d19218983d312e8d113a7d62919466689ab66714f368f95bd0d9c51f2be5fd8f1c30340db1cb52baf5aab6eb65ca1af754ce74eb2eeddd56c133c342712'
-            '5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('e7137bc1fb1cccdf5a7da61868cb85df2a5209648568e8d46e30b37310642c770af390e3407787554f5e63b050ec81bce8d4e9c85f70397262fde2061b1094da'
-        'ccb062e7c568c30c504beafff21a61e0360bdbd0b76bdf6a1bb91fc07f5c43bfc5ae1ce5a7de166ac2524cd7472b2fed0c70ad1d4813718ea1ec22b6a91fa121'
-        'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
-validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # linux at steampowered.com
-
-prepare() {
-  cd ${pkgname}-launcher
-  # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i subprojects/steam-devices/60-steam-vr.rules
-
-  # separated runtime/native desktop files
-  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
-  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
-}
-
-package() {
-  cd ${pkgname}-launcher
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-runtime.sh" "${pkgdir}/usr/bin/steam-runtime"
-  install -d "${pkgdir}/usr/lib/steam"
-  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
-  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
-
-  install -Dm 644 COPYING steam_subscriber_agreement.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
-    "${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
-  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
-    "${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 1065987, steam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-10 11:53:47 UTC (rev 1065988)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: K900 <k0009000 at gmail.com>
+
+pkgname=steam
+pkgver=1.0.0.74
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='https://steampowered.com/'
+arch=('x86_64')
+license=('custom')
+depends=('bash' 'desktop-file-utils' 'diffutils' 'hicolor-icon-theme' 'curl' 'dbus'
+         'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 'usbutils'
+         'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
+depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
+                'lib32-alsa-plugins' 'lib32-libgpg-error'
+                'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
+optdepends=('steam-native-runtime: steam native runtime support')
+source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
+        steam-runtime.sh)
+sha512sums=('2a08d9bb6e17a481c577b6aad7d53b51c7d9f6638aaccffc6b9f750dca4a1f9d12c02fd1446c174e979605ef29bdc10fc8249fd97fe79d62934efe26f4ac7369'
+            '754161985b7a2dc5b10c06ec88f6a4eeef9b4dc0daddeb33c27d01a948223b3b2b17da6d14144f772f7b3156665b10543ad9a860b471c72e2d6bd543f143d964'
+            '5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
+b2sums=('dbe02066d08530378ff922daf8733ad373c0eae9be94479aba94077a0f5c093afc39a95c6770494655af1c33895c981219418f8d4024c391a337d16ec32253c1'
+        '3e82229128b10edf8d11a2130490e8f75b2ec91ccaf7e103d7c734b123791285c805bfb303aa374e04087ffdb501510eab9b2a02953e1ec78c656677786eeff9'
+        'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
+validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # linux at steampowered.com
+
+prepare() {
+  cd ${pkgname}-launcher
+  # apply roundups for udev rules
+  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i subprojects/steam-devices/60-steam-input.rules
+  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i subprojects/steam-devices/60-steam-vr.rules
+
+  # separated runtime/native desktop files
+  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
+  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
+}
+
+package() {
+  cd ${pkgname}-launcher
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 755 "${srcdir}/steam-runtime.sh" "${pkgdir}/usr/bin/steam-runtime"
+  install -d "${pkgdir}/usr/lib/steam"
+  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
+  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
+
+  install -Dm 644 COPYING steam_subscriber_agreement.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # blank steamdeps because apt-get
+  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
+
+  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
+    "${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
+  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
+    "${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: steam-runtime.sh
===================================================================
--- steam-runtime.sh	2021-12-10 11:52:54 UTC (rev 1065987)
+++ steam-runtime.sh	2021-12-10 11:53:47 UTC (rev 1065988)
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/lib/steam/steam "$@"

Copied: steam/repos/multilib-x86_64/steam-runtime.sh (from rev 1065987, steam/trunk/steam-runtime.sh)
===================================================================
--- steam-runtime.sh	                        (rev 0)
+++ steam-runtime.sh	2021-12-10 11:53:47 UTC (rev 1065988)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/lib/steam/steam "$@"



More information about the arch-commits mailing list