diff options
Diffstat (limited to 'gnome/epiphany/Pkgfile')
-rw-r--r-- | gnome/epiphany/Pkgfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnome/epiphany/Pkgfile b/gnome/epiphany/Pkgfile index 2305d6cd7..58fbc59ec 100644 --- a/gnome/epiphany/Pkgfile +++ b/gnome/epiphany/Pkgfile @@ -2,22 +2,23 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gnome-desktop, startup-notification,iso-codes, avahi, xulrunner, libcanberra, libnotify +# Depends on: gnome-doc-utils, gnome-desktop, startup-notification,iso-codes, avahi, webkit, libcanberra, libnotify name=epiphany -version=2.26.3 +version=2.28.2 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2) - +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ + --mandir=$GNOME_PREFIX/share/man \ --disable-schemas-install \ --disable-scrollkeeper make make DESTDIR=$PKG install rm -rf $PKG/var + rm -rf $PKG/usr/share/gtk-doc } |