2010-04-16 11:54:03 +00:00
|
|
|
# Template file for 'epiphany'
|
|
|
|
pkgname=epiphany
|
2013-04-17 19:20:17 +00:00
|
|
|
version=3.8.1
|
2012-08-13 07:56:44 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-09-27 09:24:50 +00:00
|
|
|
configure_args="--disable-schemas-compile --disable-tests"
|
2013-03-28 14:40:47 +00:00
|
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils gobject-introspection"
|
|
|
|
makedepends="nss-devel libsoup-gnome-devel>=2.40 libnotify-devel
|
|
|
|
webkitgtk-devel sqlite-devel libxslt-devel avahi-glib-libs-devel
|
|
|
|
startup-notification-devel NetworkManager-devel gcr-devel>=3.8.0
|
2013-04-12 08:23:11 +00:00
|
|
|
gnome-desktop-devel>=3.8.0 libsecret-devel libwnck-devel iso-codes"
|
2010-04-16 11:54:03 +00:00
|
|
|
short_desc="Intuitive GNOME web browser"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-07 19:46:43 +00:00
|
|
|
homepage="http://www.gnome.org/projects/epiphany/"
|
|
|
|
license="GPL-2"
|
2013-03-28 14:40:47 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
2013-04-17 19:20:17 +00:00
|
|
|
checksum=8c231bb1af8daf739524bd89aa44873f5936b8a849da49326427486ed825523f
|
2010-04-16 11:54:03 +00:00
|
|
|
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."
|
2013-04-12 08:23:11 +00:00
|
|
|
|
|
|
|
epiphany_package() {
|
|
|
|
depends="gsettings-desktop-schemas>=3.8.0 ca-certificates
|
|
|
|
hicolor-icon-theme desktop-file-utils iso-codes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|