summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch')
-rw-r--r--gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch b/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
deleted file mode 100644
index 4033314ea517..000000000000
--- a/gnome-extra/gnome-characters/files/fix-build-with-meson-0.61.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Part of https://gitlab.gnome.org/GNOME/gnome-characters/-/commit/3b84cc750b70482a1cc30864dc51cde60df0332d
-https://bugs.gentoo.org/831471
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -47,7 +47,6 @@
- desktop_conf.set('bindir', characters_bindir)
-
- i18n.merge_file(
-- 'desktop-file',
- type: 'desktop',
- input: configure_file (
- input: characters_name + '.desktop.in',
-@@ -61,7 +60,6 @@
- )
-
- appdata_file = i18n.merge_file(
-- 'appdata-file',
- input: characters_name + '.appdata.xml.in',
- output: characters_application_id + '.appdata.xml',
- po_dir: po_dir,