# Template file for 'epiphany-extensions' pkgname=epiphany-extensions version=3.6.0 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-scrollkeeper --disable-debug" makedepends="which pkg-config intltool gnome-doc-utils dbus-glib-devel webkit-gtk3-devel epiphany-devel>=3.6.0 opensp-devel" short_desc="Extensions for Epiphany - The GNOME web browser" maintainer="Juan RP " homepage="http://www.gnome.org/projects/epiphany/" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz" checksum=3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a long_desc=" Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance. Simplicity is achieved by a well designed user interface and reliance on external applications for performing external tasks (such as reading email). Simplicity should not mean less powerful. Standards compliance is achieved on the HTML side by using the WebKitGTK+ rendering engine; and on the user interface side by closely following the GNOME Human Interface Guidelines (HIG) and by close integration with the GNOME desktop. This package contains some extensions for use with Epiphany." epiphany-extensions_package() { depends="epiphany>=3.6.0 webkit-gtk3>=1.10.0" pkg_install() { vmove usr } }