mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
tau: fix for meson 0.61
This commit is contained in:
parent
6fb661d73e
commit
3aa45ee737
1 changed files with 17 additions and 0 deletions
17
srcpkgs/tau/patches/meson-0.61.patch
Normal file
17
srcpkgs/tau/patches/meson-0.61.patch
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
--- a/data/meson.build
|
||||||
|
+++ b/data/meson.build
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-desktop_file = i18n.merge_file ('desktop-file',
|
||||||
|
+desktop_file = i18n.merge_file (
|
||||||
|
type: 'desktop',
|
||||||
|
input: configure_file(
|
||||||
|
input: files('org.gnome.Tau.desktop.in.in'),
|
||||||
|
@@ -22,7 +22,7 @@ if desktop_file_validate.found()
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
|
-appdata_file = i18n.merge_file ('appdata-file',
|
||||||
|
+appdata_file = i18n.merge_file (
|
||||||
|
input: configure_file(
|
||||||
|
input: files('org.gnome.Tau.appdata.xml.in.in'),
|
||||||
|
output: 'org.gnome.Tau.appdata.xml.in',
|
Loading…
Add table
Reference in a new issue