aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-games/meson-0.60.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-games/meson-0.60.patch')
-rw-r--r--community/gnome-games/meson-0.60.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/gnome-games/meson-0.60.patch b/community/gnome-games/meson-0.60.patch
deleted file mode 100644
index c94a7ec6361..00000000000
--- a/community/gnome-games/meson-0.60.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -44,7 +44,7 @@
- desktop_conf = configuration_data()
- desktop_conf.set('icon', application_id)
- desktop_conf.set('mimetypes', ';'.join(mime_types) + ';')
--desktop_file = i18n.merge_file ('desktop-file',
-+desktop_file = i18n.merge_file (
- type: 'desktop',
- input: configure_file(
- input: files('org.gnome.Games.desktop.in.in'),
-@@ -70,7 +70,7 @@
-
- appdata_conf = configuration_data()
- appdata_conf.set('appid', application_id)
--appdata_file = i18n.merge_file ('appdata-file',
-+appdata_file = i18n.merge_file (
- input: configure_file(
- input: files('org.gnome.Games.appdata.xml.in.in'),
- output: 'org.gnome.Games.appdata.xml.in',