gnome-games: fix for meson 0.61
This commit is contained in:
parent
e8a61f665e
commit
9c3c534ec8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gnome-games/patches/meson-0.61.patch
Normal file
20
srcpkgs/gnome-games/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -44,7 +44,7 @@ mime_types = [
|
||||
desktop_conf = configuration_data()
|
||||
desktop_conf.set('icon', application_id)
|
||||
desktop_conf.set('mimetypes', ';'.join(mime_types) + ';')
|
||||
-desktop_file = i18n.merge_file ('desktop-file',
|
||||
+desktop_file = i18n.merge_file (
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: files('org.gnome.Games.desktop.in.in'),
|
||||
@@ -70,7 +70,7 @@ endif
|
||||
|
||||
appdata_conf = configuration_data()
|
||||
appdata_conf.set('appid', application_id)
|
||||
-appdata_file = i18n.merge_file ('appdata-file',
|
||||
+appdata_file = i18n.merge_file (
|
||||
input: configure_file(
|
||||
input: files('org.gnome.Games.appdata.xml.in.in'),
|
||||
output: 'org.gnome.Games.appdata.xml.in',
|
Loading…
Reference in a new issue