From 48f36f5f62b8eb92b6b754da9611361174578f27 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 25 Mar 2022 23:46:01 +0100 Subject: [PATCH] newsflash: fix for meson 0.61 --- srcpkgs/newsflash/patches/meson-0.61.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/newsflash/patches/meson-0.61.patch diff --git a/srcpkgs/newsflash/patches/meson-0.61.patch b/srcpkgs/newsflash/patches/meson-0.61.patch new file mode 100644 index 00000000000..bfc8a67d0aa --- /dev/null +++ b/srcpkgs/newsflash/patches/meson-0.61.patch @@ -0,0 +1,20 @@ +--- a/data/meson.build ++++ b/data/meson.build +@@ -2,7 +2,7 @@ subdir('icons') + + desktop_conf = configuration_data() + desktop_conf.set('icon', application_id) +-desktop_file = i18n.merge_file ('desktop-file', ++desktop_file = i18n.merge_file ( + type: 'desktop', + input: configure_file( + input: files('com.gitlab.newsflash.desktop.in.in'), +@@ -27,7 +27,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('com.gitlab.newsflash.appdata.xml.in.in'), + output: '@BASENAME@',