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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 18 17:49:21 UTC 2015


    Date: Saturday, April 18, 2015 @ 19:49:20
  Author: bpiotrowski
Revision: 131635

upgpkg: mupdf 1.7-1

new upstream release

Modified:
  mupdf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-18 17:32:05 UTC (rev 131634)
+++ PKGBUILD	2015-04-18 17:49:20 UTC (rev 131635)
@@ -6,12 +6,12 @@
 # Contributor: xduugu
 
 pkgname=mupdf
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
-license=('GPL3')
+license=('AGPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
          'openssl' 'openjpeg2')
 install=mupdf.install
@@ -20,7 +20,7 @@
         mupdf.desktop
         mupdf.xpm
         mupdf-1.5-openjpeg-2.1.0.patch)
-md5sums=('8d69db41ae9e0b6807b76bb6ed70dc2f'
+md5sums=('81d36f436a7065c81a501ed7ff4ee21e'
          '39b54f82a763aac54e352315a0ee9037'
          'f3f35e7320bafde331250de1c99186a1'
          '8e71587ad9b86e10c9144618ab43149b')
@@ -29,6 +29,8 @@
   cd $pkgname-$pkgver-source
   rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
   patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
+
+  sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
 }
 
 build() {



More information about the arch-commits mailing list