2017-05-23 08:39:16 -07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
2018-01-31 18:51:55 -08:00
|
|
|
# TODO: use validate-strict when the last errors for a strict validation
|
|
|
|
|
# are fixed.
|
2018-05-13 06:27:54 -07:00
|
|
|
# appstream-util validate-relax ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.gimp.GIMP.appdata.xml && \
|
2018-01-31 18:51:55 -08:00
|
|
|
appstream-util validate-relax ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/gimp-data-extras.metainfo.xml
|