From: Igor Gnatenko Date: Thu, 12 Jun 2014 16:36:01 +0000 (+0400) Subject: appstream: add tools for checking X-Git-Tag: 3.11.0~137 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7cf523f9e17b00d84a4fd08aba12c4ffb9d3011d appstream: add tools for checking Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210 Signed-off-by: Igor Gnatenko --- diff --git a/tools/check-appstream.sh b/tools/check-appstream.sh new file mode 100755 index 000000000..5cb76d8c5 --- /dev/null +++ b/tools/check-appstream.sh @@ -0,0 +1,4 @@ +#!/bin/bash +exec 2>&1 +files=`find $(dirname $(readlink -f $0))/../ -regextype posix-extended -regex "^.*\.(metainfo|appdata).xml(.in)?"` +appstream-util validate ${files}