Date: Tuesday, March 26, 2013 @ 07:54:09 Author: heftig Revision: 180769
3.7.92 Modified: evince/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-26 06:45:25 UTC (rev 180768) +++ PKGBUILD 2013-03-26 06:54:09 UTC (rev 180769) @@ -2,24 +2,24 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evince -pkgver=3.6.1 -pkgrel=2 +pkgver=3.7.92 +pkgrel=1 pkgdesc="Simply a document viewer" url="http://projects.gnome.org/evince/" -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 'gsettings-desktop-schemas') -makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 'gobject-introspection' 'docbook-xsl') +arch=(i686 x86_64) +license=(GPL) +depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre gnome-icon-theme t1lib libsecret desktop-file-utils dconf gsettings-desktop-schemas) +makedepends=(itstool nautilus texlive-bin intltool gobject-introspection docbook-xsl python) optdepends=('texlive-bin: DVI support' 'gvfs: bookmark support and session saving') -groups=('gnome-extra') +groups=(gnome) install=evince.install options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1b87b2579d438a126391f9044611b472e9f7b5b712e40b5645b0810164bc41b5') +sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --libexecdir=/usr/lib/evince \ --disable-static --enable-nautilus \ @@ -32,6 +32,6 @@ } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
