public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/files/
Date: Sun,  2 Dec 2012 13:31:21 +0000 (UTC)	[thread overview]
Message-ID: <1354455100.4058e17b11ef9fc685d693d3c7cf8aef54499bfe.mva@gentoo> (raw)

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()


                 reply	other threads:[~2012-12-02 13:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1354455100.4058e17b11ef9fc685d693d3c7cf8aef54499bfe.mva@gentoo \
    --to=mva@mva.name \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox