network/midori: Switch to webkit2gtk.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Christoph Willing 2016-09-08 08:52:09 +02:00 committed by Willy Sudiarto Raharjo
parent 104bc430e5
commit 28bcbd8a4d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ cd build
-DDATADIR=/usr/share/$PRGNAM \
-DUSE_ZEITGEIST=OFF \
-DUSE_GTK3="$ENABLE_GTK3" \
-DHALF_BRO_INCOM_WEBKIT2=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/midori_0.5.11_all_.tar.bz2"
MD5SUM="fcc03ef759fce4fe9f2446d9da4a065e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vala webkitgtk"
REQUIRES="vala webkit2gtk"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"