gnome-documents: fix for meson 0.61
This commit is contained in:
parent
55b1a53325
commit
2843885583
1 changed files with 18 additions and 0 deletions
18
srcpkgs/gnome-documents/patches/meson-0.61.patch
Normal file
18
srcpkgs/gnome-documents/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -56,7 +56,6 @@ foreach app: documents_apps
|
||||
appdata = app + '.appdata.xml'
|
||||
|
||||
appdata_file = i18n.merge_file(
|
||||
- appdata,
|
||||
input: appdata + '.in',
|
||||
output: appdata,
|
||||
po_dir: po_dir,
|
||||
@@ -76,7 +75,6 @@ foreach app: documents_apps
|
||||
desktop = app + '.desktop'
|
||||
|
||||
desktop_file = i18n.merge_file(
|
||||
- desktop,
|
||||
type: 'desktop',
|
||||
input: desktop + '.in',
|
||||
output: desktop,
|
Loading…
Reference in a new issue