]> git.pld-linux.org Git - packages/AppStream.git/blame - AppStream-meson.patch
- updated to 0.11.7; now uses meson to build
[packages/AppStream.git] / AppStream-meson.patch
CommitLineData
739d45ae
JB
1meson since version ? converts backslashes to slashes, use other way to get pure filenames
2--- AppStream-0.11.7/po/meson.build.orig 2017-10-22 19:36:07.000000000 +0200
3+++ AppStream-0.11.7/po/meson.build 2017-12-23 14:05:05.250748125 +0100
4@@ -21,7 +21,7 @@
5 'find ' + meson.current_source_dir() +
6 ' -type f' +
7 ' -iname "*.po"' +
8- ' -printf \'%f\\n\'' +
9+ ' -print | sed -e \'s,.*/,,\'' +
10 ' | grep -oP \'.*(?=[.])\' | sort' +
11 ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
12 ]
This page took 0.062348 seconds and 4 git commands to generate.