contrib/webkit-gtk3/Pkgfile

36 lines
892 B
Plaintext

# Description: Small, efficient and fast rendering engine for Web Browsers.
# 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 gtk3 harfbuzz-icu libsoup glu ruby gperf libwebp libsecret shared-mime-info
name=webkit-gtk3
version=2.4.8
release=2
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz
../webkit-gtk2/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
../configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
--libexecdir=/usr/lib/webkitgtk3
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}