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 &&