summaryrefslogtreecommitdiff
path: root/nonprism/webkit2gtk
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-01-22 19:35:34 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-01-22 19:35:34 -0500
commitb17857de900509772262d3983c75e15366e73009 (patch)
treeb57fbbeb8bdb6b4e8b119b6e5e1559b958eae810 /nonprism/webkit2gtk
parent785a4d63a18f487d3aee7936309ea3f8f177c7b8 (diff)
webkit2gtk nonprism patch
Diffstat (limited to 'nonprism/webkit2gtk')
-rw-r--r--nonprism/webkit2gtk/PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD
index b444b6ec8..e0f0cb930 100644
--- a/nonprism/webkit2gtk/PKGBUILD
+++ b/nonprism/webkit2gtk/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
# (Arch) Maintainer: Eric Bélanger <eric@archlinux.org>
+
pkgname=webkit2gtk
pkgver=2.10.4
pkgrel=3.nonprism1
@@ -26,14 +27,7 @@ prepare() {
sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
rm -r Source/ThirdParty/gtest/
rm -r Source/ThirdParty/qunit/
- ##Disable GeoClue location tracking##
- sed -i '/geoclue/d' Source/WebCore/PlatformGTK.cmake
- sed -i '/geoclue/d' Tools/gtk/install-dependencies
- rm -r Source/WebCore/platform/geoclue/
- rm Source/cmake/FindGeoClue.cmake
- rm Source/cmake/FindGeoClue2.cmake
sed -i 's/WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GEOLOCATION PUBLIC ON)/WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GEOLOCATION PUBLIC OFF)/' Source/cmake/OptionsGTK.cmake
- ##
}
build() {
@@ -56,4 +50,4 @@ package() {
cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
done
-}
+} \ No newline at end of file