summaryrefslogtreecommitdiff
path: root/extra/epiphany
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:38:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:38:12 -0300
commit2c94bd2955b56b177726687b71d4b443a8e1a9f3 (patch)
tree67bacd5fb46f35200c13f195a97641698b2c17cd /extra/epiphany
parentc38ea439c0779806288a1fa5bc6801c350623c6a (diff)
parentc399070d50c89903ec1dea55aa4aa5147a367565 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/projectm/PKGBUILD core/udev/PKGBUILD extra/libdmapsharing/PKGBUILD multilib/lib32-udev/PKGBUILD multilib/wine/PKGBUILD
Diffstat (limited to 'extra/epiphany')
-rw-r--r--extra/epiphany/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD
index 494341f87..a03a3630e 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 <jgc@archlinux.org>
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' 'mips64el')
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
}