mirror of https://github.com/GNOME/gimp.git
7 lines
302 B
Bash
Executable File
7 lines
302 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# TODO: use validate-strict when the last errors for a strict validation
|
|
# are fixed.
|
|
# appstream-util validate-relax ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.gimp.GIMP.appdata.xml && \
|
|
appstream-util validate-relax ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/gimp-data-extras.metainfo.xml
|