Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump patch and metadata #11

Merged
merged 1 commit into from Dec 2, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion games-util/steam-installer/Manifest
@@ -1 +1 @@
DIST steam.deb 1327544 SHA256 98df4be2c084cb0f1fabc3927f6987b15d2a9a19118f329a356d220e1d142445 SHA512 08d3f63253fc649adff0fa80615f2956cec042b8ada8511204254112c6da8c175359f692b4c95ee24dde3bb2224c31ddda145ca0a6ea7c9708e351581785b16b WHIRLPOOL f9f3f378cdb50aebf9ededa5a8c0e61bdbbcdef272678a2921aaa3e3ba21f1a79ac00564cdb012b17d62026da6c9692f0b7221929e07e04e6ffad60643280e91
DIST steam.deb 1484458 SHA256 d58884262a42cfe5f98d4c37ad61aae7c9e1c0d7e8befae81aef4a099313a957 SHA512 ab311877559efb62668120cb45e4ae1491be07805ee47372d9159ad648bc79f463877bf9f921c2e87ec227bb678372b04b6236f24522577f9f8eae3795ee86b5 WHIRLPOOL b2bfdbd18c3e9aa4aada7e96c4a106ba2f3b0921a9869ac3fb2ffa5516207634ecbbe50518bdad895388a20e66165226cd885a3edcf2436a3a7cd52de2c37a10
45 changes: 23 additions & 22 deletions games-util/steam-installer/files/remove-ubuntu-specifics.patch
@@ -1,39 +1,40 @@
--- 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
- INSTALLED="$(dpkg --get-selections $EXTRA_PACKAGES 2>/dev/null | grep "\binstall$" | cut -f1 | sort)"
-
- # 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()