network/chromium: Updated for version 9.0.597.107.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Yucatan Costa 2011-03-06 10:09:19 -03:00 committed by Niels Horn
parent 67d04ea4e2
commit dbf119ec11
6 changed files with 41 additions and 11 deletions

View file

@ -1,4 +1,14 @@
Google Chromium is a browser that combines a minimal design with sophisticated
technology to make the web faster, safer, and easier.
Google Chromium is a browser that combines a minimal design with
sophisticated technology to make the web faster, safer, and easier.
Note:
Some processors don't have the SSE2 flag. Check it with:
cat /proc/cpuinfo | grep -i sse2
In this case you should disable sse2 when compiling chromium. Do this by
running the script as:
NO_SSE2=1 ./chromium.SlackBuild
Dependencies: yasm, libevent, gnome-keyring

View file

@ -29,10 +29,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=chromium
VERSION=${VERSION:-8.0.558.0}
VERSION=${VERSION:-9.0.597.107}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -68,7 +69,7 @@ cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
@ -98,12 +99,16 @@ build/gyp_chromium -f make build/all.gyp --depth=. \
-Duse_system_ffmpeg=0 \
-Duse_system_yasm=1 \
-Duse_system_libevent=1 \
-Ddisable_sse2=${NO_SSE2:-0} \
-Duse_system_ssl=0
# Compiling...
# ATTENTION ==> the "-fno-ipa-cp" flag is only needed if you intend to build chromium
# on slackware(64)-current (or if you have gcc-4.5.x installed. On slackware(64)-13.1
# it is not needed
#
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -fno-ipa-cp" \
make chrome chrome_sandbox BUILDTYPE=Release || exit 1
# Creating the package

View file

@ -1,10 +1,10 @@
PRGNAM="chromium"
VERSION="8.0.558.0"
VERSION="9.0.597.107"
HOMEPAGE="http://www.chromium.org/"
DOWNLOAD="http://build.chromium.org/buildbot/official/chromium-8.0.558.0.tar.bz2"
MD5SUM="b291224fcfba5e800660628a3bb1320f"
DOWNLOAD="http://build.chromium.org/official/chromium-9.0.597.107.tar.bz2"
MD5SUM="4541f2b84df581618262efe158901b2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Yucatan Costa"
EMAIL="jedi.kenjiro@gmail.com"
APPROVED="Erik Hanson"
APPROVED="Niels Horn"

View file

@ -0,0 +1,13 @@
Index: build/common.gypi
===================================================================
--- build/common.gypi
+++ build/common.gypi
@@ -124,7 +124,7 @@
'use_third_party_translations%': 0,
# Remoting compilation is enabled by default. Set to 0 to disable.
- 'remoting%': 1,
+ 'remoting%': 0,
# If this is set, the clang plugins used on the buildbot will be used.
# Run tools/clang/scripts/update.sh to make sure they are compiled.

View file

@ -1,3 +1,5 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
chromium: Google Chromium (Open Source Web Browser)
chromium:
chromium: Google Chromium is a browser that combines a minimal design with