From 1b1a3afcb09fbd2f9ef019d17f92afef0cbe5040 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Fri, 19 Nov 2021 17:29:55 -0500 Subject: media-gfx/gimp: pull --- media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch (limited to 'media-gfx/gimp/files') diff --git a/media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch b/media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch new file mode 100644 index 0000000..77b7b2f --- /dev/null +++ b/media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch @@ -0,0 +1,14 @@ +diff -Nur a/desktop/test-appdata.sh.in b/desktop/test-appdata.sh.in +--- a/desktop/test-appdata.sh.in 2019-04-07 14:38:14.000000000 +0300 ++++ b/desktop/test-appdata.sh.in 2019-11-06 23:19:32.000000000 +0300 +@@ -2,8 +2,8 @@ + + # 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 && \ ++appstream-util validate-relax --nonet ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.gimp.GIMP.appdata.xml && \ ++appstream-util validate-relax --nonet ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/gimp-data-extras.metainfo.xml && \ + if [ $(expr @GIMP_MICRO_VERSION@ % 2) = 0 ]; then + grep TODO ${GIMP_TESTING_ABS_TOP_BUILDDIR}/desktop/org.gimp.GIMP.appdata.xml + if [ $? = 0 ]; then -- cgit v1.2.3-54-g00ecf