Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (3c57491f3dbd1d86184104aff0b6dfb308ae8a89)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (3c57491f3dbd1d86184104aff0b6dfb308ae8a89)
  • Date: Wed, 20 Mar 2013 19:45:05 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-games/steam/DETAILS | 3 ++-
z-games/steam/HISTORY | 6 ++++++
z-games/steam/INSTALL | 13 ++++++++-----
3 files changed, 16 insertions(+), 6 deletions(-)

New commits:
commit 3c57491f3dbd1d86184104aff0b6dfb308ae8a89
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

steam: New stable release 20130315
Changed VERSION from "beta" to a release date.
Will use VERSION to update unversioned binaries from the web.
FORCE_DOWNLOAD as it's unversioned and does change.
Updated for changed files

diff --git a/z-games/steam/DETAILS b/z-games/steam/DETAILS
index 8392e20..436daad 100755
--- a/z-games/steam/DETAILS
+++ b/z-games/steam/DETAILS
@@ -1,8 +1,9 @@
SPELL=steam
- VERSION=beta
+ VERSION=20130315
SOURCE=$SPELL.deb
SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ FORCE_DOWNLOAD="on"
SOURCE_URL[0]=http://media.steampowered.com/client/installer/steam.deb
LICENSE[0]=Commercial
WEB_SITE=http://store.steampowered.com/browse/linux/
diff --git a/z-games/steam/HISTORY b/z-games/steam/HISTORY
index 11092b2..e5f0f1d 100644
--- a/z-games/steam/HISTORY
+++ b/z-games/steam/HISTORY
@@ -1,3 +1,9 @@
+2013-03-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Changed VERSION from "beta" to a release date.
+ Will use VERSION to update unversioned binaries from the web.
+ FORCE_DOWNLOAD as it's unversioned and does change.
+ * INSTALL: Updated for changed files
+
2013-01-02 Eric Sandall <sandalle AT sourcemage.org>
* Created
Only tested on x86 (i686)
diff --git a/z-games/steam/INSTALL b/z-games/steam/INSTALL
index 6c6e3bf..d560e15 100755
--- a/z-games/steam/INSTALL
+++ b/z-games/steam/INSTALL
@@ -1,6 +1,9 @@
install -m 0644 -g games "${SOURCE_DIRECTORY}"/usr/share/pixmaps/steam.png \
"${INSTALL_ROOT}"/usr/share/pixmaps/ &&

+install -m 0644 -g games
"${SOURCE_DIRECTORY}"/usr/share/pixmaps/steam_tray_mono.png \
+ "${INSTALL_ROOT}"/usr/share/pixmaps/ &&
+
install -m 0644 -g games
"${SOURCE_DIRECTORY}"/usr/share/applications/steam.desktop \
"${INSTALL_ROOT}"/usr/share/applications/steam.desktop &&

@@ -8,11 +11,8 @@ install -m 0644
"${SOURCE_DIRECTORY}"/usr/share/man/man6/steam.6.gz \
"${INSTALL_ROOT}"/usr/share/man/man6/steam.6.gz &&

install -d -m 0750 -g games "${INSTALL_ROOT}"/usr/lib/steam &&
-for file in bootstraplinux_ubuntu12_32.tar.xz steam-install-notify
-do
- install -m 0640 -g games "${SOURCE_DIRECTORY}"/usr/lib/steam/${file} \
- "${INSTALL_ROOT}"/usr/lib/steam/${file}
-done &&
+install -m 0640 -g games
"${SOURCE_DIRECTORY}"/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz \
+ "${INSTALL_ROOT}"/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz &&

for icon in 256x256 48x48 32x32 24x24 16x16
do
@@ -20,5 +20,8 @@ do
"${INSTALL_ROOT}"/usr/share/icons/hicolor/${icon}/apps/steam.png
done &&

+install -m 0750 -g games "${SOURCE_DIRECTORY}"/usr/bin/steamdeps \
+ "${INSTALL_ROOT}"/usr/games/steamdeps
+
install -m 0750 -g games "${SOURCE_DIRECTORY}"/usr/bin/steam \
"${INSTALL_ROOT}"/usr/games/steam



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (3c57491f3dbd1d86184104aff0b6dfb308ae8a89), Eric Sandall, 03/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page