summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch')
-rw-r--r--gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch b/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch
deleted file mode 100644
index 2a3a5cd3d3e3..000000000000
--- a/gnome-extra/gnome-documents/files/fix-build-with-meson-0.61.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/833843
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -56,7 +56,6 @@ foreach app: documents_apps
- appdata = app + '.appdata.xml'
-
- appdata_file = i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: po_dir,
-@@ -76,7 +75,6 @@ foreach app: documents_apps
- desktop = app + '.desktop'
-
- desktop_file = i18n.merge_file(
-- desktop,
- type: 'desktop',
- input: desktop + '.in',
- output: desktop,