gnome-weather: fix for meson 0.61
This commit is contained in:
parent
ad05292372
commit
608494985a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/gnome-weather/patches/meson-0.61.patch
Normal file
10
srcpkgs/gnome-weather/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -59,7 +59,6 @@ endif
|
||||
appdata_conf = configuration_data()
|
||||
appdata_conf.set('app_id', weather_id)
|
||||
appdata = i18n.merge_file(
|
||||
- 'appdata',
|
||||
input: configure_file(
|
||||
input: '@0@.appdata.xml.in.in'.format(default_id),
|
||||
output: '@0@.appdata.xml.in'.format(default_id),
|
Loading…
Reference in a new issue