New commits:
commit 593d88dde308f209d9329a405b48ed3de761d1f8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/webkitgtk3: removed bash shortcuts, fixed building with added hyphen
option, reformatted some files
diff --git a/http/webkitgtk3/BUILD b/http/webkitgtk3/BUILD
index a8369b8..2dd60ae 100755
--- a/http/webkitgtk3/BUILD
+++ b/http/webkitgtk3/BUILD
@@ -1,6 +1,7 @@
OPTS="$WEBKIT_OPTS $OPTS" &&
sed -i '30i#include <unicode/utf8.h>' \
- Source/WebCore/platform/text/TextCodecUTF8.h &&
+ Source/WebCore/platform/text/TextCodecUTF8.h \
+ Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp &&
sed -i '30i#include <unicode/utf16.h>' \
Source/WTF/wtf/text/StringBuilder.h &&
sed -i '26i#include <unicode/utf16.h>' \
diff --git a/http/webkitgtk3/CONFIGURE b/http/webkitgtk3/CONFIGURE
index 87e576f..97ef3e4 100755
--- a/http/webkitgtk3/CONFIGURE
+++ b/http/webkitgtk3/CONFIGURE
@@ -1,8 +1,11 @@
config_query_option WEBKIT_OPTS "Enable support for WebGL" y \
- -DENABLE_WEBGL={ON,OFF} &&
+ "-DENABLE_WEBGL=ON" \
+ "-DENABLE_WEBGL=OFF" &&
optional_depends gstreamer-1.0 \
"-DENABLE_WEB_AUDIO=ON -DENABLE_VIDEO=ON" \
"-DENABLE_WEB_AUDIO=OFF -DENABLE_VIDEO=OFF" \
- "Enable support for enable HTML5 video and Web Audio?" &&
+ "Enable support for HTML5 video and Web Audio?" &&
if is_depends_enabled $SPELL gstreamer-1.0 ; then
depends gst-plugins-base-1.0
fi &&
optional_depends upower \
- -DENABLE_BATTERY_STATUS={ON,OFF} \
+ "-DENABLE_BATTERY_STATUS=ON" \
+ "-DENABLE_BATTERY_STATUS=OFF" \
"Enable support for Battery Status API?" &&