poppler-qt5: update to 0.60.1.
This commit is contained in:
parent
4dc4b43923
commit
166049f274
|
@ -0,0 +1 @@
|
|||
../poppler/patches/
|
|
@ -4,15 +4,12 @@
|
|||
# A CYCLIC DEPENDENCY: qt5 -> cups -> poppler -> qt5.
|
||||
#
|
||||
pkgname=poppler-qt5
|
||||
version=0.59.0
|
||||
version=0.60.1
|
||||
revision=1
|
||||
wrksrc="poppler-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-zlib --enable-libcurl --enable-libtiff
|
||||
--enable-libopenjpeg=openjpeg2 --enable-cairo-output
|
||||
--enable-xpdf-headers --disable-gtk-test --disable-poppler-glib
|
||||
--disable-poppler-qt4 --enable-poppler-qt5 --disable-poppler-cpp
|
||||
--disable-utils --disable-static --disable-introspection"
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_XPDF_HEADERS=on -DENABLE_GLIB=off
|
||||
-DENABLE_QT4=off -DENABLE_QT5=on -DENABLE_UTILS=off -DENABLE_CPP=off"
|
||||
hostmakedepends="pkg-config qt5-devel"
|
||||
makedepends="libpng-devel tiff-devel lcms2-devel libcurl-devel
|
||||
fontconfig-devel cairo-devel libopenjpeg2-devel qt5-devel"
|
||||
|
@ -21,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://poppler.freedesktop.org"
|
||||
distfiles="${homepage}/poppler-$version.tar.xz"
|
||||
checksum=a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641
|
||||
checksum=19f185e05c3b59b4a1de2cec8ef39f5446035493d17bbed41d02fb9a77c8a93c
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/libpoppler.*
|
||||
|
|
Loading…
Reference in New Issue