[Lunar-commits] <moonbase> chrome-linux: Updated for some permission fixes and newer ALPHA snapshots chosen.
Terry Chan
tchan at lunar-linux.org
Tue Jan 5 23:39:37 CET 2010
commit a6d3ea8dbbae8eedd8f59a80c8855fc9e58c98fc
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Jan 5 16:39:37 2010 -0600
chrome-linux: Updated for some permission fixes and newer ALPHA snapshots chosen.
---
zbeta/chrome-linux/BUILD | 3 ++-
zbeta/chrome-linux/DETAILS | 3 ++-
zbeta/chrome-linux/DETAILS.x86_64 | 5 +++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/zbeta/chrome-linux/BUILD b/zbeta/chrome-linux/BUILD
index 7d27713..d80fa33 100644
--- a/zbeta/chrome-linux/BUILD
+++ b/zbeta/chrome-linux/BUILD
@@ -4,6 +4,7 @@
message "${MESSAGE_COLOR}Installing Chrome ${VERSION}...${DEFAULT_COLOR}" &&
cd /opt/lunar &&
unpack $SOURCE &&
+ chmod 755 /opt/lunar/chrome-linux &&
ln -sf /opt/lunar/plugins /opt/lunar/${MODULE}/plugins &&
if [ ! -h /usr/bin/chrome-linux ]; then
@@ -13,7 +14,7 @@
# Adjust permission from the zip file
cd /opt/lunar/${MODULE} &&
chmod 755 chrome chrome_sandbox chrome-wrapper libffmpegsumo.so xdg-settings &&
- chmod -R 644 chrome.1 locales resources product_logo_48.png &&
+ chmod -R 644 chrome.1 chrome.pak locales resources product_logo_48.png &&
# Create the required symlinks
ln -sf /usr/lib/nspr/libnspr4.so /opt/lunar/${MODULE}/libnspr4.so.0d &&
diff --git a/zbeta/chrome-linux/DETAILS b/zbeta/chrome-linux/DETAILS
index 7fa7e54..c580351 100644
--- a/zbeta/chrome-linux/DETAILS
+++ b/zbeta/chrome-linux/DETAILS
@@ -2,10 +2,11 @@
VERSION=35526
SOURCE=${MODULE}.zip
SOURCE_URL=http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/${VERSION}
- SOURCE_VFY=sha1:b552bf0baf47dd74412f251fa53d45240f2effb1
+ SOURCE_VFY=sha1:ca0e5f50d856a341feb875a1a94821284042a28c
WEB_SITE=http://build.chromium.org/buildbot/waterfall/console
ENTERED=20100105
UPDATED=20100105
+ ARCHIVE=off
SHORT="Alpha snapshot of Google Chrome web browser, binary"
cat << EOF
Chromium is an open-source browser project that aims to build a safer, faster,
diff --git a/zbeta/chrome-linux/DETAILS.x86_64 b/zbeta/chrome-linux/DETAILS.x86_64
index d75338c..c1b86d9 100644
--- a/zbeta/chrome-linux/DETAILS.x86_64
+++ b/zbeta/chrome-linux/DETAILS.x86_64
@@ -1,11 +1,12 @@
MODULE=chrome-linux
- VERSION=35526
+ VERSION=35539
SOURCE=${MODULE}.zip
SOURCE_URL=http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/${VERSION}
- SOURCE_VFY=sha1:f7271efc192edb9e5012b4f22651343113fb711e
+ SOURCE_VFY=sha1:5a6219c20b4da7a67c5d27b712dd77336d71c434
WEB_SITE=http://build.chromium.org/buildbot/waterfall/console
ENTERED=20100105
UPDATED=20100105
+ ARCHIVE=off
SHORT="Alpha snapshot of Google Chrome web browser, binary"
cat << EOF
Chromium is an open-source browser project that aims to build a safer, faster,
More information about the Lunar-commits
mailing list