I completely forgot to rename the appstream file according to the new ID. While doing so, I also make it a .in.in file, with initial processing by the autotools. Indeed I need @GIMP_COMMAND@ to be replaced by AC_CONFIG_FILES(). Finally I fix a badly closed XML tag (which reminds me I should always test a commit, even when it's a simple non-C 1-liner change!).
4 lines
216 B
Bash
Executable file
4 lines
216 B
Bash
Executable file
#!/bin/sh
|
|
|
|
appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/org.gimp.GIMP.appdata.xml.in.in
|
|
appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/gimp-data-extras.metainfo.xml.in
|