pantheon-screenshot: fix for meson 0.61
This commit is contained in:
parent
5b8b52ba53
commit
fc65dd976e
1 changed files with 29 additions and 0 deletions
29
srcpkgs/pantheon-screenshot/patches/meson-0.61.patch
Normal file
29
srcpkgs/pantheon-screenshot/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,29 @@
|
|||
From 80a5d942e813dd098e1ef0f6629b81d2ccef05ae Mon Sep 17 00:00:00 2001
|
||||
From: Bobby Rong <rjl931189261@126.com>
|
||||
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,
|
Loading…
Reference in a new issue