[arch-commits] Commit in mupdf/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Feb 24 13:52:46 UTC 2017
Date: Friday, February 24, 2017 @ 13:52:45
Author: eworm
Revision: 213729
upgpkg: mupdf 1.10_a-2
do not link against openssl
Modified:
mupdf/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-24 10:55:03 UTC (rev 213728)
+++ PKGBUILD 2017-02-24 13:52:45 UTC (rev 213729)
@@ -9,13 +9,13 @@
pkgbase=mupdf
pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
pkgver=1.10_a
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight PDF and XPS viewer'
arch=('i686' 'x86_64')
url='http://mupdf.com'
license=('AGPL3')
makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 'harfbuzz'
- 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
+ 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2')
# we need static libs for zathura-pdf-mupdf
options=('staticlibs')
source=("https://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz"
@@ -38,6 +38,9 @@
# fix includes for jbig2dec
sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
+
+ # this does not build with openssl 1.1.0, so disable checks
+ sed -i 's/pkg-config --exists \(libcrypto\|openssl\)/false/' Makerules
}
build() {
More information about the arch-commits
mailing list