Date: Monday, September 27, 2010 @ 16:27:13 Author: ibiru Revision: 91749
update to 2.32.0 Modified: evince/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-27 20:26:59 UTC (rev 91748) +++ PKGBUILD 2010-09-27 20:27:13 UTC (rev 91749) @@ -2,21 +2,21 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evince -pkgver=2.31.92 +pkgver=2.32.0 pkgrel=1 pkgdesc="Simply a document viewer" url="http://projects.gnome.org/evince/" arch=('i686' 'x86_64') license=('GPL') depends=('libspectre>=0.2.6' 'gsfonts' 'poppler-glib>=0.14.0' 'libdjvu>=3.5.22' 'gnome-icon-theme>=2.31.0' 't1lib' 'libgnome-keyring>=2.31.92' 'desktop-file-utils') -makedepends=('gnome-doc-utils>=0.20.1' 'nautilus>=2.31.92' 'pkgconfig' 'texlive-bin' 'intltool' 'gobject-introspection') +makedepends=('gnome-doc-utils>=0.20.1' 'nautilus>=2.32.0' 'pkgconfig' 'texlive-bin' 'intltool' 'gobject-introspection') optdepends=('texlive-bin: DVI support') replaces=('gpdf') groups=('gnome-extra') install=evince.install options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('c9b54f6e5a7345cd2e347a9eb716f13170e362cf21f3453d5d1f8b5d5663f491') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -29,7 +29,8 @@ --enable-comics --enable-impress \ --enable-introspection \ --disable-scrollkeeper \ - --disable-schemas-install + --without-gconf \ + --disable-schemas-compile make make DESTDIR="${pkgdir}" install }
