summaryrefslogtreecommitdiff
path: root/nonprism/webkit2gtk
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-01-30 18:56:42 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-01-30 18:56:42 -0500
commit07950667a5cc8aa4d7540259cbe88356cb2824de (patch)
treeeb9cae6e90e819599fe37105d4cda74e9faf3521 /nonprism/webkit2gtk
parenta4905187a334472d39fcf0babcfc8586dc11d9f9 (diff)
webkit2gtk nonprism update
Diffstat (limited to 'nonprism/webkit2gtk')
-rw-r--r--nonprism/webkit2gtk/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD
index e0f0cb930..9d3250dc5 100644
--- a/nonprism/webkit2gtk/PKGBUILD
+++ b/nonprism/webkit2gtk/PKGBUILD
@@ -1,11 +1,10 @@
-# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
-# (Arch) Maintainer: Eric Bélanger <eric@archlinux.org>
-
+# $Id$
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=webkit2gtk
-pkgver=2.10.4
-pkgrel=3.nonprism1
-pkgdesc="GTK+ Web content engine library, without geoclue2/geolocation tracking support"
+pkgver=2.10.6
+pkgrel=1.nonprism1
+pkgdesc="GTK+ Web content engine library, without geolocation tracking"
arch=('i686' 'x86_64')
url="http://webkitgtk.org/"
license=('custom')
@@ -18,7 +17,7 @@ optdepends=('gtk2: Netscape plugin support'
'gst-libav: nonfree media decoding')
options=('!emptydirs')
source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha512sums=('1d1c79fb863be192639304c5616fb875ccfe541617fdc5c973e79d8159131080ba734199959a01760b9d06accaae7e2e87bec3bcc42dcd2e6b0d19a5b82ed039')
+sha256sums=('0b77abcc72a274e8f11e9d9f0f6b116dadeeb8b9d5f22b17b6604ed9ae3fe83c')
prepare() {
mkdir build
@@ -27,7 +26,6 @@ prepare() {
sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
rm -r Source/ThirdParty/gtest/
rm -r Source/ThirdParty/qunit/
- 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() {
@@ -35,6 +33,7 @@ build() {
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=/usr/lib -DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+ -DENABLE_GEOLOCATION=OFF \
-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
make
}
@@ -50,4 +49,4 @@ package() {
cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
done
-} \ No newline at end of file
+}