From 6f57a2034e731e9b514e4484816a072be480c9d3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 00:54:23 +0100 Subject: zathura: bump to 0.4.9 --- community/zathura/patches/remove_gettext.patch | 39 -------------------------- 1 file changed, 39 deletions(-) delete mode 100644 community/zathura/patches/remove_gettext.patch (limited to 'community/zathura/patches') diff --git a/community/zathura/patches/remove_gettext.patch b/community/zathura/patches/remove_gettext.patch deleted file mode 100644 index d02f5896..00000000 --- a/community/zathura/patches/remove_gettext.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/data/meson.build -+++ b/data/meson.build -@@ -16,26 +16,6 @@ - endforeach - endif - --i18n = import('i18n') --podir = join_paths(meson.source_root(), 'po') -- --desktop = i18n.merge_file('desktop', -- input: 'org.pwmt.zathura.desktop.in', -- output: 'org.pwmt.zathura.desktop', -- install: true, -- install_dir: desktopdir, -- po_dir: podir, -- type: 'desktop' --) -- --appdata = i18n.merge_file('appdata', -- input: 'org.pwmt.zathura.appdata.xml.in', -- output: 'org.pwmt.zathura.appdata.xml', -- install: true, -- install_dir: metainfodir, -- po_dir: podir, --) -- - desktop_file_validate = find_program('desktop-file-validate', required: get_option('tests'), native: true) - if desktop_file_validate.found() - test('validate-desktop', ---- a/meson.build -+++ b/meson.build -@@ -109,7 +109,6 @@ - ] - - subdir('data') --subdir('po') - - # source files - sources = files( -- cgit v1.2.3