[arch-commits] Commit in evince/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Mar 22 15:27:06 UTC 2016


    Date: Tuesday, March 22, 2016 @ 16:27:06
  Author: jgc
Revision: 262381

upgpkg: evince 3.20.0-1

Modified:
  evince/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 15:16:48 UTC (rev 262380)
+++ PKGBUILD	2016-03-22 15:27:06 UTC (rev 262381)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=evince
-pkgver=3.18.2
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=evince.install
 options=('!emptydirs')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17')
+sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,8 +26,9 @@
       --enable-pdf            --enable-tiff \
       --enable-djvu           --enable-dvi \
       --enable-t1lib          --enable-comics \
-      --disable-scrollkeeper  --disable-schemas-compile \
+      --disable-schemas-compile \
       --enable-introspection --disable-browser-plugin
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list