milis/talimatname/genel/w/webkitgtk3/talimat

39 lines
1 KiB
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Web Tarayıcıları için küçük, verimli ve hızlı render motoru.
2016-07-23 08:43:58 +00:00
# URL: http://www.webkitgtk.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: libwebp libsecret geoclue gperf gtk2 gtk3 curl dbus gstreamer1-plugins-base icu enchant libsoup libxslt xorg-libxt ruby
2016-07-23 08:43:58 +00:00
2017-10-28 15:10:23 +03:00
isim=webkitgtk3
surum=2.4.11
devir=2
kaynak=(http://webkitgtk.org/releases/webkitgtk-$surum.tar.xz
2017-09-20 18:23:51 +03:00
webkitgtk-2.4.9-abs.patch
icu59.patch)
2016-07-23 08:43:58 +00:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd webkitgtk-$surum
2017-09-20 18:23:51 +03:00
patch -Np1 -i ../webkitgtk-2.4.9-abs.patch
patch -Np1 -i ../icu59.patch
2016-07-23 08:43:58 +00:00
install -d build
cd build
2017-09-20 18:23:51 +03:00
CXXFLAGS+=" -fno-delete-null-pointer-checks"
CFLAGS+=" -fno-delete-null-pointer-checks"
2016-02-24 02:27:23 +02:00
2016-07-23 08:43:58 +00:00
../configure \
--prefix=/usr \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
2016-07-23 13:50:40 +00:00
--libexecdir=/usr/lib/webkitgtk3 \
2017-09-20 18:23:51 +03:00
--enable-introspection \
--disable-gtk-doc
2016-07-23 13:50:40 +00:00
2017-09-20 18:23:51 +03:00
sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make -j1 DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
2016-02-24 02:27:23 +02:00
}