summaryrefslogtreecommitdiff
path: root/mupdf
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-03-04 20:09:39 +0100
committerJuergen Daubert <jue@jue.li>2013-03-04 20:09:39 +0100
commit1dbcde09be34a8b93c9c9f286dc80d59c9d3817f (patch)
treeb7a2478ac36b70b6f74658c86611435b3a861252 /mupdf
parentee69ecf13c2d17e99bf4643e0c588b69eceea68b (diff)
downloadopt-1dbcde09be34a8b93c9c9f286dc80d59c9d3817f.tar.gz
opt-1dbcde09be34a8b93c9c9f286dc80d59c9d3817f.tar.xz
mupdf: update to 1.2
Diffstat (limited to 'mupdf')
-rw-r--r--mupdf/.footprint4
-rw-r--r--mupdf/.md5sum3
-rw-r--r--mupdf/Pkgfile7
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}

Generated by cgit