[arch-commits] Commit in epiphany/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sat May 28 10:41:59 UTC 2011
Date: Saturday, May 28, 2011 @ 06:41:59
Author: ibiru
Revision: 125696
add seed support
Modified:
epiphany/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-28 10:30:22 UTC (rev 125695)
+++ PKGBUILD 2011-05-28 10:41:59 UTC (rev 125696)
@@ -3,14 +3,14 @@
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 @@
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var \
--disable-scrollkeeper \
- --enable-network-manager
+ --enable-network-manager \
+ --enable-seed
make
}
More information about the arch-commits
mailing list