summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-08-31 16:03:04 +0000
committer Eric Hameleers <alien@slackware.com>2014-08-31 16:03:04 +0000
commitdc7e22c1f9e8b4147210071a05ac655aba35139d (patch)
treeed4ebb7a6c7150673539c2ee34eb723eb6f3db87 /chromium-dev
parent95cb3cc9ff432ade5e0be6155c9dfe75c38ce722 (diff)
downloadasb-dc7e22c1f9e8b4147210071a05ac655aba35139d.tar.gz
asb-dc7e22c1f9e8b4147210071a05ac655aba35139d.tar.xz
Some fixes after having tested the script
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index 23dad8b0..c388ca33 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -60,7 +60,7 @@ USE_NACL=${USE_NACL:-1}
# I default this to "off" because it is untested:
USE_CLANG=${USE_CLANG:-0}
-DOCS="AUTHORS LICENSE README*"
+DOCS="AUTHORS DEPS LICENSE README*"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -220,9 +220,10 @@ cd ${SRCNAM}-${VERSION}
# Patches:
touch $OUTPUT/patch-${PRGNAM}.log
-# Slackware specific patch:
-cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
+## Slackware specific patch:
+## (no longer applies)
+#cat $SRCDIR/patches/chromium_libelf_includes.patch | patch -p0 --verbose \
+# 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
# Prevent crashes when accessing google.com and youtube.com just because
# this is not an official build:
cat $SRCDIR/patches/chromium_secure_referrer.patch | patch -p1 --verbose \
@@ -349,7 +350,7 @@ install -D out/Release/chromedriver $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/chrome
# Copy over the remaining binaries:
cp -a \
- out/Release/{*.pak,libffmpegsumo.so, libpdf.so} \
+ out/Release/{*.pak,libffmpegsumo.so,libpdf.so} \
$PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/
if [ ${USE_NACL} -eq 1 ]; then
# Native Client files:
@@ -385,13 +386,13 @@ install -D -m0644 out/Release/chrome.1 $PKG/usr/man/man1/${PRGNAM}.1
# Without this file, chromium refuses to start:
cp -a third_party/icu/source/data/in/icudtl.dat $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/
-# Make the chromedriver available in the $PATH :
-ln -s ../lib${LIBDIRSUFFIX}/${PRGNAM}/chromedriver $PKG/usr/bin/chromedriver-dev
-
# Install a wrapper script:
install -D -m0755 $SRCDIR/${PRGNAM}.sh $PKG/usr/bin/${PRGNAM}
sed -i -e "s/@LIBDIRSUFFIX@/${LIBDIRSUFFIX}/g" $PKG/usr/bin/${PRGNAM}
+# Make the chromedriver available in the $PATH :
+ln -s ../lib${LIBDIRSUFFIX}/${PRGNAM}/chromedriver $PKG/usr/bin/chromedriver-dev
+
# Install desktop icons:
for size in 16 32; do
install -D -m0644 \