commit 78bfb3cb714e087fe1145f7a913135bcada35cbe
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Nov 20 10:02:14 2021 +0100
Update to 1.0.0.73
.gitignore | 1 +
sources | 2 +-
steam-makefile.patch | 6 +++---
steam-no-icon-on-desktop.patch | 9 ++++-----
steam.spec | 5 ++++-
5 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f51d66..417c926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/steam_1.0.0.70.tar.gz
/steam_1.0.0.71.tar.gz
/steam_1.0.0.72.tar.gz
+/steam_1.0.0.73.tar.gz
diff --git a/sources b/sources
index 9fd797d..075f4c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.72.tar.gz) =
63b136078a830e25eb9669cce1706d40b15469a0bb30c1dcd1239efa57f86f53aa6466745c639ff1625e9131fb72a5d9a656156a1021ca791771c84198ea7d84
+SHA512 (steam_1.0.0.73.tar.gz) =
b72580ffa312116f1040aefc1f58243ceeb8f77156eac02482c57bec6a8594183a7eee2440f8c13515f5ee8652b0ce9adfc729c91b778c79fc2b7bc7fc88f72c
diff --git a/steam-makefile.patch b/steam-makefile.patch
index 3305865..e80ea42 100644
--- a/steam-makefile.patch
+++ b/steam-makefile.patch
@@ -1,6 +1,6 @@
diff -Naur steam-launcher.old/Makefile steam-launcher/Makefile
---- steam-launcher.old/Makefile 2021-08-15 10:06:43.590277519 +0200
-+++ steam-launcher/Makefile 2021-08-15 10:09:33.544337930 +0200
+--- steam-launcher.old/Makefile 2021-11-20 09:53:46.869376047 +0100
++++ steam-launcher/Makefile 2021-11-20 09:54:01.568630510 +0100
@@ -3,7 +3,7 @@
all:
@echo 'Run steam with "./steam" or install it with "sudo make
install"'
@@ -10,7 +10,7 @@ diff -Naur steam-launcher.old/Makefile steam-launcher/Makefile
install-bin:
install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
-@@ -41,12 +41,7 @@
+@@ -43,12 +43,7 @@
install-desktop:
install -d -m 755 $(DESTDIR)$(PREFIX)/share/applications/
install -d -m 755 $(DESTDIR)$(pkglibdir)/
diff --git a/steam-no-icon-on-desktop.patch b/steam-no-icon-on-desktop.patch
index 452bd32..8af4d4e 100644
--- a/steam-no-icon-on-desktop.patch
+++ b/steam-no-icon-on-desktop.patch
@@ -1,7 +1,6 @@
-diff -Naur steam-launcher.old/bin_steam.sh steam-launcher/bin_steam.sh
---- steam-launcher.old/bin_steam.sh 2020-06-29 07:37:51.655884908 +0200
-+++ steam-launcher/bin_steam.sh 2020-06-29 07:38:20.635411806 +0200
-@@ -110,32 +110,6 @@
+--- steam-launcher.old/bin_steam.sh 2021-11-20 09:53:46.868376030 +0100
++++ steam-launcher/bin_steam.sh 2021-11-20 09:55:28.117134037 +0100
+@@ -114,32 +114,6 @@
ln -fns "$STEAMDIR" "$STEAMDATALINK"
setup_variables
@@ -12,7 +11,7 @@ diff -Naur steam-launcher.old/bin_steam.sh steam-launcher/bin_steam.sh
- test -f "${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs" && source
"${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs"
- DESKTOP_DIR="${XDG_DESKTOP_DIR:-$HOME/Desktop}"
-
-- if [ -d "$DESKTOP_DIR" ] && [ "x$bootstrapdir" =
"x/usr/lib/$STEAMPACKAGE" ]; then
+- if [ -d "$DESKTOP_DIR" ] && [ "$bootstrapdir" =
"/usr/lib/$STEAMPACKAGE" ]; then
- # There might be a symlink in place already, in such case we do nothing
- if [ ! -L "$DESKTOP_DIR/$STEAMPACKAGE.desktop" ]; then
- cp "$bootstrapdir/$STEAMPACKAGE.desktop" "$DESKTOP_DIR"
diff --git a/steam.spec b/steam.spec
index 9e841bd..6d3303e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -4,7 +4,7 @@
%global appstream_id com.valvesoftware.Steam
Name: steam
-Version: 1.0.0.72
+Version: 1.0.0.73
Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are
MIT.
@@ -232,6 +232,9 @@ fi
%{_udevrulesdir}/*
%changelog
+* Sat Nov 20 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.73-1
+- Update to 1.0.0.73.
+
* Sat Oct 09 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.72-1
- Update to 1.0.0.72.
Show replies by date