diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-24 12:22:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-24 12:22:38 +0100 |
commit | ff0d34015252d5b0f1dd9849b3ad463045bf298d (patch) | |
tree | f808b4703212e4d861e4e680495c141329f094b4 /gnome/epiphany/Pkgfile | |
parent | d8fa3f11cb6edfd10a193f70cbc1995c986c8abf (diff) | |
download | nutyx-pakxe-ff0d34015252d5b0f1dd9849b3ad463045bf298d.tar.gz nutyx-pakxe-ff0d34015252d5b0f1dd9849b3ad463045bf298d.tar.bz2 nutyx-pakxe-ff0d34015252d5b0f1dd9849b3ad463045bf298d.tar.xz nutyx-pakxe-ff0d34015252d5b0f1dd9849b3ad463045bf298d.zip |
Maj de epiphany#2.28.2-1 et de ses dépendances
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 } |