steam: 1.0.0.75 -> 1.0.0.76

This commit is contained in:
Tim Biermann 2023-03-03 19:46:13 +01:00
parent 3487e8d0c8
commit d63502f381
3 changed files with 31 additions and 31 deletions

View File

@ -3,18 +3,18 @@ drwxr-xr-x root/root etc/ssl/
drwxr-xr-x root/root etc/ssl/certs/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/steamdeps -> /bin/true
-rwxr-xr-x root/root usr/bin/steam-runtime
lrwxrwxrwx root/root usr/bin/steamdeps -> /bin/true
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/steam/
-rwxr-xr-x root/root usr/lib/steam/bin_steamdeps.py
-rwxr-xr-x root/root usr/lib/steam/bin_steam.sh
-rwxr-xr-x root/root usr/lib/steam/bin_steamdeps.py
-rw-r--r-- root/root usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
lrwxrwxrwx root/root usr/lib/steam/steam -> /usr/lib/steam/bin_steam.sh
lrwxrwxrwx root/root usr/lib/steam/steam.desktop -> /usr/share/applications/steam.desktop
drwxr-xr-x root/root usr/lib/steam/steam_launcher/
-rw-r--r-- root/root usr/lib/steam/steam_launcher/__init__.py (EMPTY)
-rw-r--r-- root/root usr/lib/steam/steam_launcher/launcherutils.py
lrwxrwxrwx root/root usr/lib/steam/steam -> /usr/lib/steam/bin_steam.sh
drwxr-xr-x root/root usr/lib/udev/
drwxr-xr-x root/root usr/lib/udev/rules.d/
-rw-r--r-- root/root usr/lib/udev/rules.d/70-steam-input.rules

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/n1hbYSavEPRjsxOFzlN8H56aPNlQRnm4a2/dq1VJJWrgXaAi/4bfpQiPnaOjXLHABuXRyoom8L2LkvWxtLgAo=
SHA256 (Pkgfile) = 7912ced7308ffa3f4e5c72655beb824c15f865a59c389bfcc848d90a3cf62bf6
SHA256 (.footprint) = 9a83668b504f749ce2303355a4de628b205ee8aaee203fa4f0d72544535e4437
SHA256 (steam_1.0.0.75.tar.gz) = e52565a5e33b9a4184c5bdc222978b7fea958efd32641d5d5967774d751236a7
RWSagIOpLGJF36TUOWggeWIoVCfQ8MZ88/uKLYNSod/DkVVsWDnsoFkAsBbre/IDv0OfXBI6EK3y4a5LJnXcFpq68strm/0rfQc=
SHA256 (Pkgfile) = be9cbb18007a8adf895a572c2255f02d863887b9dd9e1410cfb841a147ee834d
SHA256 (.footprint) = 8fc9847c2d07c8dc3c36fd7477a0fbe29c5b819a4e7d44942f599a7abca9b17a
SHA256 (steam_1.0.0.76.tar.gz) = 5fb8b104ba1434b94c6e44373edfbb6188c8ef305f02bcd519b809f5e28f23fd
SHA256 (steam-runtime.sh) = 97ed274c291619063ea851efb68ade5a9f9eaba8724b96b0759767a811a0c770

View File

@ -1,42 +1,42 @@
# Description: Digital distribution client bootstrap package.
# URL: http://store.steampowered.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# URL: https://store.steampowered.com/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: dbus-32 desktop-file-utils gtk-32 libgcrypt-32 mesa-32 nss-32 openal-32 zenity
# Optional: pulseaudio-32
name=steam
version=1.0.0.75
version=1.0.0.76
release=1
source=(http://repo.steampowered.com/$name/pool/$name/s/$name/${name}_$version.tar.gz
steam-runtime.sh)
source=(https://repo.steampowered.com/$name/pool/$name/s/$name/${name}_$version.tar.gz
steam-runtime.sh)
build() {
cd steam-launcher
cd steam-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
# 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
# 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
make DESTDIR=$PKG install
make DESTDIR=$PKG install
mv $PKG/usr/bin/steam $PKG/usr/lib/steam/steam
install -Dm 755 $SRC/steam-runtime.sh $PKG/usr/bin/steam-runtime
mv $PKG/usr/bin/steam $PKG/usr/lib/steam/steam
install -Dm 755 $SRC/steam-runtime.sh $PKG/usr/bin/steam-runtime
# blank steamdeps because apt-get
ln -sf /bin/true $PKG/usr/bin/steamdeps
# blank steamdeps because apt-get
ln -sf /bin/true $PKG/usr/bin/steamdeps
install -d $PKG/etc/ssl/certs
install -d $PKG/etc/ssl/certs
install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
$PKG/usr/lib/udev/rules.d/70-steam-input.rules
install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
$PKG/usr/lib/udev/rules.d/70-steam-input.rules
install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
$PKG/usr/lib/udev/rules.d/70-steam-vr.rules
install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
$PKG/usr/lib/udev/rules.d/70-steam-vr.rules
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/doc
}