summarylogtreecommitdiffstats
path: root/apostrophe.patch
diff options
context:
space:
mode:
authorMark Wagie2022-01-26 09:07:39 -0700
committerMark Wagie2022-01-26 09:07:39 -0700
commiteef7afdd4391ce3fe3c02af5cea610599513b37f (patch)
treeeee408f554379bc8cf766746e6cdaab501f7a807 /apostrophe.patch
parent6608c012308a938b6b3eb52f7a7e59133d912f5e (diff)
downloadaur-eef7afdd4391ce3fe3c02af5cea610599513b37f.tar.gz
fix build
Diffstat (limited to 'apostrophe.patch')
-rw-r--r--apostrophe.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/apostrophe.patch b/apostrophe.patch
new file mode 100644
index 000000000000..cc3888602587
--- /dev/null
+++ b/apostrophe.patch
@@ -0,0 +1,19 @@
+diff '--color=auto' --unified --recursive --text apostrophe-v2.5/data/meson.build apostrophe-v2.5.patched/data/meson.build
+--- apostrophe-v2.5/data/meson.build 2021-08-29 04:14:59.000000000 +0200
++++ apostrophe-v2.5.patched/data/meson.build 2022-01-18 20:28:16.437498834 +0100
+@@ -2,7 +2,6 @@
+ desktop_conf = configuration_data()
+ desktop_conf.set('icon', application_id)
+ desktop_file = i18n.merge_file(
+- 'desktop',
+ input: configure_file(
+ input: 'org.gnome.gitlab.somas.Apostrophe.desktop.in.in',
+ output: '@BASENAME@',
+@@ -46,7 +45,6 @@
+ # )
+
+ appdata_file = i18n.merge_file(
+- 'appdata',
+ input: metainfo_configured,
+ output: '@0@.metainfo.xml'.format(application_id),
+ po_dir: podir,