diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
commit | 2c94bd2955b56b177726687b71d4b443a8e1a9f3 (patch) | |
tree | 67bacd5fb46f35200c13f195a97641698b2c17cd /extra/epiphany | |
parent | c38ea439c0779806288a1fa5bc6801c350623c6a (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (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/PKGBUILD | 9 |
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 } |