To have the name and summary translatable, rename as .in file, add underscore on localizable tags and add to POTFILES.in. Also clean out trailing whitespace and weird characters, add indentation and fix tag s/updatecontact/update_contact/. Finally add an appstream-util validation so that the file syntax is checked during a `make check`.
5 lines
204 B
Bash
Executable File
5 lines
204 B
Bash
Executable File
#!/bin/sh
|
|
|
|
appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/gimp.appdata.xml.in
|
|
appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/gimp-data-extras.metainfo.xml.in
|