summaryrefslogtreecommitdiff
path: root/webkit-gtk2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'webkit-gtk2/Pkgfile')
-rw-r--r--webkit-gtk2/Pkgfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/webkit-gtk2/Pkgfile b/webkit-gtk2/Pkgfile
index 9eb68081a..20146b9bf 100644
--- a/webkit-gtk2/Pkgfile
+++ b/webkit-gtk2/Pkgfile
@@ -2,16 +2,19 @@
# URL: http://www.webkitgtk.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
-# Depends on: enchant gst-plugins-base gtk harfbuzz-icu libsoup glu ruby gperf libwebp libsecret shared-mime-info
+# Depends on: enchant gst-plugins-base gtk harfbuzz-icu libsoup glu ruby gperf libwebp libsecret shared-mime-info xorg-libxt
name=webkit-gtk2
version=2.4.8
-release=1
-source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz)
+release=2
+source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz
+ webkitgtk-2.4.8-gmutexlocker.patch)
build() {
cd webkitgtk-$version
+ patch -p1 -i $SRC/webkitgtk-2.4.8-gmutexlocker.patch
+
install -d build
cd build

Generated by cgit