]> git.pld-linux.org Git - packages/gitg.git/blame - meson0.60.patch
- fix building with meson 0.60+
[packages/gitg.git] / meson0.60.patch
CommitLineData
d90f02ad
JR
1--- gitg-41/data/meson.build~ 2021-12-27 14:02:54.000000000 +0100
2+++ gitg-41/data/meson.build 2022-04-03 21:41:19.936484001 +0200
3@@ -6,7 +6,6 @@
4 desktop_config.set('icon', application_id)
5 desktop_config.set('binary', gitg_name)
6 i18n.merge_file(
7- desktop,
8 type: 'desktop',
9 input: configure_file(
10 input: desktop + '.in.in',
11@@ -42,7 +41,6 @@
12 appdata_config.set('app-id', application_id)
13 appdata_config.set('gettext', gitg_name)
14 i18n.merge_file(
15- appdata,
16 type: 'xml',
17 input: configure_file(
18 input: appdata + '.in.in',
This page took 0.104281 seconds and 4 git commands to generate.