aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitg/meson-fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gitg/meson-fix-build.patch')
-rw-r--r--community/gitg/meson-fix-build.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/gitg/meson-fix-build.patch b/community/gitg/meson-fix-build.patch
new file mode 100644
index 00000000000..728db38a34e
--- /dev/null
+++ b/community/gitg/meson-fix-build.patch
@@ -0,0 +1,20 @@
+diff --git a/data/meson.build b/data/meson.build
+index a8b90fd..2413531 100644
+--- a/data/meson.build
++++ b/data/meson.build
+@@ -6,7 +6,6 @@ desktop_config = configuration_data()
+ desktop_config.set('icon', application_id)
+ desktop_config.set('binary', gitg_name)
+ i18n.merge_file(
+- desktop,
+ type: 'desktop',
+ input: configure_file(
+ input: desktop + '.in.in',
+@@ -42,7 +41,6 @@ appdata_config = configuration_data()
+ appdata_config.set('app-id', application_id)
+ appdata_config.set('gettext', gitg_name)
+ i18n.merge_file(
+- appdata,
+ type: 'xml',
+ input: configure_file(
+ input: appdata + '.in.in',