]> git.pld-linux.org Git - packages/AppStream.git/blobdiff - AppStream-meson.patch
- updated to 0.11.7; now uses meson to build
[packages/AppStream.git] / AppStream-meson.patch
diff --git a/AppStream-meson.patch b/AppStream-meson.patch
new file mode 100644 (file)
index 0000000..ca09094
--- /dev/null
@@ -0,0 +1,12 @@
+meson since version ? converts backslashes to slashes, use other way to get pure filenames
+--- AppStream-0.11.7/po/meson.build.orig       2017-10-22 19:36:07.000000000 +0200
++++ AppStream-0.11.7/po/meson.build    2017-12-23 14:05:05.250748125 +0100
+@@ -21,7 +21,7 @@
+         'find ' + meson.current_source_dir() +
+         ' -type f' +
+         ' -iname "*.po"' +
+-        ' -printf \'%f\\n\'' +
++        ' -print | sed -e \'s,.*/,,\'' +
+         ' | grep -oP \'.*(?=[.])\' | sort' +
+         ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
+     ]
This page took 0.047859 seconds and 4 git commands to generate.