mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
committed by
Conrad Kostecki
parent
c87061e3e5
commit
9dfb85f243
@@ -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,
|
||||
Reference in New Issue
Block a user