From fc65dd976ef6ede1e4748f1033c243b1611a3cd7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 16 Mar 2022 23:30:51 +0100 Subject: [PATCH] pantheon-screenshot: fix for meson 0.61 --- .../patches/meson-0.61.patch | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 srcpkgs/pantheon-screenshot/patches/meson-0.61.patch diff --git a/srcpkgs/pantheon-screenshot/patches/meson-0.61.patch b/srcpkgs/pantheon-screenshot/patches/meson-0.61.patch new file mode 100644 index 0000000000..8a64e9f14a --- /dev/null +++ b/srcpkgs/pantheon-screenshot/patches/meson-0.61.patch @@ -0,0 +1,29 @@ +From 80a5d942e813dd098e1ef0f6629b81d2ccef05ae Mon Sep 17 00:00:00 2001 +From: Bobby Rong +Date: Thu, 13 Jan 2022 13:51:48 +0800 +Subject: [PATCH] Fix data/meson.build (#241) + +--- + data/meson.build | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/data/meson.build b/data/meson.build +index cb2adc80..76dad525 100644 +--- a/data/meson.build ++++ b/data/meson.build +@@ -20,7 +20,6 @@ install_data( + ) + + i18n.merge_file ( +- 'desktop', + input: 'screenshot.desktop.in', + output: meson.project_name() + '.desktop', + install: true, +@@ -30,7 +29,6 @@ i18n.merge_file ( + ) + + i18n.merge_file ( +- 'appdata', + input: 'screenshot.appdata.xml.in', + output: meson.project_name() + '.appdata.xml', + install: true,