Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
zathura-pdf-mupdf
Commits:
f6f0a812 by Robin Candau at 2026-07-18T23:31:13+02:00
upgpkg: 2026.07.18-1: New upstream release
- - - - -
3 changed files:
- .SRCINFO
- 0001-Remove-mupdf-linking-detection.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zathura-pdf-mupdf
pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub,
and OpenXPS)
- pkgver = 2026.05.10
- pkgrel = 6
+ pkgver = 2026.07.18
+ pkgrel = 1
url = https://pwmt.org/projects/zathura-pdf-mupdf/
arch = x86_64
license = Zlib
@@ -19,9 +19,9 @@ pkgbase = zathura-pdf-mupdf
depends = openssl
depends = zathura
conflicts = zathura-pdf-poppler
- source =
zathura-pdf-mupdf-2026.05.10.tar.gz::https://github.com/pwmt/zathura-pdf-mupdf/archive/refs/tags/2026.05.10.tar.gz
+ source =
zathura-pdf-mupdf-2026.07.18.tar.gz::https://github.com/pwmt/zathura-pdf-mupdf/archive/refs/tags/2026.07.18.tar.gz
source = 0001-Remove-mupdf-linking-detection.patch
- sha512sums =
be8f6839cdcaae6e4d675a122c670e7d7592c43cd36c053944cb81d374afe092f19f625210a743843c3f934701511d7bdd7819dd38348e2b65834e9f48a9f7db
- sha512sums =
5402a6ae9f4b177a9f96483f59b5c50042eb9de3267675725ea2aa0beedfc677f267847e6b0274a7043c0d281136ec72282a2d40f87b408db935d7411eef7cac
+ sha512sums =
cec5771582475d2379507e91ea571b203a8fbd4861d86754108746603e4ec58a441442e0b5e6c9c707c8c8f45a05571b0535acc0bc2023631c8955e1112dda0d
+ sha512sums =
5b8df69e68b4117b0363927b3efc7f07daeeb6ac72d24c14fae9417800ab28f9e786f92589bbeb4b4df4007832addf74bc313576cde6a14533316ffc6bf03824
pkgname = zathura-pdf-mupdf
=====================================
0001-Remove-mupdf-linking-detection.patch
=====================================
@@ -12,21 +12,14 @@ Signed-off-by: Johannes Löthberg <[email protected]>
1 file changed, 14 insertions(+), 26 deletions(-)
diff --git a/meson.build b/meson.build
-index e582e06..2c6fd87 100644
+index be1f554..3ead691 100644
--- a/meson.build
+++ b/meson.build
-@@ -23,7 +23,6 @@ zathura = dependency('zathura', version: '>=0.5.2')
- girara = dependency('girara-gtk3')
- glib = dependency('glib-2.0')
- cairo = dependency('cairo')
+@@ -30,27 +30,20 @@ build_dependencies = [
+
+ mupdf_required_version_major = 1
+ mupdf_required_version_minor = 26
-mupdf = dependency('mupdf', required: false, version:
'>=@0@.@1@'.format(mupdf_required_version_major, mupdf_required_version_minor))
-
- build_dependencies = [
- zathura,
-@@ -32,26 +31,20 @@ build_dependencies = [
- cairo,
- ]
-
-if not mupdf.found()
- # normal build of mupdf
- mupdf = cc.find_library('mupdf', has_headers: ['mupdf/fitz/version.h',
'mupdf/fitz.h', 'mupdf/pdf.h'], required: true)
@@ -34,7 +27,7 @@ index e582e06..2c6fd87 100644
- version_check = '''
-#include <mupdf/fitz/version.h>
+mupdf = cc.find_library('mupdf')
-
+
-#if FZ_VERSION_MAJOR < @0@ || (FZ_VERSION_MAJOR == @0@ && FZ_VERSION_MINOR <
@1@)
-#error "mupdf @0@.@1@ or newer is requried"
-#endif
@@ -46,7 +39,7 @@ index e582e06..2c6fd87 100644
+libjbig2dec = cc.find_library('jbig2dec')
+libopenjp2 = dependency('libopenjp2')
+gumbo = dependency('gumbo')
-
+
- build_dependencies += [mupdf, mupdfthird]
-else
- # build from Debian's libmupdf-dev
@@ -59,6 +52,7 @@ index e582e06..2c6fd87 100644
+ libopenjp2,
+ gumbo,
+]
-
+
if get_option('plugindir') == ''
plugindir = zathura.get_variable(pkgconfig: 'plugindir')
+
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Moritz Lipp <[email protected]>
pkgname=zathura-pdf-mupdf
-pkgver=2026.05.10
-pkgrel=6
+pkgver=2026.07.18
+pkgrel=1
pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and
OpenXPS)"
url="https://pwmt.org/projects/zathura-pdf-mupdf/"
arch=('x86_64')
@@ -16,8 +16,8 @@ depends=('cairo' 'gumbo-parser' 'jbig2dec' 'libjpeg-turbo'
'libmupdf' 'openjpeg2
makedepends=('meson' 'ninja' 'git' 'appstream' 'desktop-file-utils')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
0001-Remove-mupdf-linking-detection.patch)
-sha512sums=('be8f6839cdcaae6e4d675a122c670e7d7592c43cd36c053944cb81d374afe092f19f625210a743843c3f934701511d7bdd7819dd38348e2b65834e9f48a9f7db'
-
'5402a6ae9f4b177a9f96483f59b5c50042eb9de3267675725ea2aa0beedfc677f267847e6b0274a7043c0d281136ec72282a2d40f87b408db935d7411eef7cac')
+sha512sums=('cec5771582475d2379507e91ea571b203a8fbd4861d86754108746603e4ec58a441442e0b5e6c9c707c8c8f45a05571b0535acc0bc2023631c8955e1112dda0d'
+
'5b8df69e68b4117b0363927b3efc7f07daeeb6ac72d24c14fae9417800ab28f9e786f92589bbeb4b4df4007832addf74bc313576cde6a14533316ffc6bf03824')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/f6f0a812dceb9a487409f3cb42b4c9be86adcaf9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/f6f0a812dceb9a487409f3cb42b4c9be86adcaf9
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help