cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3e7c9abcb5c651631e41b5fb94fb569832987810
commit 3e7c9abcb5c651631e41b5fb94fb569832987810 Author: Cedric BAIL <[email protected]> Date: Thu Feb 6 16:04:37 2014 +0900 elm_web: disable support for Webkit/EFL. Current git head require latest Webkit/EFL from svn. Waiting to update the release tarball to go along with 1.9 release to re-enable it. --- pkgbuild/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 5fa55a2..0b7fc01 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Enlightenment Developers <[email protected]> pkgname=('elementary' 'elementary_test' 'elementary_doc') [[ -d ../.git ]] && pkgname=('elementary-git' 'elementary_test-git' 'elementary_doc-git') -pkgver=1.8.99.8967.a1cfce6 +pkgver=1.8.99.9334.01199ad pkgrel=1 pkgdesc="Enlightenment GUI toolkit - GIT development snapshot" arch=('i686' 'x86_64' 'arm') @@ -33,7 +33,7 @@ build() { export CFLAGS="$CFLAGS -fvisibility=hidden -fomit-frame-pointer" [[ -e Makefile ]] && make clean distclean [[ -e autogen.sh ]] && _configure=autogen.sh || _configure=configure - ./$_configure --prefix=/usr --disable-static + ./$_configure --prefix=/usr --disable-static --with-elementary-web-backend=none make make doc } --
