Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poppler 0.79.0 #13344

Merged
merged 2 commits into from Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/poppler-qt5/template
Expand Up @@ -4,7 +4,7 @@
# A CYCLIC DEPENDENCY: qt5 -> cups -> poppler -> qt5.
#
pkgname=poppler-qt5
version=0.78.0
version=0.79.0
revision=1
wrksrc="poppler-${version}"
build_style=cmake
Expand All @@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="http://poppler.freedesktop.org"
distfiles="${homepage}/poppler-${version}.tar.xz"
checksum=622fdd3187a7339c3b78b861b7cd820ea41ebce0609839ba28ee52c3387938c2
checksum=f985a4608fe592d2546d9d37d4182e502ff6b4c42f8db4be0a021a1c369528c8

if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTHREADS_PTHREAD_ARG=2"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/poppler/template
Expand Up @@ -3,8 +3,8 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/poppler-qt5".
#
pkgname=poppler
version=0.78.0
revision=2
version=0.79.0
revision=1
build_style=cmake
build_helper="gir"
configure_args="-DENABLE_UNSTABLE_API_ABI_HEADERS=ON -DENABLE_CPP=ON
Expand All @@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="http://poppler.freedesktop.org"
distfiles="${homepage}/${pkgname}-${version}.tar.xz"
checksum=622fdd3187a7339c3b78b861b7cd820ea41ebce0609839ba28ee52c3387938c2
checksum=f985a4608fe592d2546d9d37d4182e502ff6b4c42f8db4be0a021a1c369528c8

# Package build options
build_options="gir"
Expand Down