summaryrefslogtreecommitdiff
path: root/media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-04-27 11:56:15 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-04-27 11:56:15 -0400
commit3244f3d8738aed033099fceb351780c2ab129cca (patch)
tree2f8a7382bc88f88b759b87d65726a922ff8b8e25 /media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch
parentbef85cfc4c3cd87a91e50657329f011c6f1cb191 (diff)
downloadgentoo-overlay-3244f3d8738aed033099fceb351780c2ab129cca.tar.xz
gentoo-overlay-3244f3d8738aed033099fceb351780c2ab129cca.zip
media-gfx/gimp: drop
Diffstat (limited to 'media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch')
-rw-r--r--media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch14
1 files changed, 0 insertions, 14 deletions
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
deleted file mode 100644
index 77b7b2f..0000000
--- a/media-gfx/gimp/files/gimp-2.10_fix_test-appdata.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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