# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="The WebKit module for the Qt toolkit" SLOT="4" SRC_URI="https://gitorious.org/webkit/qtwebkit-23/archive-tarball/qtwebkit-2.3-beta2b -> ${PN}-2.3b2.tar.gz" KEYWORDS="amd64" IUSE="" COMMON_DEPEND=" dev-db/sqlite:3 x11-libs/libX11 x11-libs/libXrender >=x11-libs/qt-core-4.8.4[ssl] >=x11-libs/qt-gui-4.8.4 >=x11-libs/qt-xmlpatterns-4.8.4" DEPEND="${COMMON_DEPEND} dev-lang/ruby" RDEPEND="${COMMON_DEPEND}" S="${WORKDIR}/webkit-qtwebkit-23" src_compile() { export QTDIR=/usr/lib64/qt4/ Tools/Scripts/build-webkit --qt || die } src_install() { cd "WebKitBuild/Release" emake INSTALL_ROOT="${D}" install || die }