Date: Friday, March 3, 2023 @ 18:29:13
Author: anthraxx
Revision: 1410115
archrelease: copy trunk to multilib-x86_64
Added:
steam/repos/multilib-x86_64/PKGBUILD
(from rev 1410114, steam/trunk/PKGBUILD)
steam/repos/multilib-x86_64/keys/
steam/repos/multilib-x86_64/steam-runtime.sh
(from rev 1410114, steam/trunk/steam-runtime.sh)
Deleted:
steam/repos/multilib-x86_64/PKGBUILD
steam/repos/multilib-x86_64/keys/
steam/repos/multilib-x86_64/steam-runtime.sh
------------------+
PKGBUILD | 126 ++++++++++++++++++++++++++---------------------------
steam-runtime.sh | 4 -
2 files changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-03 18:29:03 UTC (rev 1410114)
+++ PKGBUILD 2023-03-03 18:29:13 UTC (rev 1410115)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: K900 <[email protected]>
-
-pkgname=steam
-pkgver=1.0.0.75
-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=('828078f562c2770ca113415f234d3d91c29825c3df3b02115a24824510c59ac8f3f91c5e6a1577dbeff4661c66dffe1f800c077d09d0f1e6edf398a7dbbdacfa'
-
'da155ccb83d523e4aafbff3383c860d01f4476822c5d0e64a88bcfbdd2a0d363d243e638655a415f23a35dd21f75fc585797cfbe94dda1f824a36aa3c0f72965'
-
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('1f67b2a5c28c0f4f98fb75c1de974bc9c39d2902d93c035d28d5ed5f8407eaf3ff3dc0ac65d87f6b6c4d3e70a72676c62929163446f4e6ae2e058727134bae80'
-
'c629f3320208a47fcfacf9b1fdad1a93455c86d99ef62271a24e08edebd3b46db089ecd0fe81de38f0ff3d552f97e684ee51bc48d6d7816850219b202bf955ed'
-
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
-validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') #
[email protected]
-
-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 1410114,
steam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-03 18:29:13 UTC (rev 1410115)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: K900 <[email protected]>
+
+pkgname=steam
+pkgver=1.0.0.76
+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=('cb2fd0a55f23c92ec46c27edd4595421d4ac346f8cd4faeb2b8e0b017232ac637ee20ed3a00c8b79ee106e922ade6efc5e09c970807757cc372fa9fc26fe9ed1'
+
'1f179c8a9eab81b5fa9cc1274398322ae5f9dcf5f0d900a43a0a2ac53549389dd3508757d4624291e99c09fc37bf98e2a0247b3e1299d668dc6dc9986372f0ca'
+
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
+b2sums=('de38c2604b3fb7a65a25d317718272c607f60e4bedf2efb83eebcf30e01fbccd94fac572f65e6b995e95e981191c241138cd9a9a6f51ba768cd0b3efd9edc0a5'
+
'6d034e6c5d90d62b2d96f1e0760fff57a1196e7a7bfd7da26989cfc567a40bb90568c2885f1e1fdd7f83dc68bcd9d8166a684abc315967bff85607b5b7bc1e52'
+
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
+validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') #
[email protected]
+
+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 2023-03-03 18:29:03 UTC (rev 1410114)
+++ steam-runtime.sh 2023-03-03 18:29:13 UTC (rev 1410115)
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec /usr/lib/steam/steam "$@"
Copied: steam/repos/multilib-x86_64/steam-runtime.sh (from rev 1410114,
steam/trunk/steam-runtime.sh)
===================================================================
--- steam-runtime.sh (rev 0)
+++ steam-runtime.sh 2023-03-03 18:29:13 UTC (rev 1410115)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/lib/steam/steam "$@"