summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-05 20:16:22 -0800
committerEric Sandall2010-01-05 20:16:22 -0800
commit5a31fb97019be225d43d249dcfeb91e679c08f5a (patch)
tree67c4a53ab4f14a9db38741c123860dfa258a9ec3
parent93b1fc0be5182d62669ea198c41fd7872b41efa6 (diff)
google-chrome: Added Google Chrome web browser
-rw-r--r--ChangeLog3
-rwxr-xr-xbin-http/google-chrome/BUILD1
-rwxr-xr-xbin-http/google-chrome/DEPENDS8
-rwxr-xr-xbin-http/google-chrome/DETAILS20
-rw-r--r--bin-http/google-chrome/HISTORY3
-rwxr-xr-xbin-http/google-chrome/INSTALL31
-rwxr-xr-xbin-http/google-chrome/PRE_BUILD3
-rw-r--r--bin-http/google-chrome/google-chrome-beta_current_i386.rpm.sigbin0 -> 287 bytes
-rw-r--r--bin-http/google-chrome/google-chrome-beta_current_x86_64.rpm.sigbin0 -> 287 bytes
9 files changed, 69 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d9b7ab..b9872d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-01-05 Eric Sandall <sandalle@sourcemage.org>
+ * bin-http/google-chrome: Added Google Chrome web browser
+
2009-09-04 Ladislav Hagara <hgr@vabo.cz>
* bin-http/ontopia: new spell
a set of tools for building applications driven by Topic Maps
diff --git a/bin-http/google-chrome/BUILD b/bin-http/google-chrome/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-http/google-chrome/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-http/google-chrome/DEPENDS b/bin-http/google-chrome/DEPENDS
new file mode 100755
index 0000000..caaa1c2
--- /dev/null
+++ b/bin-http/google-chrome/DEPENDS
@@ -0,0 +1,8 @@
+depends dbus-glib &&
+depends gconf2 &&
+depends gtk+2 &&
+depends nspr &&
+depends nss &&
+depends rpmunpack &&
+
+suggest_depends xulrunner '' '' 'for Mozilla plugins'
diff --git a/bin-http/google-chrome/DETAILS b/bin-http/google-chrome/DETAILS
new file mode 100755
index 0000000..4395971
--- /dev/null
+++ b/bin-http/google-chrome/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=google-chrome
+ VERSION=4.0.249.43
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
+then
+ SOURCE=$SPELL-beta_current_x86_64.rpm
+else
+ SOURCE=$SPELL-beta_current_i386.rpm
+fi
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://dl.google.com/linux/direct/$SOURCE
+ LICENSE[0]=http://www.google.com/chrome/eula.html
+ WEB_SITE=http://chrome.google.com/
+ KEYWORDS="web http"
+ ENTERED=20100105
+ SHORT='Google web browser'
+cat << EOF
+Google Chrome is a web browser that runs web pages and applications with
+lightning speed.
+EOF
diff --git a/bin-http/google-chrome/HISTORY b/bin-http/google-chrome/HISTORY
new file mode 100644
index 0000000..83b1570
--- /dev/null
+++ b/bin-http/google-chrome/HISTORY
@@ -0,0 +1,3 @@
+2010-01-05 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/bin-http/google-chrome/INSTALL b/bin-http/google-chrome/INSTALL
new file mode 100755
index 0000000..4b670f9
--- /dev/null
+++ b/bin-http/google-chrome/INSTALL
@@ -0,0 +1,31 @@
+cp -v $SOURCE_DIRECTORY/opt/google/chrome/google-chrome.desktop \
+ $INSTALL_ROOT/usr/share/applications &&
+rm -f $SOURCE_DIRECTORY/opt/google/chrome/google-chrome.desktop &&
+
+install -d -m 0755 $INSTALL_ROOT/opt/google &&
+cp -arv $SOURCE_DIRECTORY/opt/google/* $INSTALL_ROOT/opt/google &&
+
+ln -s $TRACK_ROOT/opt/google/chrome/google-chrome \
+ $INSTALL_ROOT/usr/bin/google-chrome &&
+
+if [[ -d $INSTALL_ROOT/usr/lib/xulrunner/plugins ]]
+then
+ ln -s $INSTALL_ROOT/usr/lib/xulrunner/plugins \
+ $INSTALL_ROOT/opt/google/chrome/plugins
+fi &&
+
+#
+# Google Chrome RPM links to weird .so.1d and .so.0d
+# http://code.google.com/p/chromium/issues/detail?id=13425
+#
+for lib in nss3 nssutil3 smime3 ssl3
+do
+ ln -s $TRACK_ROOT/usr/lib/lib$lib.so \
+ $INSTALL_ROOT/opt/google/chrome/lib$lib.so.1d
+done &&
+
+for lib in plds4 plc4 nspr4
+do
+ ln -s $TRACK_ROOT/usr/lib/lib$lib.so \
+ $INSTALL_ROOT/opt/google/chrome/lib$lib.so.0d
+done
diff --git a/bin-http/google-chrome/PRE_BUILD b/bin-http/google-chrome/PRE_BUILD
new file mode 100755
index 0000000..73c8d26
--- /dev/null
+++ b/bin-http/google-chrome/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/bin-http/google-chrome/google-chrome-beta_current_i386.rpm.sig b/bin-http/google-chrome/google-chrome-beta_current_i386.rpm.sig
new file mode 100644
index 0000000..9f5c131
--- /dev/null
+++ b/bin-http/google-chrome/google-chrome-beta_current_i386.rpm.sig
Binary files differ
diff --git a/bin-http/google-chrome/google-chrome-beta_current_x86_64.rpm.sig b/bin-http/google-chrome/google-chrome-beta_current_x86_64.rpm.sig
new file mode 100644
index 0000000..362f46f
--- /dev/null
+++ b/bin-http/google-chrome/google-chrome-beta_current_x86_64.rpm.sig
Binary files differ