summarylogtreecommitdiffstats
path: root/data.patch
diff options
context:
space:
mode:
Diffstat (limited to 'data.patch')
-rw-r--r--data.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/data.patch b/data.patch
deleted file mode 100644
index 5b4b67850224..000000000000
--- a/data.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/data/meson.build b/data/meson.build
-index bb6138763..28d72a1e2 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -4,7 +4,6 @@ install_man('gedit.1')
-
- appdata = 'org.gnome.gedit.appdata.xml'
- appdata_file = i18n.merge_file(
-- appdata,
- input: appdata + '.in',
- output: appdata,
- po_dir: '../po/',
-@@ -23,7 +22,6 @@ endif
-
- desktop_file = 'org.gnome.gedit.desktop'
- desktop_output_file = i18n.merge_file(
-- desktop_file,
- type: 'desktop',
- input: desktop_file + '.in',
- output: desktop_file,