From 1dbcde09be34a8b93c9c9f286dc80d59c9d3817f Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 4 Mar 2013 20:09:39 +0100 Subject: [PATCH] mupdf: update to 1.2 --- mupdf/.footprint | 4 ++-- mupdf/.md5sum | 3 +-- mupdf/Pkgfile | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mupdf/.footprint b/mupdf/.footprint index 06cced5ee..13aad5ec2 100644 --- a/mupdf/.footprint +++ b/mupdf/.footprint @@ -1,10 +1,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/mubusy -rwxr-xr-x root/root usr/bin/mudraw -rwxr-xr-x root/root usr/bin/mupdf +-rwxr-xr-x root/root usr/bin/mutool drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rwxr-xr-x root/root usr/man/man1/mubusy.1.gz -rwxr-xr-x root/root usr/man/man1/mudraw.1.gz -rwxr-xr-x root/root usr/man/man1/mupdf.1.gz +-rwxr-xr-x root/root usr/man/man1/mutool.1.gz diff --git a/mupdf/.md5sum b/mupdf/.md5sum index 0bcd5adc2..0c3cb9535 100644 --- a/mupdf/.md5sum +++ b/mupdf/.md5sum @@ -1,2 +1 @@ -f7b5fd753f40aca207e9afd70d8f8edf mupdf-1.1-source.tar.gz -eef876cf637b24489e1c55cec4f753e5 mupdf-thirdparty-2012-08-14.zip +230e7d679f54c91edd1ebe54f6f8bc15 mupdf-1.2-source.zip diff --git a/mupdf/Pkgfile b/mupdf/Pkgfile index ea4cf6a49..804aa5c26 100644 --- a/mupdf/Pkgfile +++ b/mupdf/Pkgfile @@ -4,15 +4,14 @@ # Depends on: freetype libjpeg xorg-libxext name=mupdf -version=1.1 +version=1.2 release=1 -source=(http://mupdf.com/download/$name-$version-source.tar.gz - http://mupdf.com/download/$name-thirdparty-2012-08-14.zip) +source=(http://mupdf.googlecode.com/files/$name-$version-source.zip) build() { - mv thirdparty $name-$version-source cd $name-$version-source rm -r thirdparty/{freetype*,jpeg*,zlib*} + sed -i 's/MUBUSY/MUTOOL/' Makefile make build=release make prefix=$PKG/usr mandir=$PKG/usr/man install rm -r $PKG/usr/{include,lib}