diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-19 19:03:20 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-23 22:34:54 +0200 |
commit | 9dfb85f243fbfef42ed350a7fe891e1edd99757f (patch) | |
tree | f9e722087890cb9c3011f49d7c92cdbd21e09771 /app-text | |
parent | sys-process/at: remove unused patches (diff) | |
download | gentoo-9dfb85f243fbfef42ed350a7fe891e1edd99757f.tar.gz gentoo-9dfb85f243fbfef42ed350a7fe891e1edd99757f.tar.bz2 gentoo-9dfb85f243fbfef42ed350a7fe891e1edd99757f.zip |
app-text/zathura: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27853
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/zathura/files/zathura-0.4.8-meson-0.61-build.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-text/zathura/files/zathura-0.4.8-meson-0.61-build.patch b/app-text/zathura/files/zathura-0.4.8-meson-0.61-build.patch deleted file mode 100644 index 577eddc4da1f..000000000000 --- a/app-text/zathura/files/zathura-0.4.8-meson-0.61-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://github.com/pwmt/zathura/commit/c6ec5044c5ff843979050bfb81742d14740bb656.patch -https://bugs.gentoo.org/831468 - -From: Sebastian Ramacher <sebastian@ramacher.at> -Date: Sat, 30 Oct 2021 15:41:25 +0200 -Subject: [PATCH] Fix build with meson 0.60 - ---- a/data/meson.build -+++ b/data/meson.build -@@ -19,7 +19,7 @@ endif - i18n = import('i18n') - podir = join_paths(meson.project_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, |