update to zathura-pdf-mupdf-0.4.0

This commit is contained in:
sthen 2022-12-15 14:31:48 +00:00
parent af50c4af87
commit 5ce7cc27ed
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
V = 0.3.9
V = 0.4.0
COMMENT = mupdf pdf plugin for zathura
PROJECT = zathura-pdf-mupdf
REVISION = 4
# please check runtime if updating, mupdf linking is Very Annoying

View File

@ -1,2 +1,2 @@
SHA256 (zathura-pdf-mupdf-0.3.9.tar.xz) = d/eV6hdFtpWlC2hk5zVp1O2KwOqk7i5gaeclyTIFfAc=
SIZE (zathura-pdf-mupdf-0.3.9.tar.xz) = 8640
SHA256 (zathura-pdf-mupdf-0.4.0.tar.xz) = jBxXVnihzUWwB73xIyhSfwrvYYQQPgllRZpCAunukl0=
SIZE (zathura-pdf-mupdf-0.4.0.tar.xz) = 8784

View File

@ -10,7 +10,7 @@ provide that itself.
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -19,7 +19,7 @@ zathura = dependency('zathura', version: '>=0.3.9')
@@ -19,7 +19,7 @@ zathura = dependency('zathura', version: '>=0.5.2')
girara = dependency('girara-gtk3')
glib = dependency('glib-2.0')
cairo = dependency('cairo')
@ -52,4 +52,4 @@ Index: meson.build
-endif
if get_option('plugindir') == ''
plugindir = zathura.get_pkgconfig_variable('plugindir')
plugindir = zathura.get_variable(pkgconfig: 'plugindir')