From c399070d50c89903ec1dea55aa4aa5147a367565 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 May 2011 22:47:27 +0000 Subject: Sun May 29 22:47:27 UTC 2011 --- extra/epiphany/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/epiphany') diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD index 2e32d5ea8..7663c273b 100644 --- a/extra/epiphany/PKGBUILD +++ b/extra/epiphany/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 122054 2011-05-02 05:12:37Z heftig $ +# $Id: PKGBUILD 125696 2011-05-28 10:41:59Z ibiru $ # Maintainer: Jan de Groot pkgname=epiphany pkgver=3.0.2 -pkgrel=1 +pkgrel=2 install=epiphany.install pkgdesc="A GNOME3 web browser based on the WebKit rendering engine." arch=('i686' 'x86_64') license=('GPL') depends=('libsoup-gnome' 'gsettings-desktop-schemas' 'libwebkit3' 'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils' - 'hicolor-icon-theme') + 'hicolor-icon-theme' 'seed') makedepends=('intltool' 'networkmanager' 'gnome-doc-utils' 'startup-notification') options=('!libtool' '!emptydirs') groups=('gnome') @@ -23,7 +23,8 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --disable-scrollkeeper \ - --enable-network-manager + --enable-network-manager \ + --enable-seed make } -- cgit v1.2.3-54-g00ecf