From ba6cff7fef1ee947b40a0179617b3bcc9c89ec01 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Apr 2013 09:55:13 +0200 Subject: [PATCH] epiphany-extensions: removed; obsolete in gnome-3.8. --- srcpkgs/epiphany-extensions/template | 33 ---------------------------- 1 file changed, 33 deletions(-) delete mode 100644 srcpkgs/epiphany-extensions/template diff --git a/srcpkgs/epiphany-extensions/template b/srcpkgs/epiphany-extensions/template deleted file mode 100644 index ec6a0b75a69..00000000000 --- a/srcpkgs/epiphany-extensions/template +++ /dev/null @@ -1,33 +0,0 @@ -# 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 - } -}