$OpenBSD: patch-data_meson_build,v 1.1 2021/10/31 07:19:46 ajacoutot Exp $

Fix build with meson >= 0.60.0

Index: data/meson.build
--- data/meson.build.orig
+++ data/meson.build
@@ -13,7 +13,6 @@ desktop_in = configure_file(
 )
 
 i18n.merge_file(
-  desktop,
   type: 'desktop',
   input: desktop_in,
   output: '@0@.desktop'.format(gtr_app_id),
@@ -35,7 +34,6 @@ appdata_in = configure_file(
 )
 
 i18n.merge_file(
-  appdata,
   input: appdata_in,
   output: appdata,
   po_dir: po_dir,
