milis/talimatname/genel/webkitgtk3/talimat

32 lines
827 B
Plaintext
Raw Normal View History

2016-07-23 10:43:58 +02:00
# Description: Small, efficient and fast rendering engine for Web Browsers.
# URL: http://www.webkitgtk.org/
# Packager: milisarge
2016-07-23 15:50:40 +02:00
# Depends on: libwebp libsecret geoclue gperf gtk2 gtk3 curl dbus gstreamer1-plugins-base icu enchant libsoup libxslt xorg-libxt ruby
2016-07-23 10:43:58 +02:00
2016-02-24 01:27:23 +01:00
name=webkitgtk3
2016-07-23 10:43:58 +02:00
version=2.4.11
2016-02-24 01:27:23 +01:00
release=1
2016-07-23 15:50:40 +02:00
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz
webkitgtk-2.4.9-abs.patch)
2016-07-23 10:43:58 +02:00
2016-02-24 01:27:23 +01:00
build() {
2016-07-23 10:43:58 +02:00
cd webkitgtk-$version
2016-07-23 15:50:40 +02:00
patch -Np1 -i ../webkitgtk-2.4.9-abs.patch
2016-07-23 10:43:58 +02:00
install -d build
cd build
2016-02-24 01:27:23 +01:00
2016-07-23 10:43:58 +02:00
../configure \
--prefix=/usr \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
2016-07-23 15:50:40 +02:00
--libexecdir=/usr/lib/webkitgtk3 \
--enable-introspection
make || make -j1
make DESTDIR=$PKG install || make -j1 DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}