Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20366
Modified Files:
steam-disable-runtime.patch steam.spec
Log Message:
* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
- Close window when clicking the x button (#3210).
steam-disable-runtime.patch:
steam | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Index: steam-disable-runtime.patch
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam-disable-runtime.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- steam-disable-runtime.patch 6 Jan 2014 11:17:41 -0000 1.1
+++ steam-disable-runtime.patch 1 Apr 2014 05:22:29 -0000 1.2
@@ -1,7 +1,17 @@
diff -Naur steam.old/steam steam/steam
---- steam.old/steam 2013-12-20 20:50:34.014610244 +0100
-+++ steam/steam 2014-01-06 11:56:29.576011740 +0100
-@@ -186,6 +186,18 @@
+--- steam.old/steam 2014-04-01 10:56:49.706673689 +0200
++++ steam/steam 2014-04-01 10:58:57.854618755 +0200
+@@ -17,6 +17,9 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+
++# Close window when clicking the x button.
++export STEAM_FRAME_FORCE_CLOSE=1
++
+ function show_message()
+ {
+ style=$1
+@@ -186,6 +189,18 @@
# go to the install directory and run the client
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
cd "$LAUNCHSTEAMDIR"
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- steam.spec 12 Feb 2014 17:09:37 -0000 1.8
+++ steam.spec 1 Apr 2014 05:22:29 -0000 1.9
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.47
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -49,7 +49,7 @@
# packages.
# cd ~/.local/share/Steam/ubuntu12_32/
-# for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print
$1}'` `find steam-runtime/i386 -name "*.so*" -exec basename {} \;` do
+# for i in `ldd *.so | egrep -v "linux-gate.so|ld-linux.so" | awk '{print
$1}'` `find steam-runtime/i386 -name "*.so*" -exec basename {} \;`; do
# repoquery --disablerepo=* --enablerepo=fedora,updates -q --qf="Requires:
%{name}" --whatprovides "$i"
# done | sort | uniq | sed 's/$/%{_isa}/g'
@@ -155,6 +155,9 @@
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%changelog
+* Tue Apr 01 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-2
+- Close window when clicking the x button (#3210).
+
* Wed Feb 12 2014 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.47-1
- Update to 1.0.0.47.
Show replies by date