[steam/el8] Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8
by Simone Caronni
commit b217b6fe504b84e0796ea4d0eb20aa9dead60de0
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon Apr 12 09:46:35 2021 +0200
Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8
steam.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 6e748fd..b0b440f 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.70
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -138,6 +138,11 @@ and screenshot functionality, and many social features.
cp %{SOURCE5} .
+# Remove too new desktop menu spec (Gnome >= 3.37.2)
+%if 0%{?fedora} == 32 || 0%{?rhel} == 8 || 0%{?rhel} == 7
+sed -i -e '/PrefersNonDefaultGPU/d' steam.desktop
+%endif
+
%build
# Nothing to build
@@ -205,6 +210,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Mon Apr 12 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.70-2
+- Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8.
+
* Mon Apr 12 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.70-1
- Update to 1.0.0.70.
- Switch to tarball provided steam-devices udev rules.
3 years, 7 months
[steam/el7] Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8
by Simone Caronni
commit 40624b289554cabd31d799cb59a05277453c800b
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon Apr 12 09:46:35 2021 +0200
Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8
steam.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 517e674..5d9472d 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.70
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT.
License: Steam License Agreement and MIT
@@ -138,6 +138,11 @@ and screenshot functionality, and many social features.
cp %{SOURCE5} .
+# Remove too new desktop menu spec (Gnome >= 3.37.2)
+%if 0%{?fedora} == 32 || 0%{?rhel} == 8 || 0%{?rhel} == 7
+sed -i -e '/PrefersNonDefaultGPU/d' steam.desktop
+%endif
+
%build
# Nothing to build
@@ -205,6 +210,9 @@ fi
%{_prefix}/lib/systemd/user.conf.d/01-steam.conf
%changelog
+* Mon Apr 12 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.70-2
+- Remove new desktop entry specification for Fedora 32 and RHEL/CentOS 7/8.
+
* Mon Apr 12 2021 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.70-1
- Update to 1.0.0.70.
- Switch to tarball provided steam-devices udev rules.
3 years, 7 months
[steam] Fix typo
by Simone Caronni
Summary of changes:
59ad6ef... Fix typo (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[steam/f34] Fix typo
by Simone Caronni
Summary of changes:
59ad6ef... Fix typo (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[steam/f33] Fix typo
by Simone Caronni
Summary of changes:
59ad6ef... Fix typo (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[steam/f32] Fix typo
by Simone Caronni
Summary of changes:
59ad6ef... Fix typo (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[steam/el8] Fix typo
by Simone Caronni
commit 59ad6efc5fe77b7af57afc2ac78aa1490036a6dd
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon Apr 12 09:21:43 2021 +0200
Fix typo
steam.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index b0b2d90..6e748fd 100644
--- a/steam.spec
+++ b/steam.spec
@@ -148,7 +148,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}/ \
%{buildroot}%{_bindir}/%{name}deps
mkdir -p %{buildroot}%{_udevrulesdir}/
-install -m 644 -p steam-launcher/subprojects/steam-devices/*.rules %{SOURCE6} \
+install -m 644 -p subprojects/steam-devices/*.rules %{SOURCE6} \
%{buildroot}%{_udevrulesdir}/
# Environment files
3 years, 7 months
[steam/el7] Fix typo
by Simone Caronni
commit f1aa37ef5f32f49a795ba30227d90631670aefe7
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Mon Apr 12 09:21:43 2021 +0200
Fix typo
steam.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 7dd6671..517e674 100644
--- a/steam.spec
+++ b/steam.spec
@@ -148,7 +148,7 @@ rm -fr %{buildroot}%{_docdir}/%{name}/ \
%{buildroot}%{_bindir}/%{name}deps
mkdir -p %{buildroot}%{_udevrulesdir}/
-install -m 644 -p steam-launcher/subprojects/steam-devices/*.rules %{SOURCE6} \
+install -m 644 -p subprojects/steam-devices/*.rules %{SOURCE6} \
%{buildroot}%{_udevrulesdir}/
# Environment files
3 years, 7 months
[steam] Update to 1.0.0.70
by Simone Caronni
Summary of changes:
eb535a0... Update to 1.0.0.70 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months