webkitgtk3.paketlendi
This commit is contained in:
parent
1ee3b1cf54
commit
54deebafdc
|
@ -1,22 +1,28 @@
|
|||
# Description: engine of made Web free for the browsers web version 3
|
||||
# URL: http://webkitgtk.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: libwebp libsecret geoclue gperf gtk2 gtk3 curl dbus gstreamer1-plugins-base icu enchant libsoup libxslt xorg-libxt ruby gtk-doc
|
||||
# Description: Small, efficient and fast rendering engine for Web Browsers.
|
||||
# URL: http://www.webkitgtk.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: enchant xorg-glu gperf gstreamer-plugins-base gtk2 gtk3 harfbuzz icu libsecret libsoup libwebp ruby shared-mime-info xorg-libxt
|
||||
|
||||
name=webkitgtk3
|
||||
version=2.4.9
|
||||
version=2.4.11
|
||||
release=1
|
||||
|
||||
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd webkitgtk-$version
|
||||
sed -i '/generate-gtkdoc --rebase/s:^:# :' GNUmakefile.in
|
||||
cd webkitgtk-$version
|
||||
|
||||
mkdir -vp build-3
|
||||
cp -a Documentation build-3
|
||||
cd build-3
|
||||
install -d build
|
||||
cd build
|
||||
|
||||
../configure --prefix=/usr \
|
||||
--enable-introspection
|
||||
make || make -j1
|
||||
make DESTDIR=$PKG install || make -j1 DESTDIR=$PKG install
|
||||
../configure \
|
||||
--prefix=/usr \
|
||||
--disable-geolocation \
|
||||
--disable-gtk-doc-html \
|
||||
--disable-silent-rules \
|
||||
--enable-video \
|
||||
--enable-jit \
|
||||
--libexecdir=/usr/lib/webkitgtk3
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue