public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/files/
@ 2012-12-02 13:31 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2012-12-02 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4058e17b11ef9fc685d693d3c7cf8aef54499bfe
Author:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sun Dec  2 13:31:40 2012 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sun Dec  2 13:31:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=4058e17b

[games-util/steam-installer] bumped (+ patch update)

Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>

---
 .../files/remove-ubuntu-specifics.patch            |   45 ++++++++++----------
 1 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/games-util/steam-installer/files/remove-ubuntu-specifics.patch b/games-util/steam-installer/files/remove-ubuntu-specifics.patch
index b9e5e9e..a5d6a8f 100644
--- a/games-util/steam-installer/files/remove-ubuntu-specifics.patch
+++ b/games-util/steam-installer/files/remove-ubuntu-specifics.patch
@@ -1,9 +1,11 @@
---- usr/bin/steam.orig	2012-11-08 11:49:47.959025506 +0100
-+++ usr/bin/steam	2012-11-08 11:49:59.588025546 +0100
-@@ -1,26 +1,5 @@
- #! /bin/bash
+--- usr/bin/steam.orig	2012-11-30 16:59:01.798537287 +0400
++++ usr/bin/steam	2012-11-30 16:59:19.828312424 +0400
+@@ -108,27 +108,6 @@
+ 	fi
+ }
  
--function install_extra_packages() {
+-function install_extra_packages()
+-{
 -	EXTRA_PACKAGES="$*"
 -
 -	# Get the list of packages which are already installed
@@ -11,29 +13,28 @@
 -
 -	# compute the list of packages that need to be installed
 -	NEEDSINSTALL="$(comm -23 <(echo "$EXTRA_PACKAGES" | tr ' ' '\n' | sort) <(echo "$INSTALLED") | xargs ) "
+-	NEEDSINSTALL=${NEEDSINSTALL## } # remove leading space
 -
--	MESSAGE='Enter your password to complete the Steam installation.
+-	if [ "$NEEDSINSTALL" ]; then
+-		# Call to actually do the work
+-		MESSAGE=$"Please enter your password to complete the Steam installation.
 -
 -Steam needs to install these additional packages: 
--'$NEEDSINSTALL
--
--	if [ $NEEDSINSTALL ]; then
--		# Call gksudo to actually do the work
--		gksudo --disable-grab --message "$MESSAGE" apt-get install $NEEDSINSTALL
+-"$NEEDSINSTALL
+-		run_sudo "$MESSAGE" apt-get install $NEEDSINSTALL
 -	fi
 -}
 -
--
- # these variables can be overridden on commandline
- LAUNCHSTEAMDIR=~/Steam
- LAUNCHSTEAMPLATFORM=ubuntu12_32
-@@ -54,9 +33,6 @@
- 	
-     cp /usr/share/applications/steam.desktop "${DESKTOP_DIR}"
-     chmod +x "${DESKTOP_DIR}/steam.desktop"
+ function install_bootstrap()
+ {
+ 	STEAMDIR=$1
+@@ -158,9 +137,6 @@
+ 
+ 	# Restore the umask
+ 	umask $omask
 -
 -	# Try and install any extra packages
 -	install_extra_packages jockey-common python-apt
- fi
- # go to the install directory and run the client
- LAUNCHSTEAMDIR=`readlink -e $STEAMROOTLINK`
+ }
+ 
+ function repair_bootstrap()


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-02 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 13:31 [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/files/ Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox