diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-21 16:35:51 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-21 16:35:51 -0200 |
commit | c513b1a799673968d99d29546d9b36e966e281c6 (patch) | |
tree | 8e4601547c346cf8ddf7d13305d215e43d0aca3a /libre/evince | |
parent | 0a30957477ffa860048710a2e6b5c3ddc9c438f5 (diff) | |
parent | cb780cc7e735da40f7f6ef196f10a708603ff318 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre
Diffstat (limited to 'libre/evince')
-rw-r--r-- | libre/evince/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/evince/PKGBUILD b/libre/evince/PKGBUILD index b96df7326..f06da016d 100644 --- a/libre/evince/PKGBUILD +++ b/libre/evince/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 224323 2014-10-14 13:53:08Z jgc $ +# $Id: PKGBUILD 225110 2014-10-20 17:50:36Z jgc $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=evince pkgver=3.14.1 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt)), with libarchive support" url="https://wiki.gnome.org/Apps/Evince" arch=(i686 x86_64 mips64el) @@ -39,7 +39,7 @@ build() { --enable-djvu --enable-dvi \ --enable-t1lib --enable-comics \ --disable-scrollkeeper --disable-schemas-compile \ - --enable-introspection + --enable-introspection --disable-browser-plugin make } |