diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-15 00:54:23 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-15 00:54:23 +0100 |
commit | 6f57a2034e731e9b514e4484816a072be480c9d3 (patch) | |
tree | 8933bf706afefad8fa6eae0a3afb20713d84ba73 /community/zathura/patches | |
parent | 3c3dd8a8d182c365c1f7f85a26387dca080a6187 (diff) | |
download | repository-6f57a2034e731e9b514e4484816a072be480c9d3.tar.gz |
zathura: bump to 0.4.9
Diffstat (limited to 'community/zathura/patches')
-rw-r--r-- | community/zathura/patches/remove_gettext.patch | 39 |
1 files changed, 0 insertions, 39 deletions
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( |