textproc/zathura/core: update to 0.4.9

This commit is contained in:
landry 2022-04-14 12:20:38 +00:00
parent 3fb599f21a
commit ab357b03cb
3 changed files with 3 additions and 26 deletions

View File

@ -1,4 +1,4 @@
V = 0.4.8
V = 0.4.9
COMMENT = document viewer for PDF and other formats with a vi-like UI
DISTNAME = zathura-${V}
CATEGORIES = textproc x11

View File

@ -1,2 +1,2 @@
SHA256 (zathura-0.4.8.tar.xz) = saqoth0VCwkqyeMSy7+HJ57NZr03uMY8mU6JWEP1INs=
SIZE (zathura-0.4.8.tar.xz) = 159500
SHA256 (zathura-0.4.9.tar.xz) = /DDELNZg2ZO86HWOIuS6gHh2HVHx4pSU56DTeoo+Xlc=
SIZE (zathura-0.4.9.tar.xz) = 163156

View File

@ -1,23 +0,0 @@
Fix build with meson >= 0.60.0
Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -19,7 +19,7 @@ endif
i18n = import('i18n')
podir = join_paths(meson.source_root(), 'po')
-desktop = i18n.merge_file('desktop',
+desktop = i18n.merge_file(
input: 'org.pwmt.zathura.desktop.in',
output: 'org.pwmt.zathura.desktop',
install: true,
@@ -28,7 +28,7 @@ desktop = i18n.merge_file('desktop',
type: 'desktop'
)
-appdata = i18n.merge_file('appdata',
+appdata = i18n.merge_file(
input: 'org.pwmt.zathura.appdata.xml.in',
output: 'org.pwmt.zathura.appdata.xml',
install: true,